Skip to content

Instantly share code, notes, and snippets.

@ndzn
Created August 31, 2022 03:14
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 ndzn/988958a8af23b57718eef1eb8c917838 to your computer and use it in GitHub Desktop.
Save ndzn/988958a8af23b57718eef1eb8c917838 to your computer and use it in GitHub Desktop.
Oracle Cloud firewall initial iptables traffic routing
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment