2811 has two WAN interfaces from different ISPs.
How do I route internet traffic(port 80) to second WAN interface? ip route, ip nat don't seem to do it.
Thanks,
I would imagine your config may look something like this:
interface ethernet0
desc *LAN interface*
ip policy route-map http
route-map http permit 10
match ip address 100
set interface s0/1
access-list 100 permit tcp any any eq 80
In the example above, I've assumed the 2nd WAN interface is s0/1. Naturally just replace this with the appropriate WAN interface installed in your router.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.