Mike Johnson wrote:
Outgoing requests/connections will originate with the IP
address of the primary interface.
<snip>
If I understand what you're trying to do, it's not as easy as you think.
You'll need to get down at the network layer, and play around with raw
packets.  You need to craft packets with whatever source IP you want,
with your MAC address, send the request and then cope with the response
(and pass this up to your application, if needed).

Are you sure? In Java, for instance, you can "bind" a socket to the IP address of your choice. I assume this is supported on all platforms.


********************************* Chris Merrill [EMAIL PROTECTED] *********************************

_______________________________________________
TriLUG mailing list
   http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ:
   http://www.trilug.org/faq/TriLUG-faq.html

Reply via email to