标签:
context: 使用virtualbox 克隆了一个新硬盘,然后配为新建虚机的使用,但ifconfig只能发现lo,没有eth0
解决方案:
当前系统是centos6.6
cd /etc/udev/rules.d rm –f 70-persistent-net.rules reboot 即可
cd /etc/udev/rules.d
rm –f 70-persistent-net.rules
reboot
即可
Device ehth0 is not present
原文地址:http://www.cnblogs.com/huaxiaoyao/p/5135003.html