Error:No suitable device found: no device found for connection "System eth0"

来源:互联网 发布:淘宝上阿玛尼都是假的 编辑:程序博客网 时间:2024/05/27 00:28

环境描述:

Virtual Box 下的虚拟机Rhel6u2 X64


故障说明:

在克隆几台虚拟机,发现启动后不能配置IP地址等信息,使用linux命令: “ifup eth0”也不能激活网卡,

而在使用"service network restart",出现错误: Error:No suitable device found: no device found for connection "System eth0"


解决方法:

基于这个错误,在网上查找了一下,发现有很多朋友都遇到过,这次错误使用第2种方式解决。


1、删除/etc/udev/rules.d/70-persistent-net.rules文件,重启系统。

2、如果上面的不起作用
    (1), ifconfig  -a查看物理MAC HWADDR的值

    (2),vim 编辑文件 /etc/sysconfig/network-script/ifcfg-eth0中修改ifconfig中查出的MAC HWADDR值;




转自:http://blog.csdn.net/wwwyuanliang10000/article/details/19006409

0 0
原创粉丝点击