首页 > Web开发 > 详细

Fix network adapter not present problem in cloned CentOS

时间:2014-10-24 00:05:52      阅读:352      评论:0      收藏:0      [点我收藏+]

(You can find a lot of articles on this from the internet. I just put it here for my own record.)

It‘s because the cloned system has the original mac address in the Linux configuration files.

1. rm -f /etc/udev/rules.d/70-persistent-net.rules

2. vi /etc/sysconfig/networking/devices/ifcfg-eth0

Remove the MACADDR and UUID lines.

3. reboot

 

Fix network adapter not present problem in cloned CentOS

原文:http://www.cnblogs.com/amonw/p/4047160.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!