September 15, 2008 · Security · Email This Post
Share

If you're new here, you may want to subscribe to my RSS feed and if you have questions related to your ubuntu system post question to our forums. Thanks for visiting!

We have already discussed how to use UFW from command line.Gufw is an easy to use Ubuntu / Linux firewall, powered by ufw.Gufw is an easy, intuitive, way to manage your Linux firewall. It supports common tasks such as allowing or blocking pre-configured, common p2p, or individual ports port(s), and many others! Gufw is powered by ufw, runs on Ubuntu, and anywhere else Python, GTK, and Ufw are available.


iptables is already a very powerful tool by itself, but it’s syntax can get awkward at times and hard to figure out, so Ubuntu developers decided to make ufw (“The reason ufw was developed is that we wanted to create a server-level firewalling utility that was a little bit more for `human beings`.”), which was to be simpler. Now, on the graphical side of things, Firestarer already existed. But why not make an even easier to use GUI for desktop `human beings`, powered by ufw? This is where Gufw comes in.

Install Gufw in Ubuntu

For ubuntu 8.10,9.04,9.10 users use the following command

sudo apt-get install gufw

For Ubuntu 8.04 users download .deb file from here

Install .deb package using the following command

sudo dpkg -i gufw_0.20.7-all.deb

This will complete the installation.

Using Gufw

If you want to open Gufw go to Applications--->Internet--->Gufw Firewall Configuration

Once it opens you should see similar to the following screen here you need to click on checkbox next to firewall enabled

If you use allow all incoming traffic you should see similar to the following screen

If you select Deny incoming traffic with simple configuration screen

You can see some preconfigured ports options

Some examples configured

Gufw version details


  • Share/Bookmark

Related Articles

13 Comments to “Gufw - Simple GUI for ufw (Uncomplicated Firewall)”

  1. Imi says:

    I find the gui in different place, on system menu, on Hardy.

  2. Thanks for the entry ;)
    We release new version (0.20.0). It’s in the Administration menu, in the repositoy of Intrepid and important improvement ;)
    Best regards.

  3. Imi says:

    In this time I haven’t got more time to study features and setting for this nice gui, but It will be good GUI use ubuntu for desktop, but there is a question:

    In my desk, there is no servers, so I want to enables only established connections to allow incomeing, there is a way to use this setting, with guwf?

    Thank’s for the answer.

  4. Edson says:

    Can i use this tool to setup a network firewall (not a desktop firewall)???

  5. admin says:

    @Edson

    This service is intended to use for desktop for GUI or ufw for Server

  6. RobK says:

    I still like Firestarter better than gufw. Why? Well, in my view, Firestarter produces BETTER iptable rules than does ufw or gufw.

    But there is still a lot of room for someone to develeop a TRULY uncomplicated GUI iptable Firewall program. Unfortunately, neither gufw or Firestarter are it.

    Please someone look at the Mac OS X Firewall GUI in Tiger (not Leopard). It is VERY easy for most newbies to figure out. There is no reason why the same GUI could not be developed for Linux iptables (or ufw).

  7. wish this was part of “apt-get install gufw”, but aside from that, glad to see progress being made on this.

    Some pre-configured rules should be done for mysql (3306) and also for http (80), https, samba, and various other common developer ports.

    Good start though!

  8. jj says:

    Firestater is bi-directional(meaning controls both incoming and outgoing traffic.) I do not believe ufw is.

  9. joecrow says:

    @Jj
    Gufw and Firestarter are both frontends to ufw. So incoming and outgoing traffic can be configured with both.

  10. bekend says:

    I just installed Ubuntu. I use UFW and GUFW. When I set GUFW on Deny all incoming traffic I still can use all internet activities. When I use Windows Vista and set my firewall on blocked all traffic I do not have internet access. Question: What do I wrong with GUFW?

  11. flexo says:

    its simple, with gufw u deny all incoming conections to your computer, not your outgoing conections. with vista u block all trafic

  12. David Shar says:

    Hi,

    I would like to know how to block region specific traffic using open source firewall. I use gufw, which has a function under “File” - “+Banning IP Address” but it demands some kind of IP address format that I do not understand.

    I get a lot of spam and I would like to kill all that crap at the earliest.

    Peace,

    David Shar

  13. the_guv says:

    hey UG, just wanted to thank you for this ..

    thought you’d like to know I gave it a well-deserved mention in my Karmic security overview, as part of my recent Karmic Installation Bible:-

    HACK-PROOF 9.10 Anti-Virus & Firewall [KARMIC KOALA BIBLE #19]

    and which in turn has been published as a pdf by my partner for this guide, MakeUseOf.com:-

    The Incredible Guide to NEW Ubuntu (Karmic Koala) [PDF]

    .. er, it’s on Scribd too!

    Cheers UG, as I mention, you are always very good value, and this write-up is no exception. Appreciate very much the benefit of your experience.

Leave a Reply