From debian-user Fri Jun 18 04:34:03 2004 From: Shaun Jackman Date: Fri, 18 Jun 2004 04:34:03 +0000 To: debian-user Subject: Re: 2nd network card Message-Id: <200406172134.03278.sjackman () telus ! net> X-MARC-Message: https://marc.info/?l=debian-user&m=108753425621342 If you're comfortable with editing config files by hand, you need to modify two files: /etc/network/interfaces /etc/modprobe.conf modprobe.conf is for the linux kernel 2.6. If you're running linux kernel 2.4 (likely) then create a new file (any name) in /etc/modutils/ and run update-modules afterwards. [/etc/network/interfaces] auto lo eth0 eth1 iface lo inet loopback iface eth0 inet dhcp iface eth1 inet dhcp [/etc/modprobe.conf] alias eth0 3c59x alias eth1 forcedeth ... where 3c59x and forcedeth are the driver names for your two cards. If both cards use the same driver, I'm afraid I don't know how to specify which is which. Hope that helps! Cheers, Shaun On Thu June 17, 2004 19h09, Tom Brown wrote: > How do I setup a second network card and have it activated > upon boot? And how do I change which card is at eth0 and > which card is at eth1? > > Thanks, > Tom -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org