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.168.11.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fe89:1858/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:75 errors:0 dropped:0 overruns:0 frame:0
          TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:9897 (9.6 KiB)  TX bytes:9389 (9.1 KiB)
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0

RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

硬件地址是:00:0C:29:89:18:58

2、修改硬件地址

[[email protected] ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth0
BOOTPROTO=static
HWADDR=00:0C:29:89:18:58
IPV6INIT=yes
NM_CONTROLLED=yes
ONBOOT=yes
TYPE=Ethernet
UUID=a221696a-8443-40a3-8229-f23196e9e06d
IPADDR=192.168.11.200
NETMASK=255.255.255.0
GATEWAY=192.168.11.2
DNS1=192.168.11.2

将HWADDR修改为与ifconfig命令下相同的硬件地址

3、重启网络

[[email protected] ~]# service network restart

Shutting down loopback interface:                              [  OK  ]
Bringing up loopback interface:                                   [  OK  ]
Bringing up interface eth0:  Active connection state: activating
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/2
state: activated

Connection activated                                                   [  OK  ]

问题解决!

来源:http://blog.csdn.net/chengyuqiang/article/details/53946664

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

时间: 2024-11-05 14:46:24

vmware复制虚拟机出现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

克隆虚拟机重启服务时 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

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

VMWare复制虚拟机系统后,模块“Disk”无法启动【转】

1.找到虚拟机所在的目录 将 .vmx文件打开 将文件vmci0.present = "TRUE" 改为 vmci0.present = "FALSE" 2.删除以.lck为后缀名的文件 3.重新打开虚拟机

no device found for connection ‘ System eth0′

解决办法: 1.删除/etc/udev/rules.d/70-persistent-net.rules文件,重启系统. 2.如果上面的不起作用,那么去看ifcfg-eth0文件中的HWADDR是否正确,改成正确的HWADDR.

解决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地址与

Vmware复制移动虚拟机网卡启动失败

虚拟机克隆 Error:No suitable device found: no device found for connection System eth0 Error:No suitable device found: no device found for connection  'System eth0' 主要是 MAC地址变了,需要重新生成MAC地址 Network Adapter Remove删除网卡 后添加一个新的网卡,就是点击add,这时跟前面一台的MAC Address 就不

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