Skip to content

Instantly share code, notes, and snippets.

@QuentinMoss
Created December 4, 2015 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuentinMoss/f57be54b6c9e0b9d1c88 to your computer and use it in GitHub Desktop.
Save QuentinMoss/f57be54b6c9e0b9d1c88 to your computer and use it in GitHub Desktop.
Disable & Replace Firewalld
systemctl mask firewalld
systemctl stop firewalld
yum -y install iptables-services
systemctl enable iptables
systemctl enable ip6tables
systemctl start iptables
systemctl start ip6tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment