vmware linux clone system and found that the deployment of linux system will not boot NIC

报错为Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization

linux <wbr>centos <wbr>网卡错误 <wbr> <wbr>Device <wbr>eth0 <wbr>does <wbr>not <wbr>seem <wbr>to
Error reason is because linux network card mac address binding the original cause

Solutions to

1. Use the ifconfig -a view the current host mac address

linux <wbr>centos <wbr>网卡错误 <wbr> <wbr>Device <wbr>eth0 <wbr>does <wbr>not <wbr>seem <wbr>to
2. Modify eth0 network card hardware address to the current address: correspondence and save and exit vi / etc / sysconfig / network-scripts / ifcfg-eth0 network card MAC address and, in fact, in view network-scripts is not eth1 card

3. Remove the 70-persistent-net.rules file rm -rf /etc/udev/rules.d/70-persistent-net.rules

4. Restart card: service network restart 

5. Reboot the system reboot -h now

Guess you like

Origin www.cnblogs.com/mtnlydd/p/11519020.html