您的位置:首页 > 运维架构 > Linux

解决克隆 centos虚拟机后修改克隆后的机器的ip、mac、uuid失败的问题

2013-05-31 17:10 696 查看
参考

解决办法:

So here’s how we fix it:

Remove the kernel’s networking interface rules file so that it can be regenerated

Restart the VM

UPDATE your interface configuration file

Remove the MACADDR entry or update it to the new MACADDR for the interface (listed in this file: /etc/udev/rules.d/70-persistent-net.rules).

Remove the UUID entry

Save and exit the file

Restart the networking service

Happy cloning!

[align=left]二.另一种方法[/align]
[align=left]造成这样的原因,是因为在虚拟机(Vmware)中移动了Centos系统对应的文件,导致重新配置时,网卡的MAC地址变了,输入ifconfig -a,找不到eth0[/align]
[align=left]·······[/align]
[align=left] [/align]
[align=left]安装完一个centos虚拟机,又拷贝一份,开机后网卡无法正常启动,报错:Device eth0 does not seem to be present,
delaying initialization

解决:# mv /etc/sysconfig/network-scripts/ifcfg-eth0
sysconfig/network-scripts/ifcfg-eth1

vim
sysconfig/network-scripts/ifcfg-eth1

修改DEVICE="eth0"
为DEVICE="eth1"
[/align]
[align=left][/align]
[align=left]修改IP地址,删除mac地址(HWADDR),删除UUID项。
然后重启启动网卡尝试下[/align]
[align=left] [/align]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐