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.
Asked
Active
Viewed 1.4k times
5
1 Answers
7
The graphical tool is firewall-config
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
Note: It is possible, highly likely in face, ufw will conflict with firewalld, as such I would advise you purge ufw/gufw
Panther
- 104,528
