Hi,

I am writing a game server that should connect to multiple clients via
http. Our server has multiple IPs in its network setup and I would
like to be able to select the IP that the code is going to use
dynamically at any moment, like this:

Player input on 10.0.0.1
Select 10.0.0.1, send out data to player 1
Select 10.0.0.2, send out data to player 2
...

Since both IIS4 and proxies can work with multiple, "dynamic" IP
numbers, it should be possible, but how? - Any hints and/or pointer
will be greatly appreciated!!!

Best regards,

Marc
[email protected]