Re: draft-ymbk-6to4-arpa-delegation-00.txt

Alain Durand <Alain.Durand@sun.com> Mon, 11 November 2002 19:09 UTC

Received: from nic.cafax.se (nic.cafax.se [192.71.228.17]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA28197 for <dnsop-archive@lists.ietf.org>; Mon, 11 Nov 2002 14:09:26 -0500 (EST)
Received: from nic.cafax.se (localhost [127.0.0.1]) by nic.cafax.se (8.12.5/8.12.5) with ESMTP id gABInrcE016067 for <dnsop-outgoing@nic.cafax.se>; Mon, 11 Nov 2002 19:49:54 +0100 (MET)
Received: from localhost (localhost [[UNIX: localhost]]) by nic.cafax.se (8.12.5/8.12.5/Submit) id gABInrWp016066 for dnsop-outgoing; Mon, 11 Nov 2002 19:49:53 +0100 (MET)
X-Authentication-Warning: nic.cafax.se: majordom set sender to owner-dnsop@cafax.se using -f
Received: from pheriche.sun.com (pheriche.sun.com [192.18.98.34]) by nic.cafax.se (8.12.5/8.12.5) with ESMTP id gABInpcE016061 for <dnsop@cafax.se>; Mon, 11 Nov 2002 19:49:52 +0100 (MET)
Received: from esunmail ([129.147.58.121]) by pheriche.sun.com (8.9.3+Sun/8.9.3) with ESMTP id LAA13145 for <dnsop@cafax.se>; Mon, 11 Nov 2002 11:49:51 -0700 (MST)
Received: from xpa-fe2 ([129.147.58.122]) by edgemail1.Central.Sun.COM (iPlanet Messaging Server 5.2 HotFix 0.8 (built Jul 12 2002)) with ESMTP id <0H5F00B9XDN2X4@edgemail1.Central.Sun.COM> for dnsop@cafax.se; Mon, 11 Nov 2002 11:49:51 -0700 (MST)
Received: from sun.com ([129.146.85.69]) by mail.sun.net (iPlanet Messaging Server 5.2 HotFix 0.2 (built Apr 26 2002)) with ESMTPSA id <0H5F004BVDMWBV@mail.sun.net> for dnsop@cafax.se; Mon, 11 Nov 2002 11:49:50 -0700 (MST)
Date: Mon, 11 Nov 2002 10:49:42 -0800
From: Alain Durand <Alain.Durand@sun.com>
Subject: Re: draft-ymbk-6to4-arpa-delegation-00.txt
To: dns op wg <dnsop@cafax.se>
Cc: v6ops@ops.ietf.org
Message-id: <3DCFFBC6.4060000@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset="us-ascii"; format="flowed"
Content-transfer-encoding: 7bit
X-Accept-Language: en-us, en
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0
References: <200211101351.gAADprl12802@astro.cs.utk.edu> <20021110170654.D1EEF7AF@starfruit.itojun.org> <E18AvhV-0006ib-00@rip.psg.com> <3DCFB06F.B82A214C@hursley.ibm.com>
Sender: owner-dnsop@cafax.se
Precedence: bulk
Content-Transfer-Encoding: 7bit

I have some comments about section 3.1 "6to4 NS records derived from 
IPv4 NS records"
when 6to4 is deployed by end users.

Who is going to get the delegation: the ISP or the end customers?

In IPv4 land, current practise is home customers do not get the delegation
in the reverse tree DNS of their /32, so I suspect it would be the same 
in IPv6 land.
[Note that, if the IPv4 address used for the 6to4 router is transient 
(DHCP allocated
with a short lease, say one day), getting the delegation maintained properly
would probably not be trivial anyway.]

End customers will only deploy 6to4 because their ISP does not support 
IPv6 yet.
Is it reasonable to expect the same ISP to manage the IPv6 reverse DNS zone?
Perhaps yes if this can be done automaticaly, probably not if it involves
manual intervention on the zones themselves.

More, in IPv4 land, it is rather easy to prepopulate the zone with all 
the PTR,
this is not possible in IPv6 land because of the size of the address space.

So it seems to me that, for this to work, something like what I suggested
a fews days ago in DNSext is needed. I'll repost it here.

    - Alain.

-------------------
Repost from DNSext:

As highlighted in the DNSop wg in
draft-durand-ngtrans-dns-issues-00.txt & 
draft-durand-ngtrans-dns-issues-01.txt
(this draft needs to be rename draft-ietf-dnsop-ipv6-dns-isssues-..)
a current IPv4 practise of end-user ISPs is to pre-populate the reverse 
tree DNS
with records like dsl-customer-374.pop-12.isp.net
Due to the size of Ipv6 adddres space, this practise is no more possible.

Several solutions have been proposed so far, but all of them have 
serious drawbacks:
- do not populate the reverse tree at all
- only populate for some hosts
- use wildcard DNS records
- dynamically generate DNS records

This is a new proposal that should not get in the way of DNSsec
but would require some changes in the stub resolver library routines,
getnameinfo and getaddrinfo. I would like to get feedback from the 
DNSext wg
before I present this to DNSop.

   - Alain.

ps: as this was first discussed with a few people last week at ARIN, it was
too late to publish an Internet Draft, so here is an outline of the 
proposal.

Note: this is a similar idea as described in RFC1101

DNS operational requirements:
For each /64 network, in the delegated /64 reverse zone:
a record:
0.0.0.0.0.0.0.0 IN PTR networkname
and in the direct zone
networkname IN AAAA xxxxxxxxxxx:0.0.0.0.0.0.0.0 SHOULD be in place.

Stub resolver library changes:

getaddrinfo():
- if a PTR exist for the IPv6 address, returns it.
- else
    - split the IPv6 address into a /64 $prefix and an Interface ID 
$interfaceID
      (note $interfaceID is a pure hex string)
    - append Interface ID all zeros to $prefix to form $networkAddr
    - lookup a PTR for $networkAddr into $networkName
    - if it exists, return the string $InterfaceID "+" $networkName
    - else return non existant

getnameinfo():
- only for AAAA lookups:
- lookup AAAA for $name
- if exist, retuns it
- if not exist AND $name matches the syntax $interfaceID "+" non empty 
valid DNS name then:
    - check $interfaceID is a 64 bit long hex string
    - look AAAA for the RHS to $netAddr
    - if non existant, return error
    - if lower 64 bits non empty, return error
    - append $interfaceID to $netAddr into $Addr
    - return $Addr
- else return non existant

#----------------------------------------------------------------------
# To unsubscribe, send a message to <dnsop-request@cafax.se>.