Ubuntu – install a GUI for firewalld

firewalldgnomeguisoftware-recommendation

I have installed firewalld as it is more advanced than gufw, however I see that firewalld does not come with a GUI and I'm not going to be the only one using it so I am wondering if there is some sort of GUI that I can install for it? I am running Ubuntu GNOME 15.10 with GNOME 3.18.

Best Answer

The graphical tool is firewall-config

firewalld

Ubuntu man page - http://manpages.ubuntu.com/manpages/saucy/man1/firewall-config.1.html

Although the man page states firewall-config is packaged as part of firewalld,

Provided by: firewalld_0.3.4-1_all

it is packaged separate in firewall-applet

Thank you Paranoid Panda for pointing that out.

sudo apt-get install firewall-applet

IMO it does not offer all the command line options available to firewallD but it may work for you.

For additional information on firewalld see

https://fedoraproject.org/wiki/FirewallD

and

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Using_Firewalls.html

Note: It is possible, highly likely in face, ufw will conflict with firewalld, as such I would advise you purge ufw/gufw

Related Question