Results 1 to 3 of 3

Thread: Installed firewall but unsure if it's running properly

  1. #1
    Join Date
    Feb 2016
    Beans
    Hidden!

    Installed firewall but unsure if it's running properly

    I installed arno-iptables-firewall & answered the questions during setup, but its status says it's dead. Is there more I need to do?

    Code:
    $ sudo service arno-iptables-firewall status
    ● arno-iptables-firewall.service - Arno's Iptables Firewall                                                                                            
       Loaded: loaded (/lib/systemd/system/arno-iptables-firewall.service; disabled; vendor preset: enabled)                                               
       Active: inactive (dead)
    

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Installed firewall but unsure if it's running properly

    In Linux, the firewall is part of the kernel. Any extra tools you install to interface with it are just that, interface tools.

    I have never heard of the package you mentioned.
    There is a README here: https://github.com/arno-iptables-firewall/aif which explains how to get help. Seems to be a firewall script created for fairly advanced users.

    Normally, people on ubuntu use ufw, gufw on desktops and iptables on servers to manage the built-in firewall. I've seen mention of firewalld from time to time, but have only seen that on CentOS/RHEL systems. It might be available on newer Ubuntu releases than I run. 16.04 is my newest release.

  3. #3
    Join Date
    Feb 2016
    Beans
    Hidden!

    Re: Installed firewall but unsure if it's running properly

    Quote Originally Posted by TheFu View Post
    Normally, people on ubuntu use ufw, gufw on desktops and iptables on servers to manage the built-in firewall.
    Switched to gufw, much better- thanks.

Tags for this Thread

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
  •