Tuesday, February 21, 2017

How to Start, Stop & Dissable Firewall in CentOS 7 using systemctl?

1) Below command is used for checking status of firewall

 systemctl status firewalld




2) Below command is used for starting firewall

 systemctl start firewalld




3) Below commands are used for Stopping &  Disabling firewall


systemctl stop firewalld
systemctl disable firewalld



No comments:

Post a Comment