linux开通端口命令

这块需要开通8088 8083 端口限制

查看已开放端口:sudo firewall-cmd --list-ports

开放8083端口:sudo firewall-cmd --add-port=8088/tcp --permanent

开放8088端口:sudo firewall-cmd --add-port=8083/tcp --permanent

移除端口:sudo firewall-cmd --remove-port=8083/tcp --permanent

重新加载防火墙规则:sudo firewall-cmd --reload

相关推荐
不会C语言的男孩1 分钟前
Linux 系统编程 · 第 2 章:系统调用与库函数
linux·c语言
虾壳云官方2 分钟前
【本地 AI 自动化最新工具】 OpenClaw 2.7.9 Windows 完整部署教程(包含安装包)
人工智能·windows·openclaw·openclaw安装·openclaw一键部署
坤昱4 分钟前
cfs调度类深入解刨——psi科普篇
linux·cfs·psi·cfs调度·eevdf·psi详细分析·linux系统资源监控
lzjava20244 分钟前
Python的数据结构,推导式、迭代器和生成器
数据结构·windows·python
骑上单车去旅行29 分钟前
openEuler 22.03 离线源码编译 Zabbix 7.0.27 完整最终整合手册
linux·运维·服务器·zabbix
接着奏乐接着舞32 分钟前
springboot mp mybatis plaus
windows·spring boot·mybatis
向日葵.1 小时前
linux & qnx & git 命令 1
linux·运维·服务器
XLYcmy1 小时前
一个基于 Python 的轻量级 LLM(大语言模型)API 客户端程序:从API交互到LLM应用架构
服务器·python·ai·llm·prompt·agent·token
程序员佳佳1 小时前
四个月长期实测:自建 Milvus、FAISS、原生向量 API 和向量引擎中转方案,到底怎么选?
人工智能·windows·python·gpt·milvus·faiss
2023自学中1 小时前
Linux 内核与用户空间 内存管理详解(堆与栈篇)
linux·嵌入式·内存·开发板