Hi !
I have encountered unexpected problem with Squid 3.0 running as transparent proxy on SuSE 11.0
Basically I have blocked some sites with these options in /etc/squid/squid.conf
acl Blocked_Sites_IPs dst xxx.xxx.xxx.xxx - yyy.yyy.yyy.yyy.
acl Blocked_Sites_Hostnames dstdom_regex -i blocked1 blocked2 blocked3
http_access deny Blocked_Sites_IPs
http_access deny Blocked_Sites_Hostnames
However, it DOES not work, even if I change order of “http_access” options in squid.conf
All that stuff worked fine in Squid 2.x, why it does not function in squid 3.0 ???
PS. Sometimes I got strange lines in /var/log/messages:
Nov 10 17:58:30 iserver squid[8139]: WARNING: transparent proxying not supported
Nov 10 17:58:30 iserver squid[8139]: WARNING: transparent proxying not supported
Nov 10 17:58:31 iserver squid[8139]: WARNING: transparent proxying not supported
Nov 10 17:58:32 iserver squid[8139]: WARNING: transparent proxying not supported
Thanks in advance for any suggestion(s).