01-13-2010 04:14 PM - edited 03-04-2019 07:12 AM
I would like to be able to use 2 ISPs to route inbound traffic to a single internal web server on a private IP. I'm using a 2800 series router with 2 ethernet ports. In the event that either ISP is down, this setup will allow for quick (and scriptable) failover via changes to public DNS.
01-13-2010 09:03 PM
what's is the reason of having two redundant ISP links and you configure both of them under one interface ?
its beter to configure them under two diffrent interfaces
then you can have more controlled and redundant links
see the bellow link if you gonna configure two link then will help you
https://supportforums.cisco.com/docs/DOC-8313
good luck
if helpful Rate
01-13-2010 09:36 PM
Thanks for the reply. Shortly after my post, I gave up on my original approach and went with two different interfaces (like you've suggested). In fact I didn't even need to run two interfaces, but rather just two different IPs (on different private subnets) to each server interface where I need redundant internet connections. This also required adding a secondary address to the LAN interface on the Cisco and a few new static NAT entries. With this setup, I've got plenty of flexibility on route-maps, and can set the next-hop based on the (now) unique internal IPs.
-Nash
01-13-2010 09:56 PM
can you post the new working config
01-13-2010 10:36 PM
Sure, here's the relevant part of the config that I'm now using. Bear in mind that this requires that the servers on the LAN answer to 2 different private IPs. Just about any Linux / Unix / Windows box ought to be able to do this. Each server (using the config below) must answer to an IP in the 10.0.1.x range as well as one in the 10.0.2.x range. The route-map called "isp-egress-map" will look at the source private address and force the outbound traffic to use the correct ISP for it's next hop.
01-13-2010 10:39 PM
found a typo in the second route-map stanza, it should look like this:
route-map isp-egress-map permit 20
-Nash
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide