Bringing up interface eth0: Error: No suitable device found: no device found for connection 'System

遇到的问题:

# service network restart

Shutting down loopback interface:                          [  OK  ]
Bringing up loopback interface:                            [  OK  ]

Bringing up interface eth0:  Error: No suitable device found: no device found for connection 'System eth0'.

原理网上多的是,这里直接看解决方案!

解决办法:

rm -rf  /etc/udev/rules.d/70-persistent-net.rules           //去除克隆之后的网络适配器

reboot                           //生成新的网络适配器

ifconfig     //查看自己新生成的HWaddr,复制!

vi /etc/sysconfig/network-scripts/ifcfg-eth0       //编辑这个文件,替换刚刚复制的HWaddr

service network restart   //成功!!!



转自:https://blog.csdn.net/u013641234/article/details/50902321

猜你喜欢

转载自blog.csdn.net/chuyouyinghe/article/details/80265994