5.4. Starting firewalld
To start
firewalld, enter the following command as root:
systemctl unmask firewalld systemctl start firewalld
~]# systemctl unmask firewalld
~]# systemctl start firewalld
To ensure
firewalld starts automatically at system start, enter the following command as root:
systemctl enable firewalld
~]# systemctl enable firewalld