From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 14:24:07 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C1737B401 for ; Tue, 3 Jun 2003 14:24:07 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B4743FA3 for ; Tue, 3 Jun 2003 14:24:07 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h53LO6UB022687 for ; Tue, 3 Jun 2003 14:24:06 -0700 (PDT) Received: from mac.com (dpvc-68-161-244-25.ny325.east.verizon.net [68.161.244.25]) (authenticated bits=0) by mac.com (Xserve/MantshX 2.0) with ESMTP id h53LNAvf007588 for ; Tue, 3 Jun 2003 14:23:23 -0700 (PDT) Date: Tue, 3 Jun 2003 17:25:50 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Charles Swiger To: Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.552) Subject: Re: multiple nics not a gateway X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 21:24:08 -0000 On Tuesday, June 3, 2003, at 05:13 PM, WAT Engineering wrote: > When installing 2 nics on a box, only the nic entry lowest in rc.conf > seems > to be available to network services.....any ideas on this....using the > GENERIC kernal What does /etc/rc.conf and ifconfig -a look like? You should have an ifconfig_XXX line for each interface... Are both NIC's recognized (via 'dmsg')? -Chuck