On 20/09/2013 6:27 p.m., Mgr. Peter Tuharsky wrote:
Thank You for Your reply. I have identified a name resolving issue so far. I'm not sure however, what should be in acl localhost src and acl localnet src.
"localhost" _ACL_ should match the localhost IP addresses. Which are 127.0.0.1/8 0.0.0.0/32 ::1/128 In squid-3.3 and later this is a built-in ACL and changing it is not recommended.
"localnet" ACL should be set to match your LAN IP address ranges whatever those are. At minimum the fc00::/7 fe80::/16 ranges. squid.conf.default contains the default values most IPv4 NAT or IPv6 auto-configured networks use.
Amos