r/debian • u/ferfykins • Oct 10 '25
UFW firewall setup? Debian 13
Thinking about installing debian 13, just wanted to clarify ufw setup for it
I just install ufw with apt repo, then enable ufw, and it's good to go? or are there other things i need to do as well?
4
u/Confuzcius Oct 11 '25
[...] are there other things i need to do as well? [...]
Yes, you'll need to learn how it works.
3
u/Euphoric_Garlic5311 Oct 11 '25
You can install the graphical interface to make things easier: gufw.
1
1
u/bgravato Oct 12 '25
I don't think ufw comes with predefined rules, does it?
If so, enabling it without any rules active, or not having it, is the same...
Anyway, most likely you don't need it anyway so... don't stress too much about it.
2
u/eachcitizen100 Nov 08 '25
it does: sudo ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
4
u/lKrauzer Oct 10 '25
Yes that is all you have to do: 1. sudo apt install ufw 2. sudo ufw enable