I have my own dns server running, on ipv4 level it works fine.
on named.conf I have listen-on-v6 { any; };
Still I can’t get proper answers through IPv6. What am I missing here?
host ipv6.google.com 127.0.0.1
Using domain server:
Name: 127.0.0.1
Address: 127.0.0.1#53
Aliases:
ipv6.google.com is an alias for ipv6.l.google.com.
ipv6.l.google.com has IPv6 address 2001:4860:a003::68
host ipv6.google.com ::1
Using domain server:
Name: ::1
Address: ::1#53
Aliases:
Host ipv6.google.com not found: 3(NXDOMAIN)
On Tue, 2009-03-03 at 07:36 +0000, TheDarthJysky wrote:
> I have my own dns server running, on ipv4 level it works fine.
> on named.conf I have listen-on-v6 { any; };
> Still I can’t get proper answers through IPv6. What am I missing here?
Do you see named listening on :::53?
netstat -vlntu
I have this working at our site. No problem.
Make sure your named isn’t running with the -4 option.
netstat -vlntu
returned that it is indeed listening both IPv4 and IPv6. Didn’t find any indication that it would be running with -4, bit then it probably wouldn’t listen IPv6 eighter.