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.
1 Answer
The graphical tool is firewall-config
Ubuntu man page -
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-appletIMO it does not offer all the command line options available to firewallD but it may work for you.
For additional information on firewalld see
and
Note: It is possible, highly likely in face, ufw will conflict with firewalld, as such I would advise you purge ufw/gufw
9