Quote:
Originally Posted by bathory
In newer versions of squid the various "httpd_accel_*" are not longer used for configuring a transparent proxy. Instead you should use just:
Code:
http_port 3128 transparent
|
I have one machine that is running both squid & iptables. On that machine, I can browse the web, either setting browsers to 'direct connection' or using proxy, lan.ip.0.0:3128. But, other computers connected to lan.ip.0.0:80 cannot establish internet connections. I'm using the same iptables syntax exactly, and squid does not seem to be doing any work for computers networked to it. I have added the 'transparent' line to squid.conf and even added a second line that also doesn't help,
http_port 80 transparent
So far, the only way I've gotten internet connectivity on the LAN is by using FORWARD rules in iptables, which really defeats the purpose I intended for squid/squidGuard, which is content filtering by URI.
Thanks in advance.