Results 1 to 6 of 6

Thread: Ufw not working!

  1. #1
    Join Date
    Dec 2011
    Location
    Manchester, UK
    Beans
    356
    Distro
    Ubuntu

    Ufw not working!

    Hello forum,
    I am using one of my computers that run Ubuntu, and I've found that the firewall won't start!
    When I use:
    Code:
     sudo ufw enable
    I get the following:
    Code:
    Error: problem running ufw-init
    does anyone know what might be wrong?
    Last edited by 0011235813; March 3rd, 2012 at 08:54 PM.

  2. #2
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ufw not working!

    Are you using or were ypu using firestarter. Installing firestarter can someetimes break the init script for ufw.

    Try using
    Code:
    sudo apt-get remove --purge ufw && sudo apt-get install ufw
    To replace the script

  3. #3
    Join Date
    Dec 2011
    Location
    Manchester, UK
    Beans
    356
    Distro
    Ubuntu

    Re: Ufw not working!

    Quote Originally Posted by Dangertux View Post
    Are you using or were ypu using firestarter. Installing firestarter can someetimes break the init script for ufw.

    Try using
    Code:
    sudo apt-get remove --purge ufw && sudo apt-get install ufw
    To replace the script
    That fixed it, thanks. It wasn't firestarter, but it was a graphical firewall program called "firewall configuration". I guess I should stick to command line and ignore these fancy but little known GUI programs

  4. #4
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

  5. #5
    Join Date
    Dec 2011
    Location
    Manchester, UK
    Beans
    356
    Distro
    Ubuntu

    Re: Ufw not working!

    The issue seems to have sprung up yet again and I've had to run the command... Weird. I guess I should check my firewall status more regularly, especially after updates.

  6. #6
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Ufw not working!

    Get rid of ufw and just use iptables directly -- that would be my advice. Its not really that much different to configure.

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
  •