linux开启端口

目录

1.查看防火墙状态

[1.1 开启防火墙](#1.1 开启防火墙)

[1.2 再次查看防火墙状态](#1.2 再次查看防火墙状态)

2.开启指定端口

[3. 重启防火墙](#3. 重启防火墙)

4.重新加载防火墙

5.查看已经开启的端口


1.查看防火墙状态

firewall-cmd --state

如果返回的是 not running,那么需要先开启防火墙,

1.1 开启防火墙

systemctl start firewalld.service

1.2 再次查看防火墙状态

firewall-cmd --state

已经开启。

2.开启指定端口

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

显示 success 则表示成功.

3. 重启防火墙

开启端口之后需要重启一下防火墙。

systemctl restart firewalld.service

没有任何提示则表示成功

4.重新加载防火墙

firewall-cmd --reload

5.查看已经开启的端口

irewall-cmd --list-ports
相关推荐
qq_4336184441 分钟前
shell 编程(五)
linux·运维·服务器
VVVVWeiYee1 小时前
项目2路由交换
运维·服务器·网络·网络协议·信息与通信
小伍_Five3 小时前
透视网络世界:计算机网络习题的深度解析与总结【前3章】
服务器·网络·计算机网络
芷栀夏3 小时前
如何在任何地方随时使用本地Jupyter Notebook无需公网IP
服务器·ide·tcp/ip·jupyter·ip
G鲲鹏展翅Y3 小时前
jupyter-lab与实验室服务器远程链接
服务器·jupyter
广而不精zhu小白4 小时前
CentOS Stream 9 挂载Windows共享FTP文件夹
linux·windows·centos
一休哥助手4 小时前
全面解析 Linux 系统监控与性能优化
linux·运维·性能优化
二进制杯莫停4 小时前
掌控网络流量的利器:tcconfig
linux
LI JS@你猜啊4 小时前
Elasticsearch 集群
大数据·服务器·elasticsearch
watl04 小时前
【Android】unzip aar删除冲突classes再zip
android·linux·运维