From owner-freebsd-stable@FreeBSD.ORG Sat Nov 27 01:39:09 2004 Return-Path: Delivered-To: freebsd-stable@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B6D16A4D1 for ; Sat, 27 Nov 2004 01:39:09 +0000 (GMT) Received: from ox.eicat.ca (ox.eicat.ca [66.96.30.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C909D43D5D for ; Sat, 27 Nov 2004 01:39:08 +0000 (GMT) (envelope-from Mykel@mWare.ca) Received: from [10.100.104.31] (unknown [66.96.18.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ox.eicat.ca (Postfix) with ESMTP id 116FECCE3; Fri, 26 Nov 2004 20:39:07 -0500 (EST) Message-ID: <41A7DAB6.9050200@mWare.ca> Date: Fri, 26 Nov 2004 20:39:02 -0500 From: Mykel User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618 X-Accept-Language: en-us, en MIME-Version: 1.0 To: munn References: <41A7C9DE.1070302@umd.edu> In-Reply-To: <41A7C9DE.1070302@umd.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@www.freebsd.org 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: Sat, 27 Nov 2004 01:39:09 -0000 munn wrote: > 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? radix# cat /etc/rc.conf | grep ifconfig ifconfig_fxp0="inet 10.100.104.1/24" ifconfig_fxp0_alias0="inet 66.96.19.169/29" ifconfig_fxp1="inet 10.0.0.24/24" radix#