Last active
August 29, 2015 14:07
-
-
Save JohnathanMarkSmith/4774ebcc0d63af111f4e to your computer and use it in GitHub Desktop.
RHEL 7 / CentOS 7 : Disable Firewalld
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
### This is how I diabled the firewall on CentOS7 | |
### Disable Firewalld Service. | |
[root@rhel-centos7-tejas-barot-linux ~]# systemctl mask firewalld | |
### Stop Firewalld Service. | |
[root@rhel-centos7-tejas-barot-linux ~]# systemctl stop firewalld |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment