Hello,
I recently started to implement IPv6 and encountered a problem with google safe search.
I have enabled safe search on the policy in strict mode.
When I lookup
www.google.com on the nxfilter itself everything looks right:
Server: 10.3.55.66
Address: 10.3.55.66#53
Non-authoritative answer:
Address: 216.239.38.120
Address: 2001:4860:4802:32::78
When I nslookup on a windows client the IPv4 is correct but the IPv6 is not:
Server: UnKnown
Address: 10.3.55.66
Nicht autorisierende Antwort:
Addresses: 2a00:1450:4001:821::2004
216.239.38.120
So why is there no information that this is a CNAME alias? It should be there I think? At least I can see it on other lookups with CNAME.
And the IPv6 is wrong, it is not the safe search IP.
What could be the problem?
Thanks a lot.
Cheers.