Valhalla Legends Forums Archive | General Programming | vps - using additional ips

AuthorMessageTime
l2k-Shadow
this may be kind of a noob question but if i have a VPS with let's say 3 IPs... it uses only one of them to connect from to the outside. Does anyone know how I could make a program utilize the other 2 IPs so that instead of connecting from 12.13.14.15 to 200.201.202.203 i connect from 12.13.14.16 to 200.201.202.203 ... I tried binding the socket to the specific IP which I want it to use but to no avail...
December 31, 2007, 3:03 AM
Myndfyr
It depends on what the server's doing.  If it's binding to all IP addresses or just the one is a big difference.
December 31, 2007, 9:37 AM
l2k-Shadow
what do you mean? I can connect to the server using any 1 of the 3 I.P. addresses. But I'm not sure how to go about making an outgoing connection on the I.P. of my choosing.
December 31, 2007, 4:25 PM

Search