Skip to content

Instantly share code, notes, and snippets.

@yolleksandr
Created November 1, 2019 11:27
Show Gist options
  • Save yolleksandr/8aed1ece135be22a7293ceae678adbf1 to your computer and use it in GitHub Desktop.
Save yolleksandr/8aed1ece135be22a7293ceae678adbf1 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