From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 4 02:13:07 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E410810656AE for ; Mon, 4 Jan 2010 02:13:07 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id B7AAD8FC1F for ; Mon, 4 Jan 2010 02:13:07 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o042D6tS045380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 3 Jan 2010 18:13:07 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o042D6oh045379; Sun, 3 Jan 2010 18:13:06 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA23079; Sun, 3 Jan 10 18:03:42 PST Date: Sun, 03 Jan 2010 18:02:13 -0800 From: perryh@pluto.rain.com To: yuri@rawbw.com, glen.j.barber@gmail.com Message-Id: <4b414c25.b+RuSCrExOCUOAba%perryh@pluto.rain.com> References: <20100103154049.208253lht7g43go4@webmail.rawbw.com> <4ad871311001031543j16aa7aa3la35be5897bb9c490@mail.gmail.com> In-Reply-To: <4ad871311001031543j16aa7aa3la35be5897bb9c490@mail.gmail.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: Does FreeBSD issue messages about MAC/IP conflicts? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 02:13:08 -0000 Glen Barber wrote: > On Sun, Jan 3, 2010 at 6:40 PM, Yuri wrote: > > I accidentally had two machines having the same wifi MAC > > address. Wifi router gave them both the same local IP address > > and they both could somewhat connect to the outside world, but > > connections were flaky. > > > > No messages about IP/MAC conflicts appeared in dmesg log. > > > > Vague memories from the long ago past remind me that Windows > > was issuing IP conflict messages in the local wired network. > > > > Why doesn't FreeBSD complain at leat about the IP conflict? > > The last time I made the mistake of having two devices with the > same IP, I saw ARP messages in /var/log/messages as well as the > system console. This was around 8.0-RC1, for what it's worth. ARP will notice when two different MAC addresses both claim the same IP address, but to detect two different boxes both claiming the same MAC/IP address pair would require some other way of identifying the two boxes as different.