[c-nsp] Transparent Proxy

Rhino Lists isplists at duracom.net
Mon Jul 21 12:16:02 EDT 2008


I don't know what I am doing wrong trying to set this up, I want to filter
all port 80 traffic through a proxy.

I have a 3662 configured the following way:

Int f0/0
 Main Internet Feed

Int f/01
 Network Users (That I want to force through a Proxy)
 ip policy route-map our-proxy

access-list 111 deny   tcp any any neq www
access-list 111 deny   tcp host 192.168.1.188 any
access-list 111 permit tcp any any log
route-map our-proxy permit 10
 match ip address 111
 set ip next-hop 192.168.1.188










More information about the cisco-nsp mailing list