At times, when you launch your system, you might find out that your system’s Firewall is currently not working. This can prove to be an alarming situation especially if you are dealing with some critical data. This calls for fixing the Firewall status immediately. Therefore, today, we will show you how you can fix the inactive UFW status.
To fix the inactive UFW status, you have to follow the following steps described:
First, you need to check the current UFW status. For that, you have to execute the command that follows:
$ sudo ufw status
You can easily confirm from the following image that the current UFW status is “inactive”.
Now, you can activate UFW conveniently by running the following command:
$ sudo ufw enable
The output shown in the following image implies that the inactive status of UFW has been fixed.
To confirm if the Firewall is active now, you can run the following command again:
$ sudo ufw status
The following image confirms the current status of UFW.
By going through the simple steps explained in this guide, you can easily activate the Firewall status and protect your system from almost all the potential threats and attacks.
Previously I have written about how useful public cloud storage can be when starting a…
This is Part 2 of the "Karafka to Async Journey" series. Part 1 covered WaterDrop's…
For many software teams, documentation is written after features are built and design decisions have…
With the release of the FIPS 140-3 certified cryptographic modules for Ubuntu 22.04 LTS, Canonical…
Open source libraries are repositories of code that developers can use and, depending on the…
Last year, we had the opportunity to speak at Regent’s UX Conference (Regent’s University London’s…