克隆虚拟机重启服务时 Error:No suitable device found: no device found for connection "System eth0"

故障说明:

在克隆几台虚拟机,发现启动后不能配置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值;

时间: 2024-10-11 23:42:25

克隆虚拟机重启服务时 Error:No suitable device found: no device found for connection "System eth0"的相关文章

如何解决虚拟机克隆导致"Bringing up interface eth0: Error: No suitable device found: no device found for connection 'System eth0'."

在VMware的虚拟机中克隆CentOS,在重启网卡的时候报错: Bringing up interface eth0:  Error: No suitable device found: no device found for connection 'System eth0'. Shutting down loopback interface: [ OK ] Bringing up loopback interface: [ OK ] Bringing up interface eth0: E

vmware复制虚拟机出现Error:No suitable device found:no device found for connection 'System eth0'

vmware复制虚拟机出现Error:No suitable device found:no device found for connection 'System eth0' 废话不多说,直接给出解决办法: 1.查看硬件地址 [[email protected] ~]# ifconfig eth2      Link encap:Ethernet  HWaddr 00:0C:29:89:18:58            inet addr:192.168.11.200  Bcast:192.1

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

故障说明: 在克隆几台虚拟机,发现启动后不能配置IP地址等信息,使用linux命令: “ifup eth0”也不能激活网卡, 而在使用"service network restart",出现错误: Error:No suitable device found: no device found for connection "System eth0" 解决方法: 基于这个错误,在网上查找了一下,发现有很多朋友都遇到过,这次错误使用第2种方式解决. 1.删除/etc/u

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

一.背景 我们安装好了一个虚拟机,我想做分布式集群,想模拟几台服务器,这时就想直接复制已经有的安装好的虚拟机,这样比较省事,不要在重复的安装虚拟机并配置JAVA环境,省掉做同样的事情,这时直接复制,这样之前配置的JAVA环境都有了. 二.问题 这时我复制好的虚拟机,启动登陆进去(用户名和密码跟之前那台是一样的),修改好IPADDR,然后网卡重启出现问题? #service network restart 出现问题:Error:No suitable device found: no device

克隆虚拟机重启之后eth0不见的解决方案

今天用虚拟机克隆多一个虚拟机的时候,发现克隆之后的新虚拟机的网卡eth0在配置之后完全是用不了的,下面说一下我的解决办法,亲测可用. 1.用ipconfig命令查看ip信息的时候会发现虚拟机没有找到eth0网卡,只能查找到lo的信息. 2.用ifconfig -a命令可以查出有eth1这块网卡 3.记下eth1 的HWaddr 4.进入 /etc/sysconfig/network-scripts/ifcfg-eth0修改HWADDR (把前面记下的HWaddr写到这里)和IPADDR,然后保存

克隆虚拟机后的mac修改。

Vmware虚拟机在进行克隆操作后,会发现克隆后的主机原eth0将会不见,取而代之会有一个新MAC的网卡eth1:重启网卡后,发现会报错,no device found for connection ‘ System eth0′,具体错误代码如下: Shutting down loopback interface:                          [  OK  ] Bringing up loopback interface:                          

解决Error:No suitable device found: no device found for connection "Syst

一.背景 之前已经安装好虚拟机,想修改虚拟机linux的网卡从仅主机模式变为NAT模式,方便笔记本没有使用网线的时候也能连接虚拟机内的linux. 二.问题 修改完网卡的配置文件后重启网卡服务  service network restart 出现问题如下: error:No suitable device found: no device found for connection "System eth0" 启动网卡eth0也报错相同 三.解决问题 检查虚拟机配置的网卡上MAC地址与

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.i

5、克隆虚拟机的使用

对于测试的用户来说,克隆虚拟机,省去了大量安装新的虚拟机的步骤:该虚拟机也不需要占用大量的硬盘空间:但克隆虚拟机并不是一个完整的虚拟机:克隆机还要依赖原始的虚拟机. 1.打开2台虚拟机:一台宿主机,一台宿主机的克隆虚拟机,对比一下: 从以下信息可以看出:他的网卡:eth0的mac地址是相同的! 2.可以看出:克隆机的网卡被分配成了eth1! 现在将克隆机的eth1网卡启动,并使用它(也可以将eht0启动并使用)! 3.将网卡eth1启动,发现该设备没有找到: 再将eth0的配置文件复制给eht1