Bind 9 and IBM AIX 4.3.3 IP V6 reverse loopback resolution

Mark_Andrews at isc.org Mark_Andrews at isc.org
Mon Jan 6 22:30:40 UTC 2003


> 
> I run bind 9 into my IBM server,
> It's works find but I experience a problem with the IPV6 reverse
> resolution.
> 
> when I do a netstat -i the command stop a long time and try to resolv
> the
> ::1 address
> 
> I try to put a new section into my named.conf file
> 
> zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa"
>    {master;
>     file "named.local.v6.rev";
>     };
> ------------------ named.local.v6.rev -----------------------
> @           soa .......
> 
> 1           IN   PRT localhost
> -------------------------------------------------------------
> but it does not work.
> did anybody use bind 9 into an AIX 4.3.3 box without trouble with the
> IPV6 reverse resolution.
> 
> Thanks.
> 

	Well it helps if the zone contents are valid.  You had no NS record
	and the PTR line was wrong.

e.g.
1 PTR localhost.
	
	It also helps if you have the right number of zeros (you are missing
	one).

	The client may still be using the "ip6.int" suffix.

	Also, strictly, 
 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa
	should be the zone as ::1/128 is ip6.arpa and ::/96 is in-addr.arpa.

e.g.

@       0       SOA     drugs.dv.isc.org. marka\.andrews.isc.org. (
                        9 3600 1200 604800 3600 )
@       3600      NS      drugs.dv.isc.org.
@       3600      PTR     localhost.

	You can then use the same file for 1.0.0.127.in-addr.arpa and the
	two reverse zones for IPv6.

--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list