VMware Cloning CentOS Unable to start the network card after the resolution
(1) Ensure udev-post start-up
# chkconfig--list Udev-post
Udev-post 0: Off 1: Enable 2: Enable 3: Enable 4: Enable 5: Enable 6: Off
#/etc/init.d/udev-post Start
(2) Delete the network card configuration completely (delete the 70-persistent-net.rules file), restart the system to redistribute
# CD/ETC/UDEV/RULES.D
[Email protected] rules.d]# RM-RF 70-persistent-net.rules
[Email protected] rules.d]# cd/etc/sysconfig/network-scripts
[Email protected] network-scripts]# RM-RF ifcfg-eth*
[email protected] network-scripts]# cat Ifcfg-eth0
Type=ethernet
Bootproto=none
ipaddr=10.238.208.10
Prefix=25
gateway=10.238.208.1
Defroute=yes
Ipv4_failure_fatal=yes
Ipv6init=no
Name=eth0
uuid=9573a563-bfb5-478a-8e03-04dbba7c098e
Onboot=yes
last_connect=1431947250
This article from "It Technology Learning and communication" blog, declined reprint!
Resolution of the network card cannot be started after VMware cloning CentOS