Skip to content

Instantly share code, notes, and snippets.

@Reelix
Created November 18, 2022 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Reelix/51ed72d4abc29442d14894f5aa097e12 to your computer and use it in GitHub Desktop.
Save Reelix/51ed72d4abc29442d14894f5aa097e12 to your computer and use it in GitHub Desktop.
Fix Oracle Firewall Rules
1.) sudo nano /etc/iptables/rules.v4
2.) sudo su
3.) iptables-restore < /etc/iptables/rules.v4
4.) exit # su
5.) sudo iptables -L INPUT # Verify your rule is there - Might have a name instea of the port
6.) Sign into https://cloud.oracle.com/
7.) Search for "security lists" and click the link on the left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment