Debian 防火墙关闭指南:详细步骤
要关闭Debian上的防火墙,您可以执行以下命令:
-
使用root或具有sudo权限的用户登录到Debian系统。
-
打开终端。
-
执行以下命令以停止并禁用防火墙服务:
sudo systemctl stop firewalld sudo systemctl disable firewalld
4. 验证防火墙服务是否已停止:
sudo systemctl status firewalld
如果状态显示为'inactive',则表示防火墙已成功停止。
请注意,firewalld是Debian系统上的默认防火墙服务,如果您使用的是其他防火墙服务(如iptables),请相应地替换上述命令中的firewalld。
原文地址: https://www.cveoy.top/t/topic/m3U 著作权归作者所有。请勿转载和采集!