您现在的位置是:首页 > 文章详情

CentOS下firewalld的常用命令

日期:2017-10-11点击:635

安装

Centos7中默认已经安装了firewalld,如果需要自行安装,可以直接使用yum安装

# yum install firewalld

如果需要使用图形化配置工具还需要安装firewall-config

# yum install firewall-config

注意firewalldiptables不能同时使用,所以在使用firewalld之前首先需要将iptables停用

 

启动,停止,重启

#systemctl start firewalld

#systemctl stop firewalld

重启:

#systemctl restart firewalld

或:#firewall-cmd  --reload

或:#firewall-cmd  --compete-reload

 

#systemctl status firewalld 或 #firewall-cmd --state 查看状态

开机启动或不启动

#systemctl enable firewalld

#systemctl disable firewalld

#syptemctl is-enable firewalld 查看是否启动

 

 

四个常用命令

--add-xx,--remove-xx,--list-xx,--get-xx(其中xx可以是portserviceall)

 

添加端口80/tcp,80/udp:

firewall-cmd --zone-pulbic --add-port=80/tcp --permanent

firewall-cmd --zone-pulbic --add-port=80/udp --permanent

 

 

学习地址:

http://www.excelib.com/article/286/show/

http://www.centoscn.com/CentOS/Intermediate/2015/0313/4879.html

原文链接:https://www.centoschina.cn/command/help/9034.html
关注公众号

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。

持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。

文章评论

共有0条评论来说两句吧...

文章二维码

扫描即可查看该文章

点击排行

推荐阅读

最新文章