Created
June 28, 2014 16:46
-
-
Save kessler/3f18382ab61c2d3aaf7a to your computer and use it in GitHub Desktop.
iptables off
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
#!/bin/sh | |
sudo /etc/init.d/iptables save | |
sudo /etc/init.d/iptables stop | |
sudo chkconfig iptables off | |
sudo /etc/init.d/ip6tables save | |
sudo /etc/init.d/ip6tables stop | |
sudo chkconfig ip6tables off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment