Gufw is protrayed as a front-end to ufw, but when Gufw is running, I don't see ufw running.
When run ps -ef | grep ufw, should it report processes for both ufw and gufw, or would we only see gufw if Gufw is running?
Does Gufw have ufw integrated into its own code?
Does Gufw start ufw as part of its own startup routine, if not already started?
Linux -------- 3.13.0-65-generic #105-Ubuntu SMP Mon Sep 21 18:50:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Thank you,
gufw
is a frontend forufw
(Uncomplicated Firewall) andufw
is a CLI based frontend foriptables
. Therefore you have only agufw
process. All other isiptables
andiptables
is a part of your kernel and not a user space process.Check the output of
sudo iptables -L
with the Firewall Status On and Off in Gufw.Sample output with deactivated firewall
and with activated firewall (note the
ufw-
entries)