[andy@localhost ~]$ sudo firewall-cmd --state [sudo] password for andy: running
[andy@localhost ~]$ firewall-cmd --query-panic no
[andy@localhost ~]$ firewall-cmd --query-lockdown no
[andy@localhost ~]$ firewall-cmd --get-default-zone FedoraWorkstation
[andy@localhost ~]$ firewall-cmd --get-active-zones FedoraWorkstation interfaces: enp0s25 libvirt interfaces: virbr0
[andy@localhost ~]$ firewall-cmd --info-zone=FedoraWorkstation FedoraWorkstation (active) target: default icmp-block-inversion: no interfaces: enp0s25 sources: services: cockpit dhcpv6-client http https mdns motion samba samba-client ssh tvheadend ports: 1025-65535/udp 1025-65535/tcp protocols: forward: no masquerade: no forward-ports: source-ports: icmp-blocks: rich rules:
[andy@localhost ~]$ systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2022-10-24 20:27:49 BST; 41min ago Docs: man:firewalld(1) Main PID: 1100 (firewalld) Tasks: 2 (limit: 38373) Memory: 42.9M CPU: 1.857s CGroup: /system.slice/firewalld.service └─ 1100 /usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid
Oct 24 20:27:48 localhost.localdomain systemd[1]: Starting firewalld.service - firewalld - dynamic firewall daemon... Oct 24 20:27:49 localhost.localdomain systemd[1]: Started firewalld.service - firewalld - dynamic firewall daemon.