Linux Endeavouros.
I don't understand how to tell if my firewall is on or not.
Using systemctl status ufw gives:
ufw.service - CLI Netfilter Manager Loaded: loaded (/usr/lib/systemd/system/ufw.service; enabled; preset: disabled) Active: active (exited) since Mon 2025-11-24 21:24:29 GMT; 57min ago Invocation: 68b2d8efd45b45a58042098855d80d80 Main PID: 504 (code=exited, status=0/SUCCESS) Mem peak: 3.8M CPU: 87ms Nov 24 21:24:28 paulb-vostro470 systemd[1]: Starting CLI Netfilter Manager... Nov 24 21:24:29 paulb-vostro470 systemd[1]: Finished CLI Netfilter Manager. But running - sudo ufw status gives Status: inactive, which contradicts what systemctl seems to say.
I'm probably not understanding the info correctly, but I'm worried that I may not have been using a firewall all the time I've been online.
firewalldis installed by default. Did you disable/remove that first? What doessudo firewall-cmd --list-allreturn?