Você deve editar seu /etc/sysconfig/network-scripts/ifcfg-eth0
e, em seguida, anexar a seguinte linha na parte inferior do seu arquivo:
zone=your_internal_zone
How to set or change a zone for a connection
The zone is stored into the ifcfg of the connection with the
ZONE= option
. If the option is missing or empty, the default zone set in firewalld is used.If the connection is controlled by NetworkManager, you can also use
nm-connection-editor
to change the zone.
Em seguida, reinicie os serviços:
sudo systemctl restart network.service
sudo systemctl restart firewalld.service