Created
July 28, 2018 07:47
-
-
Save y0c/11daa675d1c3b569d709ef8053403808 to your computer and use it in GitHub Desktop.
linux iptable disable script(run sudo)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iptables -P INPUT ACCEPT | |
| iptables -P OUTPUT ACCEPT | |
| iptables -P FORWARD ACCEPT | |
| iptables -F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment