I've always used ufw by default, even though I also had installed Firestarter

After upgrading from Ubuntu 9.04 to 9.10, by way of Update Manager, I've found ufw disabled (when I look at gufw).

How do I know which firewall is running at any momment?

link|improve this question

36% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Type ufw status into a command prompt. Assesories>Terminal Type "ufw status" without quotes. You may need to type "sudo ufw status". Firestarter is a GUI for the ufw firewall.

link|improve this answer
So both GUFW and Firestarter use ufw? – lamcro Nov 25 '09 at 14:42
@lamcro: both ufw and firestarter are using iptables. ;) – Bobby Nov 25 '09 at 15:08
feedback

As far as I know...Ubuntu has no default firewall, because there is nothing to protect (all services listening on a loopback device).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.