当前位置:   article > 正文

Failed to stop iptables.service: Unit iptables.service not loaded.

failed to stop iptables.service: unit iptables.service not loaded.

一直用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防火墙服务未启动导致的哦。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/169702
推荐阅读
相关标签
  

闽ICP备14008679号