Centeros 添加/修改 开放端口

Posted

tags:

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

参考技术A 目标:

1. 在centeros 系统下 完成对 防火墙开放端口 添加/修改/删除 操作

2.在centeros 系统下 完成对 防火墙 状态查询/启动/停止/重启 操作

操作步骤:

启动: systemctl start firewalld

关闭: systemctl stop firewalld

查看状态: systemctl status firewalld 

开机禁用  : systemctl disable firewalld

开机启用  : systemctl enable firewalld

查看所有打开的端口: firewall-cmd --zone=public --list-ports

更新防火墙规则: firewall-cmd --reload

开放某个对外端口(这里用8070做例子): firewall-cmd --zone=public --add-port=8070/tcp --permanent

结语:

端口调整后需要 firewall-cmd --reload 重启防火墙才能生效 , 多使用 systemctl status firewalld  观察防火墙启动状态是否正常 ,

谢谢支持

以上是关于Centeros 添加/修改 开放端口的主要内容,如果未能解决你的问题,请参考以下文章

CenterOS 防火墙相关命令

linux/ubuntu命令查看开放哪些端口 以及开启开放端口

阿里云服务器默认远程端口修改

Centos7开放端口

centeros7安装宝塔

linux下修改防火墙端口对外开放方法