From owner-freebsd-net@FreeBSD.ORG Wed Jun 18 06:17:22 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BCC37B401 for ; Wed, 18 Jun 2003 06:17:22 -0700 (PDT) Received: from spitfire.velocet.net (spitfire.velocet.net [216.138.223.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AC443F93 for ; Wed, 18 Jun 2003 06:17:19 -0700 (PDT) (envelope-from steve@nomad.tor.lets.net) Received: from nomad.lets.net (H74.C220.tor.velocet.net [216.138.220.74]) by spitfire.velocet.net (Postfix) with SMTP id DD7D14B7F4B for ; Wed, 18 Jun 2003 09:17:16 -0400 (EDT) Received: (qmail 84049 invoked by uid 1008); 18 Jun 2003 13:42:34 -0000 Date: Wed, 18 Jun 2003 09:42:34 -0400 From: Steve Shorter To: net@freebsd.org Message-ID: <20030618134234.GA84032@nomad.lets.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: arp "bug" ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 13:17:22 -0000 Howdy! I have a nfs booted server (FreeBSD 4.5p24) with local disk for data/swap. It has 2 network interfaces configured as follows .... Jun 18 08:16:18 <14.6> db0 /kernel: fxp0: flags=8843 mtu 1500 Jun 18 08:16:18 <14.6> db0 /kernel: inet 192.168.10.11 netmask 0xffffff00 broadcast 192.168.10.255 Jun 18 08:16:18 <14.6> db0 /kernel: ether 00:d0:b7:c9:c5:f0 Jun 18 08:16:18 <14.6> db0 /kernel: media: Ethernet autoselect (100baseTX ) Jun 18 08:16:18 <14.6> db0 /kernel: status: active Jun 18 08:16:18 <14.6> db0 /kernel: fxp1: flags=8843 mtu 1500 Jun 18 08:16:18 <14.6> db0 /kernel: inet 192.168.20.11 netmask 0xffffff00 broadcast 192.168.20.255 Jun 18 08:16:18 <14.6> db0 /kernel: ether 00:b0:d0:49:ba:05 Jun 18 08:16:18 <14.6> db0 /kernel: media: Ethernet autoselect (100baseTX ) Jun 18 08:16:18 <14.6> db0 /kernel: status: active Twice in the last 24 hours it logged the following arp messages Jun 18 07:57:12 <1.3> db0 /kernel: arp: 00:b0:d0:49:ba:05 is using my IP address 192.168.10.11! Jun 18 08:00:39 <1.3> db0 /kernel: arp: 00:b0:d0:49:ba:05 is using my IP address 192.168.10.11! Jun 18 08:04:17 <1.3> db0 /kernel: arp: 00:b0:d0:49:ba:05 is using my IP address 192.168.10.11! Jun 18 08:07:06 <1.3> db0 /kernel: arp: 00:b0:d0:49:ba:05 is using my IP address 192.168.10.11! I seems that the MAC address of the fxp1 interface is being confused somehow with the IP of the fxp0 interface. Since this interface is the root fs the machine hung and had to be power cycled. I don't see why this error should happen, both interfaces are on different subnets ie. fxp0 - 192.168.10.11/24 and fxp1 - 192.168.20.11/24. I have some 4.6.2 servers that also log similar messages, but I've been ignoring them up to now cause it never was a "problem". Is this a bug? or is there a misconfiguration or other fix? thanx - steve