CentOS7.5 防火墙指令

Posted charles-yuan

tags:

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

防火墙指令

  1. 查看防火墙状态:

    firewall-cmd --state

  

  2. 启动防火墙

    systemctl start firewalld.service

 

  3. 关闭防火墙

    systemctl stop firewalld.service

  

  4. 禁止防火墙开机启动

    systemctl disable firewalld.service

 

---------------------------------------------------------------------------------------------

   5. 释放端口

    firewall-cmd --zone=public --add-port=80/tcp --permanent    (--permanent永久生效,没有此参数重启后失效)

  6. 重新加载

    firewall-cmd --reload

  7. 查看

    firewall-cmd --zone= public --query-port=80/tcp

  8. 删除

    firewall-cmd --zone= public --remove-port=80/tcp --permanent

 

 

 

如有问题,欢迎纠正!!!

 https://www.cnblogs.com/Charles-Yuan/p/9737460.html

 

以上是关于CentOS7.5 防火墙指令的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7.5 怎么永久关闭防火墙

centos7.5 防火墙

CentOS7.5安装PPTP ×××(开启firewall防火墙)

firewalld动态防火墙管理-centos7.5技能

Centos7.5配置主DNS服务器

Centos7.5傻瓜式安装Gitlab