Re: [dhcwg] Re: WG last call on draft-ietf-dhc-dhcpv6-opt-dnsconfig-02.txt

Ralph Droms <rdroms@cisco.com> Thu, 20 February 2003 20:03 UTC

Received: from www1.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA27691 for <dhcwg-archive@odin.ietf.org>; Thu, 20 Feb 2003 15:03:05 -0500 (EST)
Received: (from mailnull@localhost) by www1.ietf.org (8.11.6/8.11.6) id h1KK9lt11621 for dhcwg-archive@odin.ietf.org; Thu, 20 Feb 2003 15:09:47 -0500
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id h1KK9lp11618 for <dhcwg-web-archive@optimus.ietf.org>; Thu, 20 Feb 2003 15:09:47 -0500
Received: from www1.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA27681 for <dhcwg-web-archive@ietf.org>; Thu, 20 Feb 2003 15:02:33 -0500 (EST)
Received: from www1.ietf.org (localhost.localdomain [127.0.0.1]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id h1KK8Bp11538; Thu, 20 Feb 2003 15:08:11 -0500
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id h1KK7Fp11140 for <dhcwg@optimus.ietf.org>; Thu, 20 Feb 2003 15:07:15 -0500
Received: from rtp-core-1.cisco.com (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA27601 for <dhcwg@ietf.org>; Thu, 20 Feb 2003 15:00:01 -0500 (EST)
Received: from funnel.cisco.com (funnel.cisco.com [161.44.168.79]) by rtp-core-1.cisco.com (8.12.6/8.12.6) with ESMTP id h1KK3oJR014151; Thu, 20 Feb 2003 15:03:50 -0500 (EST)
Received: from rdroms-w2k.cisco.com (rtp-vpn2-275.cisco.com [10.82.241.19]) by funnel.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id PAA19859; Thu, 20 Feb 2003 15:03:49 -0500 (EST)
Message-Id: <4.3.2.7.2.20030220150155.03e6d448@funnel.cisco.com>
X-Sender: rdroms@funnel.cisco.com
X-Mailer: QUALCOMM Windows Eudora Version 4.3.2
Date: Thu, 20 Feb 2003 15:03:44 -0500
To: dhcwg@ietf.org, ipng@sunroof.eng.sun.com, namedroppers@ops.ietf.org
From: Ralph Droms <rdroms@cisco.com>
Subject: Re: [dhcwg] Re: WG last call on draft-ietf-dhc-dhcpv6-opt-dnsconfig-02.txt
In-Reply-To: <3E552F2A.2090302@sun.com>
References: <4.3.2.7.2.20030220135524.03e6d548@funnel.cisco.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format="flowed"
Sender: dhcwg-admin@ietf.org
Errors-To: dhcwg-admin@ietf.org
X-BeenThere: dhcwg@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=unsubscribe>
List-Id: <dhcwg.ietf.org>
List-Post: <mailto:dhcwg@ietf.org>
List-Help: <mailto:dhcwg-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=subscribe>

Alain,

If it's unclear, then we should edit the document to explicitly identify 
the addresses as IPv6 addresses.

This option is intended to return IPv6 configuration information.  IPv4 
addresses for DNS resolvers should be provided through DHCPv4...

- Ralph

At 11:40 AM 2/20/2003 -0800, Alain Durand wrote:
> From a quick look at the draft:
>
>4. Domain Name Server option
>
>   The Domain Name Server option provides a list of one or more IP
>   addresses of DNS servers to which a client's DNS resolver MAY send
>   DNS queries [2].  The DNS servers are listed in the order of
>   preference for use by the client resolver.
>
>   The format of the Domain Name Server option is:
>
>
>       0                   1                   2                   3
>       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |      OPTION_DNS_SERVERS       |         option-len            |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |                                                               |
>      |                   DNS-server (IP address)                     |
>      |                                                               |
>      |                                                               |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |                                                               |
>      |                   DNS-server (IP address)                     |
>      |                                                               |
>      |                                                               |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |                              ...                              |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>
>
>
>
>Are the IP addresses of the DNS servers IPv4 ones or IPv6 ones?
>How would the DHCP client knows?
> From the width of the boxes, one could think it it is v4 addresses,
>but from the height (4 lines!), one could think it is actually v6 addresses.
>
>My points are:
>- the spec is unclear if those addresses are v4 or v6
>- it may makes sense to actually mix both type in an announcement,
>   for example say: try this v6 address, if it does not work, try this v4 one.
>   Then each DNS server entry should have both the actual address and its 
> family.
>
>    - Alain.
>
>
>Ralph Droms wrote:
>
>>Reminder and note: there have been a few responses to this WG last call, 
>>but no explicit positive recommendations for advancement.
>>Please review draft-ietf-dhc-dhcpv6 opt-dnsconfig-02.txt and reply with 
>>comments.  If you recommend the document for advancement without 
>>revision, please respond with a quick acknowledgment.  No response will 
>>be interpreted as a lack of support for advancing the document.
>>
>>-----
>>
>>This message announces a WG last call on "DNS Configuration options for 
>>DHCPv6" <draft-ietf-dhc-dhcpv6 opt-dnsconfig-02.txt>.  The last call will 
>>conclude on Friday, 2/21.
>>
>>Note that this is a parallel WG last call in the dhc, ipv6 and dnsext WGs.
>>
>>draft-ietf-dhc-dhcpv6 opt-dnsconfig-02.txt describes two options for 
>>DHCPv6: the Domain Name Server option and the Domain Search List 
>>option.  This document is being considered for Proposed Standard as an 
>>extension to the base DHCPv6 specification, and is available as 
>>http://www.ietf.org/internet-drafts/draft-ietf-dhc-dhcpv6-opt-dnsconfig-02.txt
>>
>>- Ralph Droms
>>
>>--------------------------------------------------------------------
>>IETF IPng Working Group Mailing List
>>IPng Home Page:                      http://playground.sun.com/ipng
>>FTP archive:                      ftp://playground.sun.com/pub/ipng
>>Direct all administrative requests to majordomo@sunroof.eng.sun.com
>>--------------------------------------------------------------------
>
>
>
>_______________________________________________
>dhcwg mailing list
>dhcwg@ietf.org
>https://www1.ietf.org/mailman/listinfo/dhcwg

_______________________________________________
dhcwg mailing list
dhcwg@ietf.org
https://www1.ietf.org/mailman/listinfo/dhcwg