linux 解决centos6系统复制虚拟机后网卡无法使用

1.查看虚拟机的mac地址

 

2.把网卡名eth1改成eth0

 

编辑 70-persistent-net.rules 文件,删除原来的网卡

 

 

vim /etc/udev/rules.d/70-persistent-net.rules 

 

 

 

 

 

删除第一个,把第二个改成eth0

 

 

 

   74  ip a
   75  vim /etc/udev/rules.d/70-persistent-net.rules 
   76  mii-tool eth1
   77  ethtool eth1
   78  ethtool -i eth1
   79   
   80  lsmod | grep e1000
   81  modprobe -r e1000
   82  ip a
   83  modprobe  e1000
   84  ip a

 

posted on 2020-12-06 10:01  jiapengchu  阅读(171)  评论(0编辑  收藏  举报

导航