Tagged Questions
0
votes
1answer
740 views
/var/log/squid/access.log is empty when I use proxy from remote computers
I have configured squid to work as NAT using
apt-get install squid
iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.0.1:3128
iptables -t nat -A ...