internet
|
eth0
(squid+routing)
eth1
|
client
perintah iptables untuk routing
iptables –t nat –A POSTROUTING –o eth0 –j MASQUERADE
perintah iptables untuk proxy automatis
iptables -t nat -I PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128
acl all src all
acl localnet src 192.168.1.0/24
acl situs url_regex -i "/etc/squid/terlarang"
acl SSL_ports port 443 563
acl safe_ports port 80 443 563
http_access deny situs
http_access...
Jumat, 08 Februari 2013
Langganan:
Postingan (Atom)