Hmmm. Despite looking through a huge number of posts and Googling til my fingers bleed, I still cannot connect if I give Squid the 'magic word(s)' in iptables.
The line:
iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 3128
prevents all access.
If the above line is commented out, lotsa access!
A little hint please?
Setup:
A bunch of computers---router---eth1-Squid and firewall box (Linux)-eth0---Internet
Thanx in advance!
