installing two NIC cards

Discussion in 'Tips/Tricks/Mods' started by kirim, Oct 6, 2007.

  1. kirim

    kirim New Member

    Again new in Linux, I have installed Ubuntu on my machine without a desktop GUI, text only. I also installed two NIC onto their slots and then when I turned on my Ubuntu and run ifconfig to see if I got the two NIC I just installed, they were not appear.....any idea...i am desperatly need this...thanks
    :confused:
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Do they work when you start them manually, e.g. like this?

    Code:
    ifconfig eth0 192.168.0.2 up
    ifconfig eth1 192.168.0.3 up
    What's in /etc/network/interfaces? What's the output of
    Code:
    lspci
    ?
     

Share This Page