From owner-freebsd-questions Wed Dec 9 11:56:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19824 for freebsd-questions-outgoing; Wed, 9 Dec 1998 11:56:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from acad.udallas.edu (acad.udallas.edu [192.91.253.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19814 for ; Wed, 9 Dec 1998 11:56:22 -0800 (PST) (envelope-from rhayter@acm.org) Received: from rhayter (admin10 [198.64.49.10]) by acad.udallas.edu (AIX4.2/UCB 8.7/8.7) with SMTP id NAA46188 for ; Wed, 9 Dec 1998 13:56:19 -0600 (CST) From: "Rick Hayter" To: Subject: Can't get 2nd NIC working Date: Wed, 9 Dec 1998 13:58:04 -0600 Message-ID: <000101be23ae$3ca1a220$0a3140c6@rhayter.udallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to build a firewall and have run into a problem MUCH earlier than I had anticipated! I don't know how to get the system to recognize my 2nd NIC. Some of the details are: 1. I have two Intel Etherexpress 10/100 NIC's. 2. I have rebuilt the kernel with the following specs: device fxp0 device fxp1 3. I have edited /etc/rc.conf to: network_interfaces="fxp0 fxp1 lo1" ifconfig_fxp0="inet [external ip here] netmask 255.255.255.0" ifconfig_fxp1="inet [internal ip here] netmask 255.255.255.0" But dmesg reports finding only fxp0. Am I missing something obvious? I have a number of successfull workstation installs under my belt (including X), but this is the first dual-homed system I've played with. Any help would be much appreciated, -Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message