FirewallD Is Not Running

[Solved] FirewallD Is Not Running | Shell - Code Explorer | yomemimo.com
Question : FirewallD is not running

Answered by : restu-wahyu-saputra

# check the status of the service (running and eanbled)
systemctl status firewalld
# if the service is not running, start it
systemctl start firewalld
# if the service has exited , restart it(check for error if any)
systemctl restart firewalld
# if the service is not enabled, enable it
systemctl enable firewalld

Source : | Last Update : Mon, 26 Apr 21

Question : firewalld not running centos 7

Answered by : tanishq-vyas

systemctl start firewalld

Source : | Last Update : Wed, 17 Jun 20

Question : is firewall running centos 7

Answered by : stav-iatrop

systemctl status firewalld

Source : | Last Update : Wed, 09 Dec 20

Answers related to FirewallD is not running

Code Explorer Popular Question For Shell