December 2015
Intermediate to advanced
250 pages
4h 41m
English
firewalld is a set of scripts and a daemon that manage netfilter on your RHEL system. It aims at creating a simple command-line interface to manage the firewall on your systems.
By default, firewalld is included in the "core" rpm group, but it may not be installed for some reason (that you left it out of your kickstart would be one!). Perform the following steps:
firewalld via the following command line:
~]# yum install -y firewalld
firewalld through the following:
~]# systemctl enable firewalld
firewalld is started by executing the following command line:
~]# systemctl restart firewalld
List all ...