Tag: device stat byte back org appears link line etc
VMware replication Virtual machine appears error:no suitable device found:no device found for connection ' System eth0 '
Don't say much, just give a solution:
1. View Hardware Address
[Email protected] ~]# ifconfig
Eth2 Link encap:ethernetHWaddr 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)
The hardware address is: 00:0c:29:89:18:58
2. Modify the hardware address
[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
Modify HWADDR to the same hardware address as the Ifconfig command
3. Restart the network
[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]
Problem Solving!
Source: http://blog.csdn.net/chengyuqiang/article/details/53946664
VMware replication Virtual machine appears error:no suitable device found:no device found for connection ' System eth0 '