Re: Simple Routing
From: eberkut (eberkut_at_minithins.net)
Date: 11/20/03
- Previous message: Colin Watson: "Re: Connecting subnet over PPP"
- In reply to: Benjamin Lauzière: "Simple Routing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 20 Nov 2003 17:44:57 +0100 (CET) To: freebsd-net@freebsd.org
> 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
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Colin Watson: "Re: Connecting subnet over PPP"
- In reply to: Benjamin Lauzière: "Simple Routing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|