I added a NIC to a vm in kvm, but I tried "uping" eth0 to 3 but every time I get an error :
ERROR while getting interfaces flag : no such device
Where can I see the correct eth number / connected NIC's?
I added a NIC to a vm in kvm, but I tried "uping" eth0 to 3 but every time I get an error :
ERROR while getting interfaces flag : no such device
Where can I see the correct eth number / connected NIC's?
Probably in the log. Do an grep -F eth /var/log/syslog
and see the lines with eth.
Other possibility is to view /proc/self/net/dev
which should contain all available devices in the first column.