RE: [twsocket] Interface used to reach a specific IP

2005-05-27 Thread Maurizio Lotauro
Scrive zayin [EMAIL PROTECTED]: Hi, If you are sending the command you can bind to a NIC. If you are not binding, then the address of the NIC can be a clue as to which one will be used. What I need is to know which connection will be used for a specific ip address to read the associated

RE: [twsocket] Interface used to reach a specific IP

2005-05-26 Thread Darin McGee
The routing table on the PC holds this info. The problem is getting to the routing table programmatically. Anyone know how to? The routing table can be displayed via the ROUTE PRINT command line. Dairn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [twsocket] Interface used to reach a specific IP

2005-05-26 Thread zayin
Hi, If you are sending the command you can bind to a NIC. If you are not binding, then the address of the NIC can be a clue as to which one will be used. HTH Zayin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maurizio Lotauro Sent: Thursday, May

Re: [twsocket] Interface used to reach a specific IP

2005-05-26 Thread Arno Garrels
Darin McGee wrote: The routing table on the PC holds this info. The problem is getting to the routing table programmatically. Anyone know how to? The routing table can be displayed via the ROUTE PRINT command line. ICS home - User Made - IP Helper API should do it. Arno Garrels Dairn