如何在 Oracle Cloud 上的 Ubuntu 上禁用实例防火墙
注意:这描述了如何在 Ubuntu 实例上禁用防火墙。你还需要配置云网络安全列表!详情请参见如何在 Oracle Cloud 上禁用虚拟云网络防火墙!
Oracle 防火墙基于 iptables。我们可以使用以下命令禁用 Ubuntu 实例防火墙
sudo iptables -F
disable_firewall_oracle.sh
sudo iptables -F
sudo netfilter-persistent save说明:
iptables -F:刷新(删除所有)iptables 规则netfilter-persistent save将空规则集保存到磁盘,以便重启时重新加载。
Check out similar posts by category:
Cloud, Networking
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow