Information
The iptables-services package contains the iptables.service and ip6tables.service. These services allow for management of the Host Based Firewall provided by the iptables package.
Rationale:
iptables.service and ip6tables.service are still supported and can be installed with the iptables-services package. Running both firewalld and the services included in the iptables-services package may lead to conflict.
Impact:
Running both firewalld and iptables/ip6tables service may lead to conflict.
Solution
Run the following commands to stop the services included in the iptables-services package and remove the iptables-services package
# systemctl stop iptables
# systemctl stop ip6tables
# yum remove iptables-services