From owner-freebsd-questions Wed Feb 2 11:11:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mty.eic.com.mx (mty.enlace.net.mx [200.38.242.1]) by builder.freebsd.org (Postfix) with SMTP id CD12C4105 for ; Wed, 2 Feb 2000 11:11:54 -0800 (PST) Received: from mty.enlace.net.mx (mty.enlace.net.mx [200.38.242.1]) by mty.eic.com.mx (NTMail 3.03.0014/4c.af04) with ESMTP id ca665212 for ; Wed, 2 Feb 2000 13:11:28 -0600 Message-Id: <3.0.32.20000202131128.00ca9960@enlace.net> X-Sender: mmarquez@enlace.net X-Mailer: Windows Eudora Pro Version 3.0 (32) To: freebsd-questions@FreeBSD.ORG From: Mauricio Marquez Subject: Ip routing or Switch with FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Date: Wed, 2 Feb 2000 13:11:28 -0600 X-Info: enl@ce Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Iīll be more specific to see if anyone here can help: I have installed FreeBSD 3.3 on a Intel Celeron 400 MHZ machine with 32MB RAM an 3.2 GB on the hard drive. Installed an Adaptec 62044 quad NIC, got it working and connected to the internet on sf0. I got apache working, and have installed ET/BWMGR. I can enter and configure the interfaces and all. Only problem is that i canīt get the other three ports of the quad NIC working/routing. I have: network_interfaces="sf0 sf1 sf2 sf3 auto" ipconfig_sf0="inet x.x.x.33 netmask 255.255.255.0" ipconfig_sf1="inet x.x.x.34 netmask 255.255.255.0" ipconfig_sf2="inet x.x.x.35 netmask 255.255.255.0" ipconfig_sf3="inet x.x.x.x.36 netmask 255.255.255.0" defaultrouter="x.x.x.x" gateway_enable="YES" But i can only ping to sf0 (200.38.242.33). Pinging to any of the other three ipīs returns host down. Iīve connected a Windows 95 PC to sf1 but the card doesnīt seem to be able to do anything (LEDS wont light), but this Windows 95 PC is connected to a switch and working. I changed the order of the interfaces on the network_interfaces line and have noticed that i can ping only to the first interface that i put on the list. What am i missing to have this machine routing? Thanks Mauricio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message