ethernet devices mising?

paulb787

New Member
Oct 14, 2014
9
0
1
I have 3 nics in my server. One is onboard and the other two are Intel 82574L PCIE cards. The problem i am having is the onboard one is coming up as eth0 and i dont have an eth1 or eth2?

lspci | grep -i ethernet does show the cards but it does not show up under ifconfig?

Thank You
 
I have 3 nics in my server. One is onboard and the other two are Intel 82574L PCIE cards. The problem i am having is the onboard one is coming up as eth0 and i dont have an eth1 or eth2?

lspci | grep -i ethernet does show the cards but it does not show up under ifconfig?

Thank You
Hi,
are the NICs configured by idev?
Code:
cat /etc/udev/rules.d/70-persistent-net.rules
If that the case you should alos see the interfaces with
Code:
ifconfig -a
Udo