用iptables命令操作CentOS防火墙

Posted supress_Elon_Musk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用iptables命令操作CentOS防火墙相关的知识,希望对你有一定的参考价值。

1  常用命令如下:

查询防火墙状态:service   iptables status
停止防火墙: service   iptables stop
启动防火墙:service   iptables start
重启防火墙:service   iptables restart
永久关闭防火墙:chkconfig   iptables off
永久关闭后启用:chkconfig   iptables on

2  编辑/etc/sysconfig/iptables文件,可以进行修改防火墙的配置信息,将需要对外提供的端口暴露出来








以上是关于用iptables命令操作CentOS防火墙的主要内容,如果未能解决你的问题,请参考以下文章

firewall防火墙的9个zone的操作及zone下面service的操作

Linux命令centos防火墙使用和配置

iptables防火墙常用命令

Centos6下操作防火墙(iptables)

iptables规则备份和恢复 | firewalld

CentOS中防火墙相关的命令(CentOS7中演示)