<div dir="ltr">When I do this:<br><br>systemctl stop firewalld.service<br>rm -f /etc/firewalld/zones/*<br>rm -f /etc/firewalld/direct.xml*<br>systemctl start firewalld.service<br><br>firewalld enables by default masquerade on my external network:<br><br>grep ZONE /etc/sysconfig/network-scripts/ifcfg-*<br>/etc/sysconfig/network-scripts/ifcfg-Conexão_cabeada_1:ZONE=external<br>/etc/sysconfig/network-scripts/ifcfg-Conexão_cabeada_2:ZONE=trusted<br><br>firewall-cmd --zone=external --query-masquerade<br>yes<br><br>Unexpected I think. Is there other way to reset all firewalld settings?<br><br>firewalld-0.3.13-2.fc21.noarch here.<br></div>