centos7下操作防火墙

Posted crisenchou

tags:

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

引言

  最近使用centos7系统比较频繁,在配置服务器的时候,总是遇到能够ping通服务器,但是就是没有办法访问80端口,这个时候我的直觉告诉我,肯定是防火墙的原因,但是使用iptables却怎么都找不到命令,经过查资料才发现,centos7默认的防火墙是firewall,于是把firewall的一些常用命令记录下来,一来是加深印象,二来方便查询。

 

firewall相关命令

#启动firewall
/bin/systemctl stop firewalld.service
#关闭firewall
/bin/systemctl stop firewalld.service
#开机启动firewall
/bin/systemctl able firewalld.service
#禁止firewall开机启动
/bin/systemctl disable firewalld.service

#查看firewall状态
/bin/systemctl status firewalld.service

 

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

Linux:centos7防火墙开放端口操作

Centos7常用操作

centos7下部署iptables环境纪录(关闭默认的firewalle)

虚拟机下卸载操作系统之CentOS7

CentOs7安装配置Iptables防火墙

Centos7虚拟机创建后的基础配置教程—linux基础篇