[67507] in North American Network Operators' Group
Re: IPv6 reverse lookup - lame delegation?
daemon@ATHENA.MIT.EDU (Jun-ichiro itojun Hagino)
Tue Feb 10 21:39:05 2004
To: vixie@vix.com
Cc: nanog@merit.edu
In-Reply-To: Your message of "11 Feb 2004 00:36:19 +0000"
<g3isieqwos.fsf@sa.vix.com>
Date: Wed, 11 Feb 2004 11:38:24 +0900 (JST)
From: itojun@itojun.org (Jun-ichiro itojun Hagino)
Errors-To: owner-nanog-outgoing@merit.edu
> 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?
>
> jeroen@unfix.org ("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