码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS7防火墙端口开放

时间:2020-06-07 21:28:31      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:16px   web   public   data-   nic   mct   add   height   str   

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

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防火墙端口开放

标签:16px   web   public   data-   nic   mct   add   height   str   

原文地址:https://www.cnblogs.com/niceyoo/p/13061947.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!