Cisco + Squid Transparent Proxy

Jieun akses list:

ip access-list extended Proxy-ACL
deny tcp host <ip-box-squid> any
permit tcp host any any eq www

Jieun route-map :

route-map Proxy-Access permit 10
match ip address Proxy-ACL
set ip next-hop <ip-box-squid>

Asupkeun kana interface:

interface FastEthernet0/1
ip policy route-map Proxy-Access

Dina box-squid (linux):

iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --to-port <squid-port>

Prung ah! yahoo bigsmile Cisco + Squid Transparent Proxy


admin Cisco + Squid Transparent Proxy Unique visitors to post: 3

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">