Re: DAD question

Brian E Carpenter <brian.e.carpenter@gmail.com> Sun, 12 August 2012 07:19 UTC

Return-Path: <brian.e.carpenter@gmail.com>
X-Original-To: ipv6@ietfa.amsl.com
Delivered-To: ipv6@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0F2A711E80A2 for <ipv6@ietfa.amsl.com>; Sun, 12 Aug 2012 00:19:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.494
X-Spam-Level:
X-Spam-Status: No, score=-101.494 tagged_above=-999 required=5 tests=[AWL=0.197, BAYES_00=-2.599, RCVD_ILLEGAL_IP=1.908, RCVD_IN_DNSWL_LOW=-1, USER_IN_WHITELIST=-100]
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 in1DvvmCrSFc for <ipv6@ietfa.amsl.com>; Sun, 12 Aug 2012 00:19:57 -0700 (PDT)
Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by ietfa.amsl.com (Postfix) with ESMTP id 3457A11E809B for <ipv6@ietf.org>; Sun, 12 Aug 2012 00:19:57 -0700 (PDT)
Received: by wicr5 with SMTP id r5so1251686wic.13 for <ipv6@ietf.org>; Sun, 12 Aug 2012 00:19:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=7//uOIztfU7a9O8D0AMLIG3SwPtkJue+bQcG6yZGXlI=; b=rPWTIgI4Y67iJ7LetFXNCItrmfo2Wqli+Og70zbVns4NDQDizxtrrhWsoThDFYEY/r VNNOMQlHu8iOQJWCHicGE5bh/hiCbPm9mcxhzx4b4+s4lwVxYh0RaNJ5SfTjG8u+u5fL ntr0nkMxQ7lZbS+DRqx3Gu6rnFBVkdYwh5GJ0qw5EYEef3CWM8Hqi38T2aLQQ0VK4wFN XwzMp0X8oxWoPgnYaqCe1CNvAY14ATqVZ3NFHKZBNihgMYdLvdPY5puNFVCarC7C2xVL YlVSBgo2kK4/7Rg4j7BBCtnD/dc/q4xjmJHh6TZlZpiVipETc50O03LoVYIUtX/rdOZ8 ZXVw==
Received: by 10.216.132.25 with SMTP id n25mr4029533wei.25.1344755994133; Sun, 12 Aug 2012 00:19:54 -0700 (PDT)
Received: from [192.168.1.65] (host-2-102-217-150.as13285.net. [2.102.217.150]) by mx.google.com with ESMTPS id cu1sm8561011wib.6.2012.08.12.00.19.52 (version=SSLv3 cipher=OTHER); Sun, 12 Aug 2012 00:19:53 -0700 (PDT)
Message-ID: <50275913.8030304@gmail.com>
Date: Sun, 12 Aug 2012 08:19:47 +0100
From: Brian E Carpenter <brian.e.carpenter@gmail.com>
Organization: University of Auckland
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
To: Karl Auer <kauer@biplane.com.au>
Subject: Re: DAD question
References: <36AA0AF8-95FD-4751-AE2E-A7A3D07038EB@cisco.com> <409F28A1-7974-4524-893D-CEF349A96657@employees.org> <5FAE0128-DDE7-45C4-8632-F56EAA1BE362@gmail.com> <20120811.180104.41668882.sthaug@nethelp.no> <1344721144.6453.29.camel@karl>
In-Reply-To: <1344721144.6453.29.camel@karl>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Cc: ipv6@ietf.org
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ipv6>, <mailto:ipv6-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ipv6>
List-Post: <mailto:ipv6@ietf.org>
List-Help: <mailto:ipv6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipv6>, <mailto:ipv6-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 12 Aug 2012 07:19:58 -0000

On 11/08/2012 22:39, Karl Auer wrote:
> On Sat, 2012-08-11 at 18:01 +0200, sthaug@nethelp.no wrote:
>> Duplicate MAC addresses are regularly seen in the wild.
> 
> It's important to remember that DAD is link local. It is only checking
> whether the same address occurs on the local link. Duplicate MAC
> addresses are not actually a problem as long as the duplicates are not
> on the same link. 

I think they are a problem for sites that register MAC addresses and
use them as a first-line authentication mechanism. Obviously that is very
weak from a security point of view, but it's common practice.

   Brian