DNS & IPv6

Kevin Oberman oberman at es.net
Fri Sep 17 17:37:59 UTC 1999


Kurt Bauer <bauer at cc.univie.ac.at> writes:

> Hi,
> 
> I wondered if anyone has already made any experience with DNS (forward
> and reverse) and IPv6.
> (Platform is FreeBSD32 and Kame IPv6 stack)
> Maybe you have some hints for me (example config files and things like
> that ;-)) )

As far as I know, all DNS queries for IPv6 addresses are still done
over the V4 stack. I saw IPv6 transport on the TODO list in 8.1.2.

Beyond that, it's a bit ugly, but not complicated. Just enter AAAA
records as you would A records.
www-6tap        IN      AAAA    3ffe:700:20:4:a00:2bff:fe91:d412

The reverse entries are still just PTR records, but they are REALLY
ugly. The one above would have a reverse of:
2.1.4.d.1.9.e.f.f.f.b.2.0.0.a.0.4.0.0.0.0.2.0.0.0.0.7.0.e.f.f.3.ip6.int. PTR www-6tap.es.net.

You only have to include the address to the zone cut, so it would be
more likely to look something like:
2.1.4.d.1.9.e.f.f.f.b.2.0.0.a.0.4 PTR www-6tap.es.net.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest Orlando Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman at es.net				Phone: +1 510 486-8634



More information about the bind-users mailing list