When using CentOS 7, firewalld is not loading permanent rules at boot.<br />
<br />
Permanent rules have been added using firewall-cmd --permanent. I have verified the updates exist in /etc/firewalld/zones. I have also verified firewalld is enabled on boot.<br />
<br />
Upon reboot, firewalld does load. firewall-cmd --state returns "running." However, all interfaces are in the default zone.<br />
<br />
Reloading firewalld via firewall-cmd --reload loads the permanent rules as expected.
↧