bringing up interface eth0 device eth0 does not seem to be present delaying initialization
Solution to the error:
This error is especially common when cloning a disk and when cloning your virtual server in VMware, and is a problem frequently encountered by VMware users. The solution is quite simple:
/etc/sysconfig/network-scripts/ifcfg-eth0Rename the file, for example to: /etc/sysconfig/network-scripts/ifcfg-eth0.bak
/etc/udev/rules.d/70-persistent-net.rulesDelete the file here. Then reboot the server. If network access does not come back up when it restarts, revert the file we renamed to ifcfg-eth0.bak back to its original name and reset the network.
mv /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0.bak
rm -f /etc/udev/rules.d/70-persistent-net.rules
reboot
Leave a Comment
* Your comment will be published after approval.
Comments
0No comments yet. Be the first to comment!