vmware下centos克隆功能对网络的设置

centos完成克隆功能后需要对网络进行设置


# cd /etc/udev/rules.d/

vim 70-persistent-net.rules

删除eth0的配置,将eth1该为eth0





编辑网络地址,删除mac和uuid



重新加载网卡驱动模块

# modprobe -r e1000

# modprobe e1000

重启网络生效



原文地址:https://www.cnblogs.com/reblue520/p/6239870.html