I am running Ubuntu Server 18.04
When I do:
sudo ufw enable
the output is:
Firewall is active and enabled on system startup
but when I do a reboot and run:
sudo ufw status verbose
the output is:
Status: inactive
I have checked /etc/ufw/ufw.conf:
ENABLED=yes
I have tried:
uninstalling and reinstalling ufw:
sudo ufw logging off
update-rc.d ufw defaults
sudo systemctl enable ufw
I have gone as far as I can go. Any help would be appreciated.
Edit: Hi steeldriver, thank you for your reply. Output is
systemctl status ufw.service
● ufw.service - Uncomplicated firewall
Loaded: loaded (/lib/systemd/system/ufw.service; enabled; vendor
preset: enab
Active: active (exited) since Tue 2019-02-05 15:01:15 NZDT; 1h 49min
ago
Docs: man:ufw(8)
Process: 456 ExecStart=/lib/ufw/ufw-init start quiet (code=exited,
status=0/SU
Main PID: 456 (code=exited, status=0/SUCCESS)
systemctl status ufw.service
? – steeldriver Feb 05 '19 at 03:19