Date: Wed, 12 Feb 97 11:51:12 Pacific Standard Time From: "Sean J. Schluntz" <schluntz@pinpt.com> To: Myung Cheon Choi <myung@ee.gatech.edu>, questions@FreeBSD.org Cc: myun@ee.gatech.edu Subject: Re: Multiple Cards in one FreeBSD Message-ID: <Chameleon.855778155.List@journeyman> References: <199702121840.NAA01558@sigloch.eecom.gatech.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--- On Wed, 12 Feb 1997 13:40:27 -0500 (EST) Myung Cheon Choi <myung@ee.gatech.edu> 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 <schluntz@pinpt.com> 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 ----------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Chameleon.855778155.List>