Skip to content

Instantly share code, notes, and snippets.

@jrelo
Created July 21, 2024 19:25
Show Gist options
  • Save jrelo/0929fcdaa153dc05435475465a0ab97d to your computer and use it in GitHub Desktop.
Save jrelo/0929fcdaa153dc05435475465a0ab97d to your computer and use it in GitHub Desktop.
iptables full flush
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -t nat -F
iptables -t mangle -F
iptables -F
iptables -X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment