From owner-freebsd-stable@FreeBSD.ORG Sat Nov 27 00:27:11 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 608C116A4CE for ; Sat, 27 Nov 2004 00:27:11 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23C543D2F for ; Sat, 27 Nov 2004 00:27:10 +0000 (GMT) (envelope-from munn@umd.edu) Received: from [192.168.123.55] (pcp0010373691pcs.howard01.md.comcast.net[68.48.96.85]) by comcast.net (sccrmhc11) with ESMTP id <2004112700271001100l9ls4e>; Sat, 27 Nov 2004 00:27:10 +0000 Message-ID: <41A7C9DE.1070302@umd.edu> Date: Fri, 26 Nov 2004 19:27:10 -0500 From: munn User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@www.freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 00:27:11 -0000 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? Robert Munn