PDA

View Full Version : [ubuntu] ufw on Gutsy?


uberpop
August 7th, 2008, 09:26 PM
Hi All,

Just a quick question - I'm running Gutsy 7.10 server and I'm wondering if I can install and run ufw on it or is ufw only for the 8.x series? If its able to be run, do I just use the standard apt-get? Many thanks.

tuxxy
August 7th, 2008, 09:27 PM
Try running it from terminal;

ufw

uberpop
August 7th, 2008, 09:30 PM
Hi Tuxxy,

No, it doesn't look like it. I get this:
-bash: ufw: command not found

tuxxy
August 7th, 2008, 09:35 PM
You can also use firestarter to configure the firewall

uberpop
August 7th, 2008, 09:45 PM
I looked at that but I think it would mean I would need to install a gui and I was hoping to keep this machine gui free. Configuring iptables seems quite time consuming whereas using gui tools seems unecesssary (this is a web dev server being used inside a local network) so ufw seemed a good middle option.

pparks1
August 7th, 2008, 09:47 PM
You could install something like webmin from www.webmin.com. This will allow you to remotely configure the machine through a web browser. You can configure the firewall through webmin. So, this gives you a GUI without installing a GUI. Best of both worlds.

uberpop
August 7th, 2008, 10:21 PM
OK, tried running sudo apt-get install ufw but it can't find the package. I guess wherever apt-get looks for packages to download is dependent on the version of the os requesting the package so maybe ufw is not compatible with Gutsy.

Thanks pparks1, I'll have a look and see what Webmin is like. Otherwise, I guess its back to learning iptables.

tuxxy
August 7th, 2008, 11:26 PM
Maybe you could do an upgrade to 8.04.1 its great OS :)

ibutho
August 7th, 2008, 11:47 PM
You can use Shorewall (http://www.shorewall.net) as a frontend to netfilter+iptables if you do not want to use GUI tools like firestarter.

uberpop
August 11th, 2008, 01:40 AM
Thanks for all your suggestions everyone. I think I will upgrade to the 8.x os.