Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 760  / 1 Year ago, tue, may 16, 2023, 6:13:01

I'm having an odd issue where ufw gets disabled on reboot.
I'm running kubuntu 21.10 and ufw 0.36.1.
My uname -a output is: Linux HOSTNAMEHERE 5.13.0-39-generic #44-Ubuntu SMP Thu Mar 24 15:35:05 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux.


After every reboot ufw seems to be disabled, and ufw status reports it as inactive until I manually start it using ufw enable, at which point it functions normally until the next reboot.


The ufw service is enabled and started on boot, which indicates that ufw should be functioning, but it is not. Another side effect of this is that it disables my internet connectivity until I run ufw enable.
I have also looked through syslog and nothing stood out.


Please advise.


More From » kubuntu

 Answers
3

  1. Check if netfilter-persistent service is enabled on your machine?


    sudo service --status-all | grep netfilter-persistent


  2. Also, make sure you have enabled the ufw at boot using


    sudo systemctl enable ufw



not using


  sudo ufw enable

[#709] Thursday, May 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dresuitable

Total Points: 69
Total Questions: 116
Total Answers: 122

Location: Honduras
Member since Sun, Dec 26, 2021
2 Years ago
dresuitable questions
Sat, May 15, 21, 04:38, 3 Years ago
Fri, Apr 14, 23, 09:53, 1 Year ago
Sun, Apr 24, 22, 12:59, 2 Years ago
Sun, Feb 6, 22, 11:51, 2 Years ago
;