Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 1998 13:41:43 +0300
From:      "Dmitry Eremin" <dmiter@sci-nnov.ru>
To:        <freebsd-current@FreeBSD.ORG>
Cc:        <freebsd-bugs@FreeBSD.ORG>
Subject:   /kernel: arp: 192.168.1.188 is on de1 but got reply from 00:c0:4f:a4:81:2d on de0
Message-ID:  <000301be0972$10f05460$0200000a@winhome.sci-nnov.ru>

next in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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 <full-duplex> 100baseTX 10baseT/UTP
<full-duplex> 10baseT/UTP
de1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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 <full-duplex> 100baseTX 10baseT/UTP
<full-duplex> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000301be0972$10f05460$0200000a>