On Sun, 11 Sep 2011 16:43:12 +0100 (BST), Mike Ricketts wrote:
On Sun, 11 Sep 2011, Amos Jeffries wrote:
I have squid configured and running fine using IPv6 and IPv4.
However,
when a client connects over IPv6 I do not get the host name logged
in
access_log, only the IP.
I have:
logformat mike %tl %>A [%>a] %rm %ru HTTP/%rv %Ss %mt %<st
access_log /var/log/squid3/access.log mike
This works correctly for ipv4 but not for ipv6. Am I missing
something?
Information about your Squid version and whether you have rDNS
correctly setup for both IPv4 and IPv6.
squid-3.1.6 (from debian stable). rDNS works correctly for both IPv4
and IPv6
Okay. 3.1.6 has a problem looking up rDNS. If you need this, grab the
package from Testing/Wheezy, it is a lot more stable than the stable
release and works fine on Squeeze.
Amos