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

Posted raindi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决CentOS(6和7版本),/etc/sysconfig/下没有iptables的问题相关的知识,希望对你有一定的参考价值。

一、Centos 6版本解决办法:
1.任意运行一条iptables防火墙规则配置命令
iptables -P OUTPUT ACCEPT  
2.对iptables服务进行保存
service iptables save  
3.重启iptables服务
service iptables restart 
二、Centos 7版本解决办法:
1、停止并屏蔽firewalld服
systemctl stop firewalld
systemctl mask firewalld
2、安装iptables-services软件包
yum install iptables-services
3、在引导时启用iptables服务
systemctl enable iptables
4、启动iptables服务
systemctl start iptables
5、保存防火墙规则
service iptables save

/usr/libexec/iptables/iptables.init save
另外:管理iptables服务
systemctl [stop|start|restart] iptables

 























以上是关于解决CentOS(6和7版本),/etc/sysconfig/下没有iptables的问题的主要内容,如果未能解决你的问题,请参考以下文章

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

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

centos7最小化安装以后

centos 7 搭建开源堡垒机 Teleport 遇到的问题解决

centos5/6/7/8 (解决没有yum源支持的问题)

CentOS 7 忘记root密码解决方法