Results 1 to 3 of 3

Thread: Is there a default firewall installed

  1. #1
    Join Date
    Jun 2007
    Location
    Oz
    Beans
    501
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Is there a default firewall installed

    I'm having trouble understanding the Ubuntu firewall. Can someone please correct my elementary understanding as I've set it out below:

    1. I think there's a firewall built into the kernel involving something called netfilter and iptables.
    2. Then I think there's only the userspace package "iptables" installed as a default mechanism to manipulate the kernel-based firewall.
    3. Most ppl install Firestarter to help them manipulate iptables and thus the firewall.


    Is it something like that?

    Thanks
    Swerdna

  2. #2
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Is there a default firewall installed

    Yes, all the tools and features to control network traffic are built into the kernel, you just need to give them some rules to work with to get a working firewall. This can be done by hand, but since the rules need to be loaded on every boot people usually either write a script to do the job, r use some existing firewall configuration tool.

    But Firestarter isn't really recommended any more, it's been without any support for a while now. If you need a firewall you'd better use UFW (command-line tool, included by default) or Gufw (graphical interface for UFW).

    Also it should be mentioned that unless you install some server software yourself, Ubuntu doesn't have any services running that would respond to incoming network connections and thus a firewall isn't needed.

  3. #3
    Join Date
    Jun 2007
    Location
    Oz
    Beans
    501
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Is there a default firewall installed

    Quote Originally Posted by mcduck View Post
    Yes, all the tools and features to control network traffic are built into the kernel, you just need to give them some rules to work with to get a working firewall. This can be done by hand, but since the rules need to be loaded on every boot people usually either write a script to do the job, r use some existing firewall configuration tool.

    But Firestarter isn't really recommended any more, it's been without any support for a while now. If you need a firewall you'd better use UFW (command-line tool, included by default) or Gufw (graphical interface for UFW).

    Also it should be mentioned that unless you install some server software yourself, Ubuntu doesn't have any services running that would respond to incoming network connections and thus a firewall isn't needed.
    Thanks for the reply and the clear explanation. I have Samba as a server and will be sharing for files and a printer. I will have a web server and vsftpd, plus I need to have xrdp and vnc servers running from time to time. I could have no firewall, but that would be a little incautious I think. So I'll look at UFW and Gufw. I had a peek at man ufw and was set back on my heels. I've apt got gufw and will see if that's a bit easier on my newbies nerves.

    Thanks again

    Swerdna

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •