首页 > 其他 > 详细

解决克隆centos虚拟机后ip配置失败的问题

时间:2016-03-16 01:41:37      阅读:237      评论:0      收藏:0      [点我收藏+]

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

方法/步骤

  1. So here’s how we fix it:

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

     





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







  2. Restart the VM

     





    # reboot







  3. UPDATE your interface configuration file

     





    # vi /etc/sysconfig/network-scripts/ifcfg-eth0 





    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



  4. 4

    Restart the networking service

     





    # service network restart


解决克隆centos虚拟机后ip配置失败的问题

原文:http://linuxzqdn.blog.51cto.com/6158930/1751363

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