North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: IPv6 reverse lookup - lame delegation?

  • From: Jun-ichiro itojun Hagino
  • Date: Tue Feb 10 21:40:30 2004

> Jun-ichiro itojun Hagino wrote:
> > if i try to log into my machines back in tokyo by IPv6 SSH, it takes very
> > long time.  i guess i found the reason - (possible) lame delegation of
> > blah.ip6.int.  ip6.arpa. query returns instantly.  how could we fix it?
> 
> [email protected] ("Jeroen Massar") writes:
> > By fixing the software as ip6.int was deprecated 2 years+++ ago as you
> > should already know.
> 
> or just put <http://www.isc.org/pubs/tn/?tn=isc-tn-2002-1.txt> into effect.

	if zonefile for e.f.f.3.ip6.int does not have $ORIGIN nor "ip6.int"
	inside, we could just point the zone file twice:

zone "e.f.f.3.ip6.int" {
	type master;
	file "3ffe.zone";
};
zone "e.f.f.3.ip6.arpa" {
	type master;
	file "3ffe.zone";
};

itojun