From owner-freebsd-questions Wed Feb 12 12:10:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA23509 for questions-outgoing; Wed, 12 Feb 1997 12:10:11 -0800 (PST) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA23503 for ; Wed, 12 Feb 1997 12:10:08 -0800 (PST) Received: from journeyman (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.6.12/8.6.12) with SMTP id MAA12970; Wed, 12 Feb 1997 12:08:35 -0800 Date: Wed, 12 Feb 97 11:51:12 Pacific Standard Time From: "Sean J. Schluntz" Subject: Re: Multiple Cards in one FreeBSD To: Myung Cheon Choi , questions@FreeBSD.org Cc: myun@ee.gatech.edu X-Mailer: Chameleon ATX 6.0, Standards Based IntraNet Solutions, NetManage Inc. X-Priority: 3 (Normal) References: <199702121840.NAA01558@sigloch.eecom.gatech.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk --- On Wed, 12 Feb 1997 13:40:27 -0500 (EST) Myung Cheon Choi wrote: > Dear, > > I have two 3C509 (3COM EHTERNET CARD) in my FreeBSD box. > But, I can configure only one of it. > Does anybody know how to configure more than 1 card ?? > > >From myung I have three each in a 2.1.0 and 2.1.5 system. I have my entries from /usr/src/sys/i386/conf/MYKERNAL and /etc/sysconfig below. I had to turn off PnP (I don't know if that is still the case w/2.2 and 3) but the 2.1.0 system is a firewall and runs very well. lines from Kernal: device ep0 at isa? port 0x300 net irq 10 vector epintr device ep1 at isa? port 0x210 net irq 5 vector epintr device ep2 at isa? port 0x220 net irq 3 vector epintr Lines from /etc/sysconfig network_interfaces="ep0 ep1 ep2 lo0" ifconfig_ep0="inet www.xxx.yyy.zzz netmask 255.255.255.vvv" ifconfig_ep1="inet www.xxx.yyy.zzz netmask 255.255.255.vvv" ifconfig_ep2="inet www.xxx.yyy.zzz netmask 255.255.255.vvv" ifconfig_lo0="inet localhost" Hope This Helps! -Sean ---------------------------------------------------------------------- Sean J. Schluntz Manager, Support Services ph. 408.997.6900 x222 PinPoint Software Corporation fx. 408.323.2300 6155 Almaden Expressway, Suite 100 San Jose, CA. 95120 http://www.pinpt.com/ Local Time Sent: 02/12/97 11:51:13 ----------------------------------------------------------------------