[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IPv6 DNS



/etc/bind/2001:660:4501:aaaa_64
@	IN	SOA	ipv6.renumbering.loria.fr.	luffy.loria.fr. (
		2005201700
		2M
		1M
		6M
		3M)
	IN	NS	luffy.loria.fr.

$ORIGIN a.a.a.a.1.0.5.4.0.6.6.0.1.0.0.2.ip6.int
a.8.0.6.3.e.e.f.f.f.2.0.1.0.2.0	IN	PTR	aria.ipv6.renumbering.loria.fr.

When i try to resolv, it get the following output

root@treize:~
% nslookup aria.ipv6.renumbering.loria.fr
Server:         2001:660:4501:1:211:11ff:fe4d:8200
Address:        2001:660:4501:1:211:11ff:fe4d:8200#53

*** Can't find aria.ipv6.renumbering.loria.fr: No answer

	Have you try 'host' instead of 'nslookup'? For the
recent version of 'nslookup' several functions seems not
to implemented. I can't make it show IPv6 address too, but
using 'host'

	$ host -t aaaa aria.ipv6.renumbering.loria.fr

	or

	$ host -a aria.ipv6.renumbering.loria.fr

	might give you some info.

root@treize:~
% nslookup 2001:660:4501:aaaa:201:2ff:fee3:608a
Server:         2001:660:4501:1:211:11ff:fe4d:8200
Address:        2001:660:4501:1:211:11ff:fe4d:8200#53

** server can't find
a.8.0.6.3.e.e.f.f.f.2.0.1.0.2.0.a.a.a.a.1.0.5.4.0.6.6.0.1.0.0.2.ip6.arp
a: NXDOMAIN

	from your conf file

zone "a.a.a.a.1.0.5.4.0.6.6.0.1.0.0.2.ip6.arpa" {
	type master;
	file "/etc/bind/2001:660:4501:aaaa_64";
};

	but your zone file

/etc/bind/2001:660:4501:aaaa_64
@       IN      SOA     ipv6.renumbering.loria.fr.      luffy.loria.fr.
..
       IN      NS      luffy.loria.fr.

$ORIGIN a.a.a.a.1.0.5.4.0.6.6.0.1.0.0.2.ip6.int

					^^^^^^^^^^
	this might be the problem.

Cheers,
cj



Reply to: