From: Voss, David (dvoss@xxxxxxxxxxxx)
Date: Wed Jun 12 2002 - 06:22:14 GMT-3
My goal is to send all traffic that matches a route in the routing table,
though the tunnel I have created.
Anything else (i.e. default gateway traffic) would be sent to a different
default gateway.
My policy routing statement denies www and 443 and permits all else through
the tunnel.
access-list 121 deny tcp any any eq www
access-list 121 deny tcp any any eq 443
access-list 121 permit tcp any any
access-list 121 permit udp any any
Tunnelled traffic works, it is sent through the tunnel. WWW and 443 work,
they go to the default gateway (not the tunnel).
My goal is to send ALL traffic that is destined for the default gateway, to
NOT go through the tunnel, but to actually go to the local default gateway.
Do you know how I can specify this?
I already have the default gateway address set on the router, but packets
are getting dropped if it is an ftp or telnet session to the Internet.
This archive was generated by hypermail 2.1.4 : Tue Jul 02 2002 - 08:12:31 GMT-3