3.4.4.2.6 Ensure iptables service is enabled and active
Information
iptables.service is a utility for configuring and maintaining iptables iptables.service will load the iptables rules saved in the file /etc/sysconfig/iptables at boot, otherwise the iptables rules will be cleared during a re-boot of the system.
Solution
Run the following command to enable and start iptables: # systemctl unmask iptables.service # systemctl --now enable iptables.service