From owner-freebsd-questions Fri Nov 19 7: 2:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from primex.prontel.net (primex.prontel.net [216.242.25.10]) by hub.freebsd.org (Postfix) with ESMTP id F3827151CB for ; Fri, 19 Nov 1999 07:02:14 -0800 (PST) (envelope-from netadmin@primex.prontel.net) Received: from netadmin (netadmin.prontel.com [216.242.25.24]) by primex.prontel.net (8.9.3/8.9.3) with SMTP id KAA08227; Fri, 19 Nov 1999 10:02:23 -0500 (EST) (envelope-from netadmin@primex.prontel.net) Message-ID: <004a01bf329a$1747d840$1819f2d8@prontel.com> From: "Lester A. Mesa" To: Cc: References: <3.0.6.32.19991118215448.01848a30@bga.com> Subject: Re: what is fxp0? Date: Fri, 19 Nov 1999 09:26:37 -0500 Organization: Prontel Corporation MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fxp0 is your network card The `fxp' device provides support for the Intel EtherExpress Pro/100B PCI Fast Ethernet adapters. from the command line do an " ifconfig -a " and that will tell you all your running NICS.. Most likely it looks like you have the cofiguration for your network card wrong. Do the " ifconfig -a" to find out with network card is the one you are currently using. It will look something like this xl0: flags=8843 mtu 1500 inet 192.0.0.1 netmask 0xffffff00 broadcast 192.0.0.255 ether 00:50:04:74:8d:33 media: 100baseTX supported media: autoselect 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 In this case xl0 is my Network Card and in your case it should be ether fxp0 or something else.. Hope that helps you some... Lester A. Mesa netadmin@primex.prontel.net Prontel Corporation http://www.prontel.com Tel: (305) 406-9055 Fax: (305) 406-9056 ----- Original Message ----- From: To: Sent: Thursday, November 18, 1999 10:54 PM Subject: what is fxp0? In my natd setup, natd_interface = fxp0. What the hell is fxp0? When I run /etc/rc.firewall, I get this error message: ipfw: warning: interface "fxp0" does not exist. Also, how do I determine the current setting of natd_interface is I am running bash? Thanks for you help, Don James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message