CentOS firewalld 防火墙操作
Posted 微雨杏花村
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS firewalld 防火墙操作相关的知识,希望对你有一定的参考价值。
Centos 7 开启端口
CentOS 7 默认没有使用iptables,所以通过编辑iptables的配置文件来开启80端口是不可以的
CentOS 7 采用了 firewalld 防火墙
如要查询是否开启80端口则:
[[email protected] ~]# firewall-cmd --query-port=80/tcp
no
下面我们开启80端口:
[[email protected] ~]# firewall-cmd --add-port=80/tcp
success
以上是关于CentOS firewalld 防火墙操作的主要内容,如果未能解决你的问题,请参考以下文章
CentOS7 防火墙 Firewalld 规则配置文件批量放行端口