-
To install firewalld
# yum install firewalld -
To unmask the service we use the command:
# systemctl unmask --now firewalld -
To start firewalld:
# systemctl start firewalld -
To enable firewalld:
# systemctl enable firewalld -
To check status of firewalld:
# systemctl status firewalld