Skip to content

Instantly share code, notes, and snippets.

@hgranillo
Created July 18, 2017 14:35
Show Gist options
  • Save hgranillo/54deecaf5ad730ca56af57125e010a7f to your computer and use it in GitHub Desktop.
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.
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