Centos7 设置静态IP后重启网络服务出错

 

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.

解决方法:

运行下列命令:

chkconfig network off

chkconfig network on

service NetworkManager stop

service NetworkManager start

这命令的意思是:重新运行网络管理装置

转载于:https://www.cnblogs.com/zhangzhi19861216/p/7423746.html

你可能感兴趣的:(Centos7 设置静态IP后重启网络服务出错)