Answers for "FirewallD is not running"

2

firewalld not running centos 7

systemctl start firewalld
Posted by: Guest on June-10-2020
0

FirewallD is not running

# 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
Posted by: Guest on April-19-2021
0

is firewall running centos 7

systemctl status firewalld
Posted by: Guest on December-02-2020

Code answers related to "FirewallD is not running"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language