Create new zone identified by an IP Address or interface This 'example' zone rules will applied to the connection from 192.168.1.2
$ firewall-cmd --list-all-zones
$ firewall-cmd --permanent --new-zone=example
$ firewall-cmd --permanent --zone=example --add-source=192.168.1.2
$ firewall-cmd --zone=example --list-sources