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
Sorry for being off subject, but I'm just starting my website/blog. Why did you choose WordPress over blogger or any other blog site program? I'm attempting to figure out the most effective way, since I am not a techy.