From owner-freebsd-stable Sun Aug 15 11: 5:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id CDB0514DF2 for <freebsd-stable@freebsd.org>; Sun, 15 Aug 1999 11:05:16 -0700 (PDT) (envelope-from rootk@dragon.nuxi.com) Received: from dragon.nuxi.com (iras-2-44.ucdavis.edu [169.237.16.172]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id LAA18664; Sun, 15 Aug 1999 11:05:33 -0700 (PDT) (envelope-from rootk@dragon.nuxi.com) Received: (from root@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id LAA00998; Sun, 15 Aug 1999 11:05:31 -0700 (PDT) (envelope-from rootk) Date: Sun, 15 Aug 1999 11:05:30 -0700 From: Charlie & <root@dragon.nuxi.com> To: John <jpapalia@voicenet.com> Cc: freebsd-stable@freebsd.org Subject: Re: IP's, NIC's, and masquerading in 3.2-Stable Message-ID: <19990815110530.C843@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <19990814234444.A16577@nuxi.com> <Pine.SOL.4.04.9908150947510.20755-100000@unix01> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <Pine.SOL.4.04.9908150947510.20755-100000@unix01>; from John on Sun, Aug 15, 1999 at 09:54:01AM -0400 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > both cards are the Intel EtherExpress ProB 10/100 (someone suggested > trying a different brand card - unfortunately I can't afford the $$$ to > do that just yet) Ignore the uninformed person that said that. You already have the best Ethernet card FreeBSD supports. My lab has a few machines with three of them working just fine. > network_interfaces="fxp0 fxp1 ppp0 lo0 tun0" ^^^^ Why? Since you have "tun0", I assume you are using /usr/sbin/ppp rather than /usr/sbin/pppd? But with two Ethernet cards, it seems you don't want PPP at all. Anyway, ``pppd'' really isn't what you should be using unless you are in a rare position that ``ppp'' won't do something for you. > ifconfig_fxp0="inet 10.0.0.1 netmask 255.255.255.0" > ifconfig_fxp1="inet 10.0.0.1 netmask 255.255.255.0" As someone pointed out, this seems wrong. Just what is it you are wanting to achieve? Since you mention a college campus, are you sure you aren't wanting to configure at least one of the NIC's via DHCP? > What I find odd is that if I boot from a 2nd kernel in which fxp1 is With PCI devices (which the Intel EtherExpress Pro is one), you only need *one* mention of the device in your kernel config. ``fxp0'' is all you need -- no matter how many of them you have. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message