Page 1 of 1

Network No such device

Posted: 2019/12/26 19:31:48
by sefroth
hi im running centos 6.9 version in vmware , and have issue with network device .
this is what i get when i type the command

[root@SEConMachine Desktop]# sudo ifconfig eth1 10.0.0.2 up
SIOCSIFADDR: No such device
eth1: unknown interface: No such device
eth1: unknown interface: No such device

Re: Network No such device

Posted: 2019/12/29 21:19:44
by pwd
Are You sure that eth1 is proper newtork interface name?
Check all network interfaces with

Code: Select all

ifconfig -a
You can also try change network interface type in vmware configuration

Re: Network No such device

Posted: 2019/12/30 10:21:41
by TrevorH
Use ip link to show available interfaces (ifconfig may not be installed, it's not default). It's quite unlikely that the interface is called eth$anything unless y ou have passed the correfct parameters to the kernel at boot time (also not default).

And 6.9 is out of date so once you get your network up and running, be sure to yum update to 6.10 + the latest fixes in the last 6 months or so.

Re: Network No such device

Posted: 2019/12/31 19:22:51
by sefroth
i will try as soon as i get my computer running thanks