Bringing up interface eth0: Error: No suitable

简介:

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

克隆虚拟机网卡启动中遇到的问题

1、重启网卡之后遇到如下错误

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

2、ifconfig eth0 up 出现如下错误

eth0: unknown interface: No such device

提示没有eth0这样的设备

3、# ifconfig -a 查看没有eth0设备 

4、解决方案

1
2
3
4
5
6
#cd cd /etc/sysconfig/network-scripts/
#cp ifcfg-eth0 ifcfg-eth0.bak
#mv ifcfg-eth0 ifcfg-eth1
#vi /etc/udev/rules.d/70-persistent-net.rules 
 //查看eht1的mac地址和ifcfg-eth0的addr地址是否一致,如果不一致,改成一致即可
#servcie network restart //重启网卡即可

本文转自  沐木小布丁  51CTO博客,原文链接:http://blog.51cto.com/sxhxt/1946538
相关文章
成功解决The selected network interface is not valid
成功解决The selected network interface is not valid
成功解决The selected network interface is not valid
成功解决hostname ‘xxx‘ doesn‘t uniquely match the interface ‘ens33‘ selected for the management bridge
成功解决hostname ‘xxx‘ doesn‘t uniquely match the interface ‘ens33‘ selected for the management bridge