How to disable firewall of server in Oracle

Recently, I just use a new Oracle server to migrate my music service. However, when I finished migration, I cannot access it through web even though I have opened all port on Oracle management panel.

Screenshot 2024-09-04 at 16.38.28

After do some simple searching, I found the solution.

Log into your Oracle service as root.

1
2
rm /etc/iptables/rules.v4 /etc/iptables/rules.v6
reboot

I think the key reason is that there is internal iptables in Oracle system image.

All done.

Reference

  1. https://www.seerking.com/index.php/archives/133/