centos 7 中没有iptables 和service iptables save 指令使用失败问题解决方案

Posted Ambitious耗子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7 中没有iptables 和service iptables save 指令使用失败问题解决方案相关的知识,希望对你有一定的参考价值。

1.任意运行一条iptables防火墙规则配置命令:

iptables -P OUTPUT ACCEPT  

2.对iptables服务进行保存:

service iptables save  

如果上述命令执行失败报出:The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.

解决方法:
systemctl stop firewalld 关闭防火墙
yum install iptables-services 安装或更新服务
再使用systemctl enable iptables 启动iptables
最后 systemctl start iptables 打开iptables

再执行service iptables save

3.重启iptables服务:

service iptables restart

执行完毕之后/etc/syscofig/iptables文件就有了

以上是关于centos 7 中没有iptables 和service iptables save 指令使用失败问题解决方案的主要内容,如果未能解决你的问题,请参考以下文章

解决CentOS(6和7版本),/etc/sysconfig/下没有iptables的问题

2018.1.26 7周5次课

探究 CentOS 7 下 iptables 和 firewalld 切换过程中,谁主沉浮

Linux(CentOS 7)iptables防火墙

CentOS 7中使用iptables

如何在RHEL/CentOS 7以及Fedora中配置FirewallD