ufw module runlevels

Message
Author
raw2020
Posts: 33
Joined: Sun Dec 29, 2019 1:22 pm

ufw module runlevels

#1 Post by raw2020 »

my ufw module is unchecked at all runlevels on my system:

Code: Select all

$ inxi -S
System:    Host: mx19 Kernel: 5.6.0-2-amd64 x86_64 bits: 64 Desktop: Xfce 4.14.2 
           Distro: MX-19.3_x64 patito feo October 21  2019 
but when checking it's activity in terminal

Code: Select all

demo@mx19:~
$ sudo ufw status
...
[sudo] password for user: 
Status: active
demo@mx19:~
it says it's active,
is this OK?
Also is yours unchecked too on all runlevels?

I checked /etc/rc.local, and ufw is not mentioned in it, so I don't understand how and when (runlevel 2?) this ufw module gets loaded on startup? :confused:

Huckleberry Finn

Re: ufw module runlevels

#2 Post by Huckleberry Finn »

By default it's just enabled at S

Code: Select all

huck@Huckleberry:~
$ sudo ufw status
Status: inactive

Code: Select all

sudo sysv-rc-conf
... If it's still so:

Code: Select all

sudo update-initramfs -uk all
You do not have the required permissions to view the files attached to this post.

Post Reply

Return to “Software / Configuration”