tags:

views:

125

answers:

2

I have an IIS server set up with multiple web sites, each with their own IP address. It works fine for routing incoming traffic to the right site. However, outgoing traffic all appears to come from the IP address of the physical machine, not the individual sites. They need to appear to the outside world as separate IP addresses because the service they are communicating with differentiates by IP address alone.

Maybe someone has set up a NAT server to do this? Any ideas? Thanks!

+2  A: 

This should be asked on serverfault.com

Cody C
Thanks for the tip. I will post it there.
mDelp
Question moved to serverfault.com. Can be tracked here:[http://serverfault.com/questions/32300/multiple-sites-on-one-iis-server-need-different-outgoing-ip-addresses]
mDelp
A: 

When you communicate which level are you? If you are in TCP level you can set an interface to use.

dr. evil
c# web services, not at TCP level.
mDelp