Knowledgebase

centos 7 firewall enable setting

  • 3

centos7 firewall

Run following command to check firewall status:

sudo systemctl status firewalld

If it display active(running), it means the firewall is enable.

If need to disable the firewall, the command will be as follow:

sudo systemctl stop firewalld

Command that enable firewall as follow:

sudo systemctl start firewalld


Was this answer helpful?

© Copyright 2019. CTG SERVER LTD