From owner-freebsd-bugs Fri Nov 6 02:48:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14547 for freebsd-bugs-outgoing; Fri, 6 Nov 1998 02:48:37 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from vss.sci-nnov.ru (vss.sci-nnov.ru [193.125.71.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14172; Fri, 6 Nov 1998 02:43:33 -0800 (PST) (envelope-from dmiter@sci-nnov.ru) Received: from winhome (home.sci-nnov.ru [194.190.176.102]) by vss.sci-nnov.ru (8.8.8/Dmiter-4.2vss) with SMTP id NAA06955; Fri, 6 Nov 1998 13:42:38 +0300 (MSK) Message-ID: <000301be0972$10f05460$0200000a@winhome.sci-nnov.ru> Reply-To: "Dmitry Eremin" From: "Dmitry Eremin" To: Cc: Subject: /kernel: arp: 192.168.1.188 is on de1 but got reply from 00:c0:4f:a4:81:2d on de0 Date: Fri, 6 Nov 1998 13:41:43 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have cvsuped version FreeBSD 3.0-CURRENT #6: Fri Nov 6 10:24:07 MSK 1998 and following configuration. Interface de0 have real IP address and connected to Internet router. In this network only two address, our computer and router. Interface de1 connected to our Intranet. $ Ifconfig -a de0: flags=88c3 mtu 1500 inet xx.xx.xx.xx netmask 0xfffffffc broadcast xx.xx.xx.xx ether 00:00:c0:b2:9f:d0 media: 10baseT/UTP status: active supported media: 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP de1: flags=8843 mtu 1500 inet 192.168.1.239 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:00:c0:b8:a1:d0 media: 10baseT/UTP status: active supported media: 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP I have the following messages in the syslog: /kernel: arp: 192.168.1.188 is on de1 but got reply from 00:c0:4f:a4:81:2d on de0 $ tcpdump -i de1 arp arp who-has 192.168.1.188 tell 192.168.1.231 arp reply 192.168.1.188 is-at 0:c0:4f:a4:81:2d $ tcpdump -i de0 arp arp who-has 192.168.1.188 tell 192.168.1.231 As you see, into de0 relay hasn't been received. What is happening? What I do not right? Help me please. Best regards, Dmitry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message