Search squid archive

Re: [squid-users] cache.log states ALLOWED, returned page states Access Denied

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux