码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 7告iptables防火墙提示Unit iptables.service failed to load

时间:2017-03-30 17:58:02      阅读:757      评论:0      收藏:0      [点我收藏+]

标签:解决办法   init   失败   firewall   防火墙配置   rest   targe   dir   restart   

使用CentOS 7时发现使用iptables防火墙时提示错误Unit iptables.service failed to load,意思是防火墙运行启动失败了,那么要如何处理呢。
 

一直用CentOS 6 习惯了,一下没适应过来。防火墙配置后执行service iptables save 出现”Failed to restart iptables.service: Unit iptables.service failed to load: No such file or directory.”错误,在CentOS 7或RHEL 7或Fedora中防火墙由firewalld来管理,当然你可以还原传统的管理方式。或则使用新的命令进行管理。

假如采用传统请执行一下命令:


systemctl stop firewalld
systemctl mask firewalld
 

并且安装iptables-services:


yum install iptables-services
设置开机启动:


systemctl enable iptables

systemctl [stop|start|restart] iptables
#or
service iptables [stop|start|restart]
 

service iptables save
#or
/usr/libexec/iptables/iptables.init save

从上面的解决办法来看这个是防火墙没有启动了,iptables防火墙服务未启动导致的哦。

http://www.111cn.net/sys/CentOS/109189.htm

CentOS 7告iptables防火墙提示Unit iptables.service failed to load

标签:解决办法   init   失败   firewall   防火墙配置   rest   targe   dir   restart   

原文地址:http://www.cnblogs.com/ihibin/p/6646627.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!