centos7 防火墙
Posted gaoyuechen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 防火墙相关的知识,希望对你有一定的参考价值。
firewall-cmd --permanent --zone=public --add-rich-rule="rule family="ipv4" source address="192.168.10.0/24" accept"
添加一个网段内网互通
firewall-cmd --permanent --zone=public --add-rich-rule="rule family="ipv4" source address="106.39.102.1xx" port protocol="tcp" port="9100-9200" accept"
添加一个ip开放某个端口范围
最后规则生效
firewall-cmd --reload
以上是关于centos7 防火墙的主要内容,如果未能解决你的问题,请参考以下文章