3.5.1.6 Ensure network interfaces are assigned to appropriate zone
Information
firewall zones define the trust level of network connections or interfaces. Rationale: A network interface not assigned to the appropriate zone can allow unexpected or undesired network traffic to be accepted on the interface. Impact: Changing firewall settings while connected over network can result in being locked out of the system.
Solution
Run the following command to assign an interface to the approprate zone. # firewall-cmd --zone=<Zone NAME> --change-interface=<INTERFACE NAME> Example: # firewall-cmd --zone=customezone --change-interface=eth0 Default Value: default zone defined in the firewalld configuration