Paul Tader wrote:

> First NIC installed correctly.  I'm adding a second nic (non-PnP, same
> vendor - SMC).  What steps do I follow to configure it.
> 

You have to tell your kernel that he (it) should not stop looking for a
NIC when already found one.

Enable multiple ethernet devices on your machine by adding this to
     your /etc/lilo.conf, and re-run lilo:


       append = "ether=0,0,eth1"



  If you have three interfaces on your bridge, use this line instead:


       append = "ether=0,0,eth1 ether=0,0,eth2"


  More interfaces can be found by adding more ether statements.  By
  default a stock Linux kernel probes for a single ethercard, and once
  one is found the probe ceases.  The above append statement tells the
  kernel to keep probing for more ethernet devices after the first one
  is found.
  Alternatively, the boot parameter can be used instead:


       linux ether=0,0,eth1


the configuration is tha same as with your first NIC.


this was taken from the Bridging HOWTO. I think you'll find more
information about this in you /usr/doc/howto Folder

robin




-------------------------------------------------------------
Robin Gareus
Universitaetsrechenzentrum
Im Neuenheimer Feld 293
69120 Heidelberg
Email : [EMAIL PROTECTED]
Phone : 06221/54-4599

Reply via email to