Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2001 03:05:15 -0500
From:      "Mario Doria" <madd@tecdigital.net>
To:        "KT Sin" <ktsin@acm.org>
Cc:        "FreeBSD Questions" <questions@freebsd.org>
Subject:   Re: kernel: arp messages
Message-ID:  <001301c11d85$6c2c8f40$0a00a8c0@Vivi>
References:  <B79160F6.48D5%victor@customdynamic.net> <20010805144239.A26591@nutty.Singapore.Sun.COM>

next in thread | previous in thread | raw e-mail | index | archive | help
If the messages get too annoying, add this line to your /etc/sysctl.conf
net.link.ether.inet.log_arp_wrong_iface=0

and reboot, you can also do

sysctl -w net.link.ether.inet.log_arp_wrong_iface=0 and don't reboot


Mario


----- Original Message -----
From: "KT Sin" <ktsin@acm.org>
To: "Victor Grey" <victor@customdynamic.net>
Cc: <freebsd-questions@FreeBSD.ORG>
Sent: Sunday, August 05, 2001 1:42 AM
Subject: Re: kernel: arp messages


> Hi
>
> You have two interfaces on the same subnet. I believe such configuration
doesn't work properly under FreeBSD. Search the archives and handbook for more
information and further explanations.
>
> kt
>
> On Sat, Aug 04, 2001 at 08:21:10AM -0700, Victor Grey wrote:
> > The relevant part of my /etc/rc.conf looks like this:
> >
> > network_interfaces="fxp0 fxp1 lo0"
> > ifconfig_fxp0="inet 192.168.1.2 netmask 255.255.255.0"
> > ifconfig_fxp1="inet 192.168.1.3 netmask 255.255.255.0"
> > defaultrouter="192.168.1.1"
> >
> > Can anyone explain why I keep getting messages in /var/log/messages like
> > this:
> >
> > Aug  4 06:10:28 p2 /kernel: arp: 192.168.1.1 is on fxp0 but got reply from
> > 00:04:28:96:44:00 on fxp1
> >
> > TIA
> >
> > Victor Grey
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001301c11d85$6c2c8f40$0a00a8c0>