> 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