虚拟机Centos7重启网卡报错

错误:

 解决:

systemctl stop NetworkManager
/etc/init.d/network restart

如果不行,需要修改Centos的MAC地址,再重复执行上面的命令

  

原文地址:https://www.cnblogs.com/lucktomato/p/15205364.html