Categories: TutorialsUbuntu

How to Fix Inactive UFW Status

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.

Method of Fixing the Inactive UFW Status

To fix the inactive UFW status, you have to follow the following steps described:

Step 1: Check the Current UFW Status

First, you need to check the current UFW status. For that, you have to execute the command that follows:

$

Sponsored
sudo ufw status

You can easily confirm from the following image that the current UFW status is “inactive”.

Step 2: Activate UFW

Now, you can activate UFW conveniently by running the following command:

$ sudo ufw enable

Sponsored

The output shown in the following image implies that the inactive status of UFW has been fixed.

Step 3: Recheck the UFW Status

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.

Conclusion

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.

Ubuntu Server Admin

Recent Posts

Kolla Ansible OpenStack Installation (Ubuntu 24.04)

Kolla Ansible provides production-ready containers (here, Docker) and deployment tools for operating OpenStack clouds. This…

2 hours ago

Canonical announces first Ubuntu Desktop image for Qualcomm Dragonwing™ Platform with Ubuntu 24.04

This public beta enables the full Ubuntu Desktop experience on the Qualcomm Dragonwing™ QCS6490 and…

1 day ago

The long march towards delivering CRA compliance

Time is running out to be in full compliance with the EU Cyber Resilience Act,…

1 day ago

Extra Factor Authentication: how to create zero trust IAM with third-party IdPs

Identity management is vitally important in cybersecurity. Every time someone tries to access your networks,…

2 days ago

Ubuntu Weekly Newsletter Issue 889

Welcome to the Ubuntu Weekly Newsletter, Issue 889 for the week of April 20 –…

4 days ago

From pidfd to Shimanami Kaido: My RubyKaigi 2025 Experience

Introduction I just returned from RubyKaigi 2025, which ran from April 16th to 18th at…

4 days ago