Answers for "windows firewall not working"

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

Code answers related to "windows firewall not working"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language