See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Startup Firewall Tick box
#7
Hi Smile

You're almost there, don't give up Wink

You have used just one letter too many: gufw instead of ufw, therefore mixing up the command line tool ufw with the GUI tool gufw. Gufw is just the graphical frontend for ufw, just to make your life more clickable Wink

So what you did by typing in "sudo gufw enable" is NOT enabling the firewall straight away. The "enable" part in that command is not processed. You just started gufw with root permissions, like only typing in "sudo gufw". You then need to make sure to switch the status, so that it looks like this:
[Image: LRNl4x4.png]

Or, if you want to enable it on the command line, this is the correct command:

Code:
sudo ufw enable

Both is starting the firewall and setting it to autostart when you boot up the system. Gufw is only the tool to configure/manage your firewall, you don't need to autostart gufw.

To check that your firewall is actually running, for example after reboot, either check the status in gufw (see image above).
Or use this command:

Code:
sudo ufw status

Hope it's more clear now what I was talking about Smile
Let us know how it goes...



Reply


Messages In This Thread
Startup Firewall Tick box - by Dyslexic1 - 04-07-2015, 05:01 PM
Re: Startup Firewall Tick box - by LL-user - 04-07-2015, 09:56 PM
Re: Startup Firewall Tick box - by Dyslexic1 - 04-08-2015, 11:06 PM
Re: Startup Firewall Tick box - by LL-user - 04-09-2015, 05:57 AM
Re: Startup Firewall Tick box - by Dyslexic1 - 04-11-2015, 10:37 AM
Re: Startup Firewall Tick box - by Dyslexic1 - 04-11-2015, 11:20 AM
Re: Startup Firewall Tick box - by LL-user - 04-11-2015, 11:38 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)