Skip to content

Instantly share code, notes, and snippets.

@masiur
Created March 15, 2024 17:52
Show Gist options
  • Save masiur/b3247edaeff416a81db8bf0cda4a673f to your computer and use it in GitHub Desktop.
Save masiur/b3247edaeff416a81db8bf0cda4a673f to your computer and use it in GitHub Desktop.
Oracle iptable/firewall allow after first setup

Run This command sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 8443 -j ACCEPT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment