We have a Windows 2008 server that has multiple IP address' on it. When the server makes requests to other machines (Via a .Net Web App) we've found that the IP it's 'calling out' on is un-predictable which makes things difficult in terms of firewalls on the other servers.
It's been suggested that we can use ROUTE ADD to restrict outgoing connections to a certain domain name to always use a single IP.
Any ideas how we go about this?