oracle cloud 的ubuntu系统下ufw 防火墙规则不生效处理 By scjtqs | 2022年11月20日 - 下午12:39 |2022年11月20日 linux相关 | 访问次数: 1,704 次 前言 因为 oracle cloud的 linux 都是默认使用了iptables的防火墙规则,导致了ufw的规则不生效。 如果你喜欢Iptables规则方式配置防火墙,使用Iptables就行。 干掉预制的Iptables规则 # 切换到超级用户 sudo -i # 删除规则 rm -rf /etc/iptables # 重启生效 reboot 打赏 微信扫一扫,打赏作者吧~ Bookmark the permalink.