Date: Fri, 6 Nov 1998 08:38:43 PST From: Bill Fenner <fenner@parc.xerox.com> To: "Dmitry Eremin" <dmiter@sci-nnov.ru> Cc: freebsd-current@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: /kernel: arp: 192.168.1.188 is on de1 but got reply from 00:c0:4f:a4:81:2d on de0 Message-ID: <199811061638.IAA28819@mango.parc.xerox.com> In-Reply-To: Your message of "Fri, 06 Nov 1998 02:41:43 PST." <000301be0972$10f05460$0200000a@winhome.sci-nnov.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Did the message get printed during your tcpdump, or was the tcpdump taken at a different time? Could you try to replicate this with both tcpdumps running at the same time (on different screens to not intersperse the output) and include the timestamps? Does the ARP entry get installed correctly? i.e. 1) Does "arp 192.168.1.188" show the right MAC address? 2) Does "route get 192.168.1.188" list the correct interface? Do you have any idea why the ARP request shows up on both interfaces? FreeBSD doesn't send ARP requests out multiple interfaces, so perhaps you have something funny going on at layer 2 (e.g. shared hub between the two different networks, or a broken switch)? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811061638.IAA28819>