-
修改虚拟机网卡eth0
修改文件/etc/sysconfig/network-scripts/ifcfg-eth0中的MAC为正确地址后
(ifconfig -a中的)然后删除/etc/udev/rules.d/70-persistent-net.rules
使用/etc/init.d/network restart 或reboot
-
ubuntu
如果你的apt-get有什么问题:
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update
sudo apt-get dist-upgrade