Information
firewalld.service enables the enforcement of firewall rules configured through firewalld
Rationale:
Ensure that the firewalld.service is enabled and running to enforce firewall rules configured through firewalld
Impact:
Changing firewall settings while connected over network can result in being locked out of the system.
Solution
Run the following command to unmask firewalld
# systemctl unmask firewalld
Run the following command to enable and start firewalld
# systemctl --now enable firewalld