Rahul Sharma (Editor)

FirewallD

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
Python

Operating system
  
Linux

Developer(s)
  
Thomas Woerner, Red Hat, Inc.

Initial release
  
January 3, 2011; 6 years ago (2011-01-03)

Stable release
  
0.4.1.2 / April 20, 2016; 10 months ago (2016-04-20)

License
  
GNU General Public License

FirewallD is a firewall management tool for Linux operating systems. It provides firewall features by acting as a front-end for the iptables packet filtering system provided by the Linux kernel. The name firewalld adheres to the Unix convention of naming system daemons by appending the letter “d”.

Contents

FirewallD is written in Python. It was intended to be ported to C++, but the porting project was abandoned in January 2015.

Features

FirewallD supports both IPv4 and IPv6 networks and can administer separate firewall zones with varying degrees of trust as defined in zone profiles. Administrators can configure Network Manager to automatically switch zone profiles based on known Wi-Fi (wireless) and Ethernet (wired) networks, but FirewallD cannot do this on its own.

Services and applications can use the D-Bus interface to query and configure the firewall. FirewallD supports timed rules, meaning the number of connections (or "hits") to a service can be limited globally. There is no support for hit-counting and subsequent connection rejection per source IP; a common technique deployed to limit the impact of brute-force hacking and distributed denial-of-service attacks.

FirewallD's command syntax is similar to but more verbose than other iptables front-ends like Ubuntu's Uncomplicated Firewall (ufw). The command-line interface allows managing firewall rulesets for protocol, ports, source and destination; or predefined services by name.

Services are defined as XML files containing port- and protocol-mappings, and optionally extra information like specifying subnets and listing required Kernel helper modules. The syntax resembles that of systemd's service files. A simple service file for a web server listening on TCP port 443 might look like this:

Graphical front-ends (GUIs)

firewall-config is a graphical front-end that is optionally included with FirewallD. It revolves around providing a glancing overview and convenient on/off toggle switches for pre-configured zones and services. There is, however, no way to add new zones or services from firewall-config itself.

firewall-applet is a small status indicator utility that is optionally included with FirewallD. It can provide firewall event log notifications as well as a quick way to open firewall-config. firewall-applet was ported from the GTK+ to the Qt framework in the summer of 2015 following the GNOME Desktop’s deprecation of system tray icons.

Adoption

FirewallD ships by default on the following Linux distributions:

  • CentOS 7 and newer
  • Fedora 18 and newer
  • Red Hat Enterprise Linux 7 and newer
  • FirewallD is enabled by default in all the distributions that rely on it as their default firewall. FirewallD is also available as one of many firewall options in the package repository of many other popular distributions such as Debian.

    References

    FirewallD Wikipedia


    Similar Topics