From owner-freebsd-net Mon Nov 23 06:55:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA22566 for freebsd-net-outgoing; Mon, 23 Nov 1998 06:55:36 -0800 (PST) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from foonly.scimitar.org (cr323989-a.yec1.on.wave.home.com [24.112.82.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA22561 for ; Mon, 23 Nov 1998 06:55:34 -0800 (PST) (envelope-from pnadeau@wave.home.com) Received: from localhost (pnadeau@localhost) by foonly.scimitar.org (8.8.5/8.8.5) with SMTP id JAA22227 for ; Mon, 23 Nov 1998 09:54:59 -0500 (EST) X-Authentication-Warning: foonly.scimitar.org: pnadeau owned process doing -bs Date: Mon, 23 Nov 1998 09:54:59 -0500 (EST) From: Patrick Nadeau X-Sender: pnadeau@foonly.scimitar.org To: net@FreeBSD.ORG Subject: arp problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I just had a wierd 'problem' with arp over the weekend. I noticed this line in /var/log/messages Nov 21 13:37:12 foonly /kernel: arp: 10.0.0.1 moved from 00:60:97:1f:18:ce to 00:20:35:e7:b5:bc I have not done anything that would make this change, i.e.: change the network card, add a new host to the network with ip 10.0.0.1 by mistake, issued any arp commands. This is a dual homed host with two 3com 3c509's in it. netstat -i still says: ep0 1500 00.60.97.3a.2f.80 9245953 10800 122177 1 0 ep1 1500 00.60.97.1f.18.ce 62020 0 73826 1 0 which makes sense to me since both's mac start with 00.60.97, i.e. they are from the same manufacturer. but now arp -a reports: foonly.scimitar.org (10.0.0.1) at 0:20:35:e7:b5:bc permanent cr323989-a.yec1.on.wave.home.com (24.112.82.27) at 0:60:97:3a:2f:80 permanent Is this a bug in arp. BTW I am using 2.2.1 with ipfw and natd with ep0 as the outside interface and ep1 as the inside interface. Everything seems to still work fine though. And I have since changed it back with arp -S, no problem. Any ideas? Please send any replies by email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message