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下操作防火墙的主要内容,如果未能解决你的问题,请参考以下文章