Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-client-link-layer-addr-opt-00.txt
"Eustace, Glen" <G.Eustace@massey.ac.nz> Mon, 16 July 2012 22:37 UTC
Return-Path: <G.Eustace@massey.ac.nz>
X-Original-To: dhcwg@ietfa.amsl.com
Delivered-To: dhcwg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5F74F11E8336 for <dhcwg@ietfa.amsl.com>; Mon, 16 Jul 2012 15:37:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.598
X-Spam-Level:
X-Spam-Status: No, score=-4.598 tagged_above=-999 required=5 tests=[AWL=-2.000, BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cWzunJk6ijUA for <dhcwg@ietfa.amsl.com>; Mon, 16 Jul 2012 15:37:52 -0700 (PDT)
Received: from tur-issmail1.massey.ac.nz (tur-issmail1.massey.ac.nz [130.123.96.135]) by ietfa.amsl.com (Postfix) with ESMTP id 23AEC11E8333 for <dhcwg@ietf.org>; Mon, 16 Jul 2012 15:37:51 -0700 (PDT)
Received: from tur-mm5.massey.ac.nz (tur-mm5.massey.ac.nz [130.123.96.133]) by tur-issmail1.massey.ac.nz (Postfix) with ESMTP id 35E7AE99 for <dhcwg@ietf.org>; Tue, 17 Jul 2012 10:38:34 +1200 (NZST)
Received: from tur-exch-cas2.massey.ac.nz (Not Verified[10.100.189.3]) by tur-mm5.massey.ac.nz with MailMarshal id <B500497e90000>; Tue, 17 Jul 2012 10:38:33 +1200
Received: from TUR-EXCH-NODE2.massey.ac.nz ([fe80::6d90:b430:e061:20ed]) by tur-exch-cas2.massey.ac.nz ([fe80::1868:bfeb:eb89:2%13]) with mapi id 14.02.0298.004; Tue, 17 Jul 2012 10:38:33 +1200
From: "Eustace, Glen" <G.Eustace@massey.ac.nz>
To: "dhcwg@ietf.org" <dhcwg@ietf.org>
Thread-Topic: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-client-link-layer-addr-opt-00.txt
Thread-Index: AQHNY6O7uMVE9Uysc0SHS5ylQzAzqA==
Date: Mon, 16 Jul 2012 22:38:33 +0000
Message-ID: <CC2AE67B.AF0C%G.Eustace@massey.ac.nz>
In-Reply-To: <EMEW3|dc530d6d08f0019fc7232c7aa501db49o6FEOG03tjc|ecs.soton.ac.uk|229DF3CC-E508-4B92-B9F7-EB6D7EA38671@ecs.soton.ac.uk>
Accept-Language: en-NZ, en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
user-agent: Microsoft-MacOutlook/14.10.0.110310
x-originating-ip: [10.100.189.3]
Content-Type: multipart/alternative; boundary="_000_CC2AE67BAF0CGEustacemasseyacnz_"
MIME-Version: 1.0
Subject: Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-client-link-layer-addr-opt-00.txt
X-BeenThere: dhcwg@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: <dhcwg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dhcwg>
List-Post: <mailto:dhcwg@ietf.org>
List-Help: <mailto:dhcwg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Jul 2012 22:37:53 -0000
Hi Tim, > Does that mean all your devices/OSes are by default using DUID-LL? The spec says that the client > must use *a* MAC address; it may not happen to pick the one corresponding to the interface that > the query comes from. No, the vast majority are DUID-LLT, there are some DUID-LLs. The version of the ISC DHCPv6 code I am running deconstructs the DUID and attempts to match the MAC address with the host hardware-addres if a host DUID isn't specified in the config file, this is a hack but is proving useful as we do not have the DUIDs in our database yet still want to try to match the lease to the client primarily so that the forward DDNS uses the official name of the client. > It would be very interesting to see other enterprises who are using DHCPv6 reporting what they see. > And interesting to also note how often observed DUIDs change over time, e.g. from dual-boot systems. I haven't had a chance to look at anything like this yet. > The relay function seems useful to me. In a typical campus environment that we'd be interested in > all requests would be forwarded by a relay, thus client support would not be essential in our environment. Same here but for the hosts in the same network as the DHCP servers. > It would seem very likely the proposed draft would be used by some enterprise admins to try to perform > the same type of "accountability" that exists for DHCPv4 with DHCPv6. That's a question that frequently > crops up from new sites considering IPv6 deployment. I think if is was up to me, I'd be pushing for SLAAC for the majority of our clients but it isn't and the security team wants 'accountability' just like they think they have with IPv4. So I have to do my best to get DHCPv6 doing something similar to DHCPv4. Glen.
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Shwetha Bhandari (shwethab)
- [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-client-… internet-drafts
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Andre Kostur
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Andre Kostur
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… A. Gregory Rabil
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… A. Gregory Rabil
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Andre Kostur
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… A. Gregory Rabil
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Andre Kostur
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Jeffrey Hutzelman
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Jeffrey Hutzelman
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… A. Gregory Rabil
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Marc Perea
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… A. Gregory Rabil
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Simon Hobson
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… A. Gregory Rabil
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… A. Gregory Rabil
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Andre Kostur
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Andre Kostur
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Gaurav Halwasia (ghalwasi)
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… perl-list
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Simon Hobson
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Andre Kostur
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… perl-list
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Andre Kostur
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… perl-list
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Marc Perea
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Andre Kostur
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Ted Lemon
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Eustace, Glen
- Re: [dhcwg] I-D Action:draft-ietf-dhc-dhcpv6-clie… Marc Perea
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… A. Gregory Rabil
- Re: [dhcwg] I-D Action:draft-ietf-dhc-dhcpv6-clie… perl-list
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… perl-list
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… perl-list
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… perl-list
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Bernie Volz (volz)
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Bernie Volz (volz)
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Eustace, Glen
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… perl-list
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Tim Chown
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Eustace, Glen
- Re: [dhcwg] I-D Action: draft-ietf-dhc-dhcpv6-cli… Hans Liu