firewall id is not running code example
Example: 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