Skip to content

Instantly share code, notes, and snippets.

@jamesalbert
Created April 19, 2024 20:10
Show Gist options
  • Save jamesalbert/e453f8937340eae28fd6c79a99710410 to your computer and use it in GitHub Desktop.
Save jamesalbert/e453f8937340eae28fd6c79a99710410 to your computer and use it in GitHub Desktop.
iptables -P INPUT ACCEPT
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