centos7 网卡启动不起来解决办法,没有ip

发布时间 2023-06-15 16:07:38作者: 不聪明的小子


网卡没有启动起来,提示LSB。。。。导致网络启动失败。(前提之前网络是好的/etc/sysconfig/network-scripts/ifcfg-eth0 配置过)
这是成功后截图

使用systemctl stop NetworkManager
然后使用systemctl disable NetworkManager
再然后systemctl start network 就可以启动了

参考的是这位大佬的链接哦:https://www.cnblogs.com/wangfx/p/17293472.html