Date: Sun, 5 Aug 2001 14:04:40 -0700 (PDT) From: Tony Fleisher <takhus@takhus.mind.net> To: "Douglas G. Allen" <dallen@roe35.lth2.k12.il.us> Cc: FreeBSD Stable Listserv <freebsd-stable@FreeBSD.ORG> Subject: Re: arp doesn't like two NIC's in same subnet on same machine? Message-ID: <20010805140222.W11063-100000@takhus.dyn.mind.net> In-Reply-To: <200108051203370733.0093DA8F@mail.roe35.lth2.k12.il.us>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 5 Aug 2001, Douglas G. Allen wrote: > I have a machine running 4.3-RELEASE, with softupdates enabled. I > have two Intel 100 Pro NIC's in the machine, an Adaptec controller > card, and an 18G Ultra160 drive in it (running at 80, if it makes any > difference). I have the default route to the router set to always go > out through fxp0. When both fxp0 and fxp1 are enabled, I get > complaints from arp about inquiries going out from fxp0 having answers > received on fxp1. Everything else 'seems' to be ok. The box is > running as a web server with each NIC referenced for different sites > in different DNS A records. > > Is there an easy way to get rid of the arp message? sysctl net.link.ether.inet.log_arp_wrong_iface=0 should quiet the kernel warnings. Tony. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010805140222.W11063-100000>