From owner-freebsd-bugs Fri Nov 6 08:39:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22848 for freebsd-bugs-outgoing; Fri, 6 Nov 1998 08:39:16 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from alpha.xerox.com (omega.Xerox.COM [13.1.64.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA22829; Fri, 6 Nov 1998 08:39:06 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <430726(3)>; Fri, 6 Nov 1998 08:38:50 PST Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id IAA28819; Fri, 6 Nov 1998 08:38:43 -0800 (PST) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199811061638.IAA28819@mango.parc.xerox.com> To: "Dmitry Eremin" 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 In-reply-to: Your message of "Fri, 06 Nov 1998 02:41:43 PST." <000301be0972$10f05460$0200000a@winhome.sci-nnov.ru> Date: Fri, 6 Nov 1998 08:38:43 PST From: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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