Simple steps to Disable the firewall in Linux Centos 7

In CentOS 7 the process called Firewalld .  FirewallD is front-end controller for iptables used to implement persistent network traffic rules. It provides command line and graphical interfaces and is available in the repositories of most Linux distributions. If you want to know more about it follow the link above.

How we Disable Firewalld:
  • login as root user and run the command bellow:
systemctl disable firewalld
How to Stop the Firewalld:
  • login as root user and run the command bellow:
systemctl stop firewalld
Check the Status of Firewalld
  • login as root user and run the command bellow:
systemctl status firewalld
Quite simple and easy but you need to have other ways of protecting after disabling the firewall.