justin12345
Technical User
Hello,
I have a 2811 with 3 DSL lines used for load balancing traffic. I'm using route-maps to overload NAT the internal traffic and just have static routes set to my ISP's gateway.
All that is working fine, expect I can't find a way to port forward from the outside. I have a single server in the LAN side (192.168.1.245) that I want to get inbound port 80 traffic from one or all of the WAN interfaces. If I use:
ip nat inside source static tcp 192.168.1.245 80 63.224.1.2 80
(where 63.224.1.2 is the IP of one of the DSL dialers)
it will work if it is the only connected route. As soon as the other 2 DSL lines are up, the port forwarding won't work anymore.
I'm guessing I need some sort of route-map command, but I don't know what it is.
Thanks!
I have a 2811 with 3 DSL lines used for load balancing traffic. I'm using route-maps to overload NAT the internal traffic and just have static routes set to my ISP's gateway.
All that is working fine, expect I can't find a way to port forward from the outside. I have a single server in the LAN side (192.168.1.245) that I want to get inbound port 80 traffic from one or all of the WAN interfaces. If I use:
ip nat inside source static tcp 192.168.1.245 80 63.224.1.2 80
(where 63.224.1.2 is the IP of one of the DSL dialers)
it will work if it is the only connected route. As soon as the other 2 DSL lines are up, the port forwarding won't work anymore.
I'm guessing I need some sort of route-map command, but I don't know what it is.
Thanks!