Skip to Content

Two ISP Problem

3 replies [Last post]
sushilwagh123
sushilwagh123's picture
Offline
Joined: 2012-07-16
Posts: 1

My question simple Here is the link
.

No votes yet
__________________

SUSHIl WAGH
-CCNA MCSE-

syrushcw
Offline
Joined: 2012-07-19
Posts: 1

I would make 2 access lists one for the server and one for the public IP's that you want to translate

ip access-list SERVER
permit 192.168.1.4 0.0.0.0 (Server you want with 2 translations)

ip access-list PUBLIC_IPS
permit 1.1.1.4 0.0.0.0 (WAN IP 1)
permit 2.2.2.4 0.0.0.0 (WAN IP 2)

then make a nat statement

ip nat inside source list SERVER pool PUBLIC_IPS

Do not use overload/PAT

Brain2000
Brain2000's picture
Offline
Joined: 2012-09-16
Posts: 10

I would see if your ISPs would allow you to make a BGP advertisement, and then just advertise one /24 subnet to both ISP's, and map just one set of public IP's to the servers. Then if one ISP goes down, the other will continue to work.

vignesh2004
Offline
Joined: 2012-09-22
Posts: 4

I would summarize and let a routing protocol do the rest( with some co-ordination from ISP of course)

You must be signed in to contribute to the forums.

Not registered? Click here to create an account. It only takes a minute and it's free!

Already signed up? Click here to login.



Dr. Radut | forum