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

环境描述:

Vmware

故障说明:

在克隆几台虚拟机,发现启动后不能配置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-scripts/ifcfg-eth0中修改ifconfig中查出的MAC HWADDR值;

上一篇:sql server备份损坏


下一篇:Linux学习笔记之Linux shell脚本运行出现问题:bash: ./test: bin/sh: bad interpreter: No such file or directory