I am wondering how can I accomplish routing through multiple proxies. Here is the scenario:
- Windows Server - Subnet A
- Proxy Server - Subnet B
- Proxy Server - Subnet C
The order of subnets and servers can't be changed.
The Proxy Server in Subnet B have two LAN network interfaces. When you set up proxy to a first LAN interface you are able to access Internet (external network). When you set up proxy a second LAN interface you are able access Private Datacenter (external network).
The Proxy Server in Subnet C has one LAN network interface. Through this proxy you are able to access SQL server (external network).
Now the problem: I need to be able to connect to the Internet, Private Datacenter and SQL server from Windows Server in Subnet A. In other words I need something which will be routing the traffic based on DNS to different Proxies (different external networks.)