Hello team!
Documentation say https://firewalld.org/documentation/zone/options.html that firewalld zone has option "target" with possible values:
ACCEPT|%%REJECT%%|DROP
The ACCEPT target is used in trusted zone to accept every packet not matching any rule.
The %%REJECT%% target is used in block zone to reject (with default firewalld reject type) every packet not matching any rule.
The DROP target is used in drop zone to drop every packet not matching any rule.
But firewall-cmd --list-all-zones give me a option "default" for target for some zones. What target "default" mean?
The firewalld.zones man page lists nine zones provided with the package (https://firewalld.org/documentation/man-pages/firewalld.zones.html) Two of those zones are the Home and Internal zones, and the respective xml files for these zones contain the same services (ssh, mdns, samba-client, and dhcpv6-client -- see the files in /usr/lib/firewalld/zones).
Is there a practical difference between the two zones?