From owner-freebsd-stable@FreeBSD.ORG Wed Dec 1 17:54:56 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00B9016A4CE for ; Wed, 1 Dec 2004 17:54:56 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE2343D2F for ; Wed, 1 Dec 2004 17:54:55 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [10.0.0.10] (12-218-40-24.client.mchsi.com[12.218.40.24]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20041201175455m9100ceh7ae>; Wed, 1 Dec 2004 17:54:55 +0000 From: Josh Paetzel To: freebsd-stable@freebsd.org Date: Wed, 1 Dec 2004 11:52:42 +0000 User-Agent: KMail/1.7 References: <41A7C9DE.1070302@umd.edu> <20041201115050.GB645@calvin.biaix.org> In-Reply-To: <20041201115050.GB645@calvin.biaix.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412011152.42832.josh@tcbug.org> cc: munn Subject: Re: Multiple Network Cards X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:54:56 -0000 On Wednesday 01 December 2004 11:50, Joan Picanyol wrote: > * munn [20041201 12:10]: > > I want to add a second network card to a FreeBSD 4.10p4 box. The > > first card has an address 192.168.123.99 (xl0). The second card > > has the address 192.168.123.98 (fpx0). When I reboot the machine > > and do an ifconfig -a, I see fpx0 with the address > > 192.168.123.98 but xl0 now has options=1(RXCSUM) where the ip > > address 192.168.123.99 would normally be. > > > > What am I doing wrong? > > Nothing? > > xl0: flags=8843 mtu 1500 > options=9 > inet 192.168.124.9 netmask 0xffffff00 broadcast > 192.168.124.255 ether 00:e0:81:27:cb:3b > media: Ethernet autoselect (100baseTX ) > status: active > > Or do you actually have a problem? > > qvb Maybe this is (or should be) a FAQ: I don't think you can put two NICs on the same subnet with FreeBSD. Please correct me if I'm wrong, especially if you can post a inconfig backing you up. ::D -- Thanks, Josh Paetzel