I would like to bind programs to use specific IP’s on my Widows 2008 R2 VPS.
My host has provided three IP addresses. I would like to configure the server as an example to use the IP’s this way:
197.x.x.x:80 -> webserver;
50.x.x.a -> program a;
50.x.x.b -> program b.
Is there a way to accomplish this, and if so how would it be done.
Normally I use the remote desktop as:
50.x.x.a -> administrative login;
50.x.x.b -> user login;
197.x.x.x:80 ->webserver.
All of my out going traffic is going out through 197.x.x.x and on a per program basis I would like the traffic to utilize the two other IP’s for the out going traffic.
I have looked on he web, but can find no answer specific to what I would like to accomplish.
In *nix this is possible, but how is does one bind a program to a specific IP in Windows 2008 R2 server?