Install FirewallD GUI on AlmaLinux 8 with Easy Steps

This tutorial intends to teach you to Enable Or Install FirewallD GUI on AlmaLinux 8. Firewalld is a firewall management solution for many Linux distributions including, Ubuntu, Debian, CentOS, RHEL, and Fedora. It acts as a frontend for the iptables filtering system provided by the Linux kernel. It is protocol-independent which means it supports IPv4, IPv6, ethernet bridges, and IP sets.

firewall-config is a graphical tool that can be used instead of the command line to manage your firewall. Normally, this will be installed along with firewalld if you have installed a desktop environment such as Gnome.

You can now proceed to the guide steps below on the Orcacore website to install firewall-config GUI on AlmaLinux.

Steps To Install FirewallD GUI on AlmaLinux 8

To complete this guide, you must log in to your server as a non-root user with sudo privileges. To do this, you can follow our guide the Initial Server Setup with AlmaLinux 8.

1. Install FirewallD on AlmaLinux 8

First, you need to update your local package index with the command below:

sudo dnf update -y

If you don’t have firewalld already on your system then you have to install it.

Run the command below to install the firewalld:

sudo dnf install firewalld -y

When your installation is completed, start and enable your service with the following commands:

# sudo systemctl start firewalld
# sudo systemctl enable firewalld

Verify your FirewallD service is active and running on AlmaLinux 8:

sudo systemctl status firewalld
firewalld status AlmaLinux 8

2. Install firewall-config GUI on AlmaLinux 8

Now that you have Firewalld installed on your server, you can install the graphical user interface program for it. The packages are available in the default AlmaLinux repository.

To do this, run the command below:

sudo dnf install firewall-config -y

Note: If you are using the KDE desktop, you can also go for the Plasma Control panel:

sudo dnf install plasma-firewall-firewalld

3. Launch FirewallD GUI

At this point, you can start managing the ports and services in Firewall with the help of mouse clicks on AlmaLinux 8.

To run your FirewallD GUI, go to the Application launcher and find the FirewallD you have installed.

You will see:

Install FirewallD GUI on AlmaLinux 8
Firewalld configuration

4. Remove FirewallD GUI Tool

If you don’t want to use this firewall GUI tool anymore, you can remove the same using the DNF package manager:

sudo dnf remove firewall-config

That’s it.

Conclusion

At this point, you learn to Enable or Install FirewallD GUI on AlmaLinux 8. Firewall-config GUI in AlmaLinux 8 is used for managing the firewall settings through a graphical interface. It allows users to configure zones, services, ports, and network connections easily.

Hope you enjoy it. Please subscribe to us on Facebook, YouTube, and Twitter.

You may also like these articles too:

Install PHP 7.4 on AlmaLinux 8

Install and Configure Nextcloud on AlmaLinux 8

Set up Cockpit on AlmaLinux 8

Explore Difference Between SSH and Telnet

Install Rootkit Hunter in Linux

Install and Configure Chrony in Linux

Work with the Dig Command on Linux

Install Grafana on AlmaLinux 8

Install and Configure GlassFish on AlmaLinux 8

Install and Configure an SVN Server on AlmaLinux 8

FAQs

What is Firewall-config GUI?

Firewall-config GUI is a graphical tool for managing firewall settings in AlmaLinux 8, allowing users to configure zones, services, ports, and network connections easily.

What can I configure using Firewall-config GUI?

You can configure firewall zones, add or remove services and ports, manage network interfaces, and enable or disable specific firewall rules.

Is Firewall-config GUI better than using the command line?

It depends on your preference. The GUI is easier for beginners, while the command-line interface (CLI) provides more flexibility and automation options.

Share your love

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Stay informed and not overwhelmed, subscribe now!