On Sat, 12 Feb 2005 linux_user98765@xxxxxxxxx wrote:
With the help of my LUG I was able to setup squid as a transparent proxy:
iptables -t nat -F iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 80 -j REDIRECT --to-port 3128
Ok.
iptables -t nat -A OUTPUT -m owner --cmd-owner proxy -j ACCEPT iptables -t nat -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-ports 3128
This is most likely your problem.
your access.log indicates Squid is being redirected back on itself when it tries to go to the Internet.
Regards Henrik