Skip to content

Instantly share code, notes, and snippets.

@lucassrg
Created September 25, 2020 19:44
Show Gist options
  • Save lucassrg/fafde484a94941e3a8d9d1bb3028c250 to your computer and use it in GitHub Desktop.
Save lucassrg/fafde484a94941e3a8d9d1bb3028c250 to your computer and use it in GitHub Desktop.
disable_iptables
iptables -F
iptables -X
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment