Re: Why has RFC 4941 been designed in such a way, that it might cause address conflicts?

Brian Haley <brian.haley@hp.com> Wed, 16 March 2011 16:50 UTC

Return-Path: <brian.haley@hp.com>
X-Original-To: ipv6@core3.amsl.com
Delivered-To: ipv6@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 991453A69EE for <ipv6@core3.amsl.com>; Wed, 16 Mar 2011 09:50:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -106.599
X-Spam-Level:
X-Spam-Status: No, score=-106.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SsRKl3EzEt5v for <ipv6@core3.amsl.com>; Wed, 16 Mar 2011 09:50:39 -0700 (PDT)
Received: from g1t0027.austin.hp.com (g1t0027.austin.hp.com [15.216.28.34]) by core3.amsl.com (Postfix) with ESMTP id A4EA53A69E8 for <ipv6@ietf.org>; Wed, 16 Mar 2011 09:50:39 -0700 (PDT)
Received: from g1t0038.austin.hp.com (g1t0038.austin.hp.com [16.236.32.44]) by g1t0027.austin.hp.com (Postfix) with ESMTP id 6B67A38A6D; Wed, 16 Mar 2011 16:52:05 +0000 (UTC)
Received: from [16.1.1.20] (squirrel.fc.hp.com [15.11.146.57]) by g1t0038.austin.hp.com (Postfix) with ESMTP id AD23530249; Wed, 16 Mar 2011 16:52:01 +0000 (UTC)
Message-ID: <4D80EAB0.2050701@hp.com>
Date: Wed, 16 Mar 2011 12:52:00 -0400
From: Brian Haley <brian.haley@hp.com>
Organization: Open Source and Linux Organization
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8
MIME-Version: 1.0
To: Markus Hanauska <hanauska@equinux.de>
Subject: Re: Why has RFC 4941 been designed in such a way, that it might cause address conflicts?
References: <C744C51B-F2B0-4137-B39F-54B8D62F1C97@equinux.de> <alpine.BSF.2.00.1103160951100.87087@mignon.ki.iif.hu> <3833B29B-1475-4BD7-B94D-7BD70AE4CB3B@equinux.de> <m1PznxD-0001dSC@stereo.hq.phicoh.net> <F83685EF-959F-488B-B4E8-FD41712F9BA6@equinux.de>
In-Reply-To: <F83685EF-959F-488B-B4E8-FD41712F9BA6@equinux.de>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Cc: ipv6@ietf.org
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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: Wed, 16 Mar 2011 16:50:40 -0000

On 03/16/2011 07:06 AM, Markus Hanauska wrote:
> 
> On 2011-03-16, at 11:27 , Philip Homburg wrote:
> 
>> You look up the MAC address for that IPv6 address and then block the MAC
>> address on your switches. Problem solved.
> 
> Sure, that will work. However, that means I have to invest time and work to solve a problem, that would have easily been avoidable by a tiny standard change and that did not arise because anyone made a mistake, it just has been recklessly accepted by the standard creators, because it seemed unlikely. And this is a lot of work, since I cannot block it globally, but I have to work my way through all our managed switches and I will get a problem on some parts of the network, where unmanaged switches are used, which I might have to reboot after blocking to flush their address cache.

But you have to be able to do this anyways, because someone *is* going to
configure a system wrong and cause big problems, you can't assume an RFC
will protect you.  It's even extremely easy to disable DAD and manually
configure an address on a lot of systems - what will you do then?  If you
can't secure the configuration on a host, and you can't typically, you
have to do it in the infrastructure where you *do* control everything.

If I had $1 for every time I had to track-down a system configured as
a default IPv6 router and sending bogus advertisements out, well, I'd have
about $10 :)  That's what happens when people google 'ipv6 configuration'
and blindly cut/paste commands...

-Brian