TiloBox
Back to directory
firewalld project preview

firewalld

Dynamically managed Linux firewall daemon with network zones and D-Bus interface.

LicenseGPL-2.0
GitHub stars2.8k
Last commit1 weeks ago
Tags5 topics
Port Forwarding ToolNetwork ZonesDynamic Packet FilteringSecurityLinux Firewall Manager
Overview

Why consider firewalld?

firewalld is an open-source dynamically managed firewall suite for Linux distributions. It allows administrators to assign network interfaces to trust zones (home, work, public), update rules on the fly without breaking active connections, and configure port forwarding.

Guided learning

Learn firewalld by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of firewalld

firewalld provides stateful firewall management across desktop and server Linux systems.

Quickstart

bash
1# Enable HTTP and SSH on public zone
2sudo firewall-cmd --zone=public --add-service=http --permanent
3sudo firewall-cmd --zone=public --add-service=ssh --permanent
4sudo firewall-cmd --reload

Launch firewall-config for a full desktop graphical management interface.

firewalld is licensed under the GNU General Public License v2.0.

Related tools

More options with a similar category or technology profile.

firewalld FAQs

firewalld is listed as a Security tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

firewalld is listed under the GPL-2.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

firewalld is listed as an alternative to Little Snitch. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.