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! ![]()
Unique visitors to post: 3