mobile wallpaper 1mobile wallpaper 2mobile wallpaper 3mobile wallpaper 4mobile wallpaper 5mobile wallpaper 6
64 字
1 分钟
服务器ufw防火墙配置
2026-05-26
2026-06-02

服务器ufw防火墙配置#

安装ufw防火墙(Debian / Ubuntu 系统)#

检查更新并安装命令:

apt update && apt install ufw -y

放行关键80端口#

sudo ufw allow 80/tcp

检查放行端口#

sudo ufw show added

启动防火墙#

sudo ufw enable

关闭防火墙#

sudo ufw disable

检查防火墙运行状态#

sudo ufw status
分享

如果这篇文章对你有帮助,欢迎分享给更多人!

服务器ufw防火墙配置
bk90.333797.xyz
作者
瓶子
发布于
2026-05-26
许可协议
CC BY-NC-SA 4.0

部分信息可能已经过时