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

Re: I-D ACTION:draft-savola-v6ops-6bone-mess-00.txt



>re:
>> http://www.ietf.org/internet-drafts/draft-savola-v6ops-6bone-mess-00.txt
>i suggest adding a reference to http://www.isc.org/tn/isc-tn-2002-1.txt,
>which addresses some of the dns-related issues in migrating away from 6bone.

	two comments -
	1. DNAME is not widely implemented in resolvers in the wild.  therefore
	   not many will be able to resolve "blah.int" with this scheme.
	2. if you drop $ORIGIN from the zone file, you will be okay with the
	   following configuration (which is simpler IMHO).

itojun


f.2.0.0.8.0.e.f.f.f.7.4.3.0.2.0.d.0.0.0  PTR  pa-blue.fwpaa.isc.org.
8.f.b.4.0.0.e.f.f.f.7.4.3.0.2.0.d.0.0.0  PTR  pa-blue.fwpab.isc.org.
e.7.0.b.3.c.e.f.f.f.b.2.0.0.a.0.d.0.0.0  PTR  isrv4.isc.org.
a.7.7.e.7.0.e.f.f.f.8.f.0.0.2.0.d.0.0.0  PTR  phred.isc.org.


2.3. BIND9's configuration file would include two "zone" declarations:

zone "8.f.4.0.1.0.0.2.ip6.arpa" {       // ARIN ISC6-1
	type master;
	file "pri/2001:04F8:";
};

zone "8.f.4.0.1.0.0.2.ip6.int" {        // ARIN ISC6-1 (.int)
	type master;
	file "pri/2001:04F8:";
};