Created
July 18, 2017 14:35
-
-
Save hgranillo/54deecaf5ad730ca56af57125e010a7f to your computer and use it in GitHub Desktop.
Copy and paste these commands to get rid of firewalld and install iptables.
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
yum install -y iptables-services | |
sudo systemctl stop firewalld && sudo systemctl start iptables; | |
sudo systemctl mask firewalld | |
sudo systemctl enable iptables | |
sudo systemctl restart iptables |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment