Date: Thu, 20 Nov 2003 17:44:57 +0100 (CET) From: "eberkut" <eberkut@minithins.net> To: freebsd-net@freebsd.org Subject: Re: Simple Routing Message-ID: <1555.213.41.155.24.1069346697.squirrel@mail.plug-it.com> In-Reply-To: <3FBC4CC8.2050903@altern.org> References: <3FBC4CC8.2050903@altern.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> I just set-up a simple router under FreeBSD 4.9, everything works fine > but > if I check my logs I have a lot of line similar to this: > > Nov 19 22:00:20 Blah /kernel: arp: 192.168.1.1 is on lnc0 but got reply > from [some mac address] on lnc1 > > The IP 192.168.1.1 Is a gateway > > What is the cause of this message ? hmm it means you have two interfaces connected to the same subnet. AFAIK it's nothing but annoying. You can disable these log messages like this : # sysctl -w net.link.ether.inet.log_arp_wrong_iface=0 --ebk "you can tune a file system but you can't tune a fish" (man 8 tunefs, BUGS) . BUGfr, BSD User Group francophone, http://www.bug-fr.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1555.213.41.155.24.1069346697.squirrel>