Windows Server 2003
1826420 Members
3386 Online
109692 Solutions
New Discussion

Multiple Gateways - 2 ISP's

 
RobertMN
New Member

Multiple Gateways - 2 ISP's

Network Setup:
ISP1->Router1->192.168.10.1 (Internal IP)
ISP2->Router1->192.168.10.254 (Internal IP)
I want to be able to connect to my servers (192.168.10.5 for example) using RDP over both ISP's. Problem is that it will not work if my server has both IP's as their default gateway. Any help would be greatly appreciated.
I do not want to use a Dual WAN router.
2 REPLIES 2
Mike (Sinew)
Occasional Advisor

Re: Multiple Gateways - 2 ISP's

Your server needs "policy based routing", which in this case means that traffic on a incoming interface is returned over the same interface. Windows cannot do this out of the box, it uses the first default gateway if you have multiple gateways with the same metric. I believe that the ISA server is able to do this.
Omne animal triste post coitum
Alan_152
Honored Contributor

Re: Multiple Gateways - 2 ISP's

My preference would be to use a cheapo box with Freesco or something similar. Since you don't want to go in that direction, you can use the "route" command to send traffic down the appropriate interfaces.