centos7虚拟机 网卡启动失败报错 failed to start LSB Bring up/down
Posted pythonx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7虚拟机 网卡启动失败报错 failed to start LSB Bring up/down相关的知识,希望对你有一定的参考价值。
亲自尝试:
解决办法: 禁用NetworkManager
1、禁用NetworkManager服务
systemctl stop NetworkManager
2、永久关闭NetworkManager服务 systemctl disable NetworkManager
最后重启网卡,会发现可以正常启动并且可以ping通。
systemctl restart network
尝试查询状态并ping 百度
systemctl status network
[root@localhost] ping 114.114.114.114 PING 114.114.114.114 (114.114.114.114) 56(84) bytes of data. 64 bytes from 114.114.114.114: icmp_seq=1 ttl=128 time=73.8 ms 64 bytes from 114.114.114.114: icmp_seq=2 ttl=128 time=73.4 ms 64 bytes from 114.114.114.114: icmp_seq=3 ttl=128 time=80.5 ms 64 bytes from 114.114.114.114: icmp_seq=4 ttl=128 time=57.3 ms 64 bytes from 114.114.114.114: icmp_seq=5 ttl=128 time=68.6 ms 64 bytes from 114.114.114.114: icmp_seq=6 ttl=128 time=67.9 ms
以上是关于centos7虚拟机 网卡启动失败报错 failed to start LSB Bring up/down的主要内容,如果未能解决你的问题,请参考以下文章
Centos7 网络报错Job for iptables.service failed because the control process exited with error code.