您的位置:首页 > 运维架构 > Linux

Centos 7不能上网,Job for iptables.service failed because the control process exited with error code.

2018-04-03 09:31 3335 查看
1、service network restart/systemctl restart network命令是报如题中错误信息2、解决方法,运行如下命令重启网络管理装置chkconfig network off
chkconfig network on
service NetworkManager stop
service NetworkManager start
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐