From owner-freebsd-stable Mon Aug 6 17:52:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from shell.webmaster.com (unknown [216.152.64.152]) by hub.freebsd.org (Postfix) with ESMTP id 15A8337B401 for ; Mon, 6 Aug 2001 17:52:17 -0700 (PDT) (envelope-from davids@webmaster.com) Received: from whenever ([206.171.168.130]) by shell.webmaster.com (Post.Office MTA v3.5.3 release 223 ID# 0-12345L500S10000V35) with SMTP id com; Mon, 6 Aug 2001 17:49:55 -0700 From: "David Schwartz" To: "David Kelly" , "Douglas G. Allen" Cc: "FreeBSD Stable Listserv" Subject: RE: arp doesn't like two NIC's in same subnet on same machine? Date: Mon, 6 Aug 2001 17:52:15 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <200108052035.f75KZOx28433@grumpy.dyndns.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > "Douglas G. Allen" writes: > > I have a machine running 4.3-RELEASE, with softupdates enabled. I > > have two I ntel 100 Pro NIC's in the machine, an Adaptec controller > > card, and an 18G Ultra 160 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? > Two NICs on the same LAN segment is only for the purpose of using two IP > addresses? Why don't you "ifconfig fxp0 alias ..." and use only one NIC? Because then what happens when the network topology changes and the two subnets become physically disjoint? Suppose you have two IP subnets, 216.1.64.0/24 and 216.1.65.0/24. You have machine with two network cards and two IP addresses, 216.1.64.1 and 216.1.65.1. The two subnets might share a physical medium, they might not. You don't know and want a configuration that works either way. DS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message