Fork me on GitHub

Linux下重启网卡报错

重启网卡报Job for network.service failed because the control process exited with error code. 错误

centos7下重启网卡

1
systemctl restart network

然后报错

Job for network.service failed because the control process exited with error code. See “systemctl status network.service” and “journalctl -xe” for details.

解决方法:

执行

1
systemctl stop NetworkManager

然后执行

1
systemctl disable NetworkManager

然后重启网卡

1
systemctl restart network

看一下网卡的状态

1
ifconfig

如图:

1533801886960

本文标题:Linux下重启网卡报错

文章作者:WilsonSong

发布时间:2018年08月09日 - 15:08

最后更新:2018年08月16日 - 20:08

原始链接:https://songwell1024.github.io/2018/08/09/LinuxNetworkRestartError/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。

-------------本文结束感谢您的阅读-------------