Hello
I have 2 LAN subnets (192.168.2.0 and 10.0.2.0). Both are on the same router. The default route on the router points to our T1. I have redirected all port 80 and 443 traffic out to a different, faster link using a command like this on the LAN router:
access-list 105 permit tcp 192.168.2.0 0.0.0.255 any eq 443
access-list 105 permit tcp 192.168.2.0 0.0.0.255 any eq www
route-map IT_Internet permit 50
match ip address 105
set ip next-hop 192.168.2.202 (the PIX where the faster internet link is plugged in)
Here is the problem I am having - I have a web server running on 10.0.2.10 (has to be on port 80, can't change it) that needs to be accessed by clients on 192.168.2.0, but because of all my weird redirecting of 80 and 443 traffic, it wont work.
How can I get 80 and 443 traffic from one subnet to the other to stay local? I have attached a copy of my router config.
Thanks
I have 2 LAN subnets (192.168.2.0 and 10.0.2.0). Both are on the same router. The default route on the router points to our T1. I have redirected all port 80 and 443 traffic out to a different, faster link using a command like this on the LAN router:
access-list 105 permit tcp 192.168.2.0 0.0.0.255 any eq 443
access-list 105 permit tcp 192.168.2.0 0.0.0.255 any eq www
route-map IT_Internet permit 50
match ip address 105
set ip next-hop 192.168.2.202 (the PIX where the faster internet link is plugged in)
Here is the problem I am having - I have a web server running on 10.0.2.10 (has to be on port 80, can't change it) that needs to be accessed by clients on 192.168.2.0, but because of all my weird redirecting of 80 and 443 traffic, it wont work.
How can I get 80 and 443 traffic from one subnet to the other to stay local? I have attached a copy of my router config.
Thanks