in reply to Re: Re: Can I simulate IP-addresses?
in thread Can I simulate IP-addresses?
Once the machine is configured with multiple IP addresses per your needs, make use of the bind function before you make your outbound connect (this can be done with IO::Socket just as easily using the LocalAddr variable). This ensures the outbound connection comes from the IP address (and port, if you want that level of control) that you want.
|
|---|