firewalld 防火墙常用命令

开启 firewalld

复制代码
systemctl start firewalld

查看 firewalld 状态

复制代码
systemctl status firewalldsystemctl status firewalld

开启:

开放端口(示例开放 80 端口)

复制代码
firewall-cmd --zone=public --add-port=80/tcp

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

区别在于没有 --permanent 命令只能临时不是永久 重启防火墙端口又出现了

删除端口(示例删除 80 端口)

复制代码
firewall-cmd --zone=public --remove-port=80/tcp

firewall-cmd --zone=public --remove-port=80/tcp --permanent

区别在于没有 --permanent 命令只能临时不是永久 重启防火墙端口就消失了

重启(重新载入)

复制代码
firewall-cmd --reload

查看开放了哪些端口

复制代码
firewall-cmd --list-port
相关推荐
币之互联万物15 小时前
AQUA爱克泳池设备入驻济南校园,以品质筑牢游泳教育安全防线
安全
Linux运维老纪17 小时前
运维之 Centos7 防火墙(CentOS 7 Firewall for Operations and Maintenance)
linux·安全·centos·云计算·运维开发·火绒
counsellor18 小时前
CentOS 7安装hyperscan
linux·centos·hyperscan
电星托马斯18 小时前
Linux系统CentOS 6.3安装图文详解
linux·运维·服务器·程序人生·centos
360安全应急响应中心18 小时前
基于 RAG 提升大模型安全运营效率
安全·aigc
EasyNVR18 小时前
国标GB28181视频监控平台EasyCVR保驾护航休闲娱乐“九小场所”安全运营
网络·安全
小王不会写code18 小时前
CentOS 7 镜像源失效解决方案(2025年)
linux·运维·centos
Ai野生菌18 小时前
工具介绍 | SafeLLMDeploy教程来了 保护本地LLM安全部署
网络·人工智能·安全·大模型·llm
zyplanke18 小时前
CentOS Linux升级内核kernel方法
linux·运维·centos