TCP/IP connection via Ethernet
TCP/IP connection via Ethernet
- Subject: TCP/IP connection via Ethernet
- From: Livio <email@hidden>
- Date: Thu, 11 Mar 2004 13:51:26 +0100
I need to make a TCP/IP connection between two Macs via Ethernet (using
the first as client and the second as server), is it possible?
My settings are:
---TCP/IP control panel---
Connect via: Ethernet
Configure: Manually
IP address: 192.168.1.1 (192.168.1.2 for the second mac)
Subnet mask: 255.255.255.0
Name server address: 192.168.1.2 (192.168.1.1 for the second mac)
Then I have an application that opens an endpoint, binds it to the local
address (192.168.1.1) and finally tries to connect to the second
computer's address (192.168.1.2). It always returns with a T_DISCONNECT
event with error 61 in the reason field of the TDiscon record.
On the second computer I have the same application listening for the
traffic.
Can anybody tell me what'is wrong (or/and what id missing)?
Thanks, livio.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.