This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Installazione configurazione squid#

Trasparent mode

/etc/squid.conf

#Modificare 

http_port 3128 transparent

#Aggiungere le linee 
acl our_networks src __$IP_LAN__/__$NETMASK__ 
http_access allow our_networks

3) iptables NAT iptables -t nat -A PREROUTING -i $ETHLAN -p tcp -m tcp --dport 80 -j DNAT --to-destination $IP_SERVER_PROXY:3128

per controllo /var/log/squid/access.log

http://forum.ubuntu-it.org/index.php?topic=159885.msg1067530

dansguardian

Add new attachment

Only authorized users are allowed to upload new attachments.
« This particular version was published on 14-Apr-2010 14:30 by Daloch.