Activé par défaut depuis la Fedora 18.
firewall-cmd --get-active-zone
firewall-cmd --add-service=http
firewall-cmd --permanent --add-service=http
firewall-cmd --zone=internal --change-interface=ens3 --permanent
firewall-cmd --zone=public --add-Cmasquerade --permanent
firewall-cmd --permanent --zone=external --add-forward-port=port=22:proto=tcp:toport=3753:toaddr=10.0.0.1