On 15/02/2014 5:09 a.m., khadmin wrote: > Hi, > -For the client 192.168.1.53 i configure the browser not to use the proxy > and it fetch www.google.com web site > -For the local machine (the server where squid is intalled) without the > proxy i can fetch www.google.com with the proxy configured on 127.0.0.1 i > get this message on access.log file: > 1392393591.247 38412 127.0.0.1 TCP_MISS_ABORTED/000 0 GET > http://www.google-analytics.com/__utm.gif? - > HIER_DIRECT/2a00:1450:4002:804::1006 - > 1392393632.774 40544 127.0.0.1 TCP_MISS_ABORTED/000 0 GET > http://googleads.g.doubleclick.net/pagead/ads? - > HIER_DIRECT/2a00:1450:4006:802::100d - How good is your IPv6 connectivity? What that ABORTED shows is that Squid successfully connected to the server, but 0 bytes had been received back before the client gave up. This process took around 30-60 seconds to happen, so the client is not particularly impatient. It is not uncommon to see these types of things on networks where people have IPv6 operating over a broken tunnel, or have disabled ICMP (ICMP is not optional in IPv6). This tool may help determine the problem: http://www.iea-software.com/products/mtupath.cfm Amos