2024年10月4号测试,在有ipv6的debian10上面使用失败,对仅有v4的debian系统也不适用,ufw disable命令失败,建议仅在ubuntu上面使用,对于有ipv6的ubuntu是否可用,不确定,请自行尝试。
1、安装Firewall
apt install firewalld
2、启用firewalld和设置开机自启
systemctl start firewalld
systemctl enable firewalld
3、检查firewalld是否运行
firewall-cmd --state
4、关闭ubuntu原来的防火墙
ufw disable