in reply to How can I simulate multiple IP/MAC combinations on one computer?

Since MAC addresses are a hardware level feature, the answer will depend on the NIC you are using and whether it supports multiple MAC addresses. The interface used to do this would also be vendor specific.

As for multiple IP addresses, this would typically be an OS-level issue, rather than an application-level issue. Once you have configured your OS with multiple IPs, it should be fairly straight forward to connect to them individually from your application as needed.

Vavoom
  • Comment on Re: How can I simulate multiple IP/MAC combinations on one computer?