CentOS7防火墙端口开放

Posted niceyoo

tags:

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

查看当前已经开放的端口:

firewall-cmd --list-ports

开启端口,以8888为例:

firewall-cmd --zone=public --add-port=8888/tcp --permanent

重启防火墙:

firewall-cmd --reload

其他指令:

# 关闭防火墙
firewall systemctl stop firewalld.service

# 关闭防火墙开机启动
firewall sustemctl disable firewalld.service

以上是关于CentOS7防火墙端口开放的主要内容,如果未能解决你的问题,请参考以下文章

Centos7防火墙快速开放端口配置方法

centos 开放端口

centos7开放端口和防火墙设置

Centos7开放指定端口具体方法(Linux)

CentOS7开放防火墙端口

centos7防火墙开放端口等命令