<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div><div># firewall-cmd --get-active-zones</div><div>public</div><div>  interfaces: p7p1 p2p1</div></div><div># firewall-cmd --permanent --zone=internal --change-interface=p7p1</div>
<div></div></div></blockquote><div><br></div><div style>The man page doesn&#39;t refer to --change be acceptable with --permanent</div><div> </div><div style>Just tested this on my laptop ...</div><div style><br></div><div style>
firewall-cmd --permanent --zone=internal --add-interface=wlp3s0</div><div style>systemctl restart firewalld.service</div><div style><br></div><div style>The man page for firewall-cmd states that actions with the --permanent argument are not applied immediately but rather only after a service restart or reboot.</div>
<div><br></div><div style>After the above firewall-cmd --get-active-zones showed my wireless in the expected zone.</div><div style><br></div></div></div></div>