Results 1 to 3 of 3

Thread: Can't use internet without Firestarter running

  1. #1
    Join Date
    Oct 2005
    Location
    Barbados
    Beans
    53
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Can't use internet without Firestarter running

    I have been having some trouble getting onto the Internet recently. I find that I have to have the Firestarter firewall program running to access the Internet. I upgraded to 9.10 as soon as it was available but it did not help. Anyone have any ideas on how this could be resolved?

  2. #2
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Can't use internet without Firestarter running

    First, completely remove Firestarter:

    Code:
    sudo apt-get purge firestarter
    Then cleanup your firewall rules:

    Code:
    sudo iptables -F
    sudo iptables -X
    sudo iptables -P INPUT ACCEPT
    sudo iptables -P OUTPUT ACCEPT
    sudo iptables -P FORWARD ACCEPT
    This should clear all firewall rules. Reboot and test it just to make sure.

    If you need to setup the firewall, install gufw. Is the graphical frontend for UFW (uncomplicated Firewall), which is installed by default, but not enabled.

  3. #3
    Join Date
    Oct 2005
    Location
    Barbados
    Beans
    53
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Can't use internet without Firestarter running

    Thanks. I tried it and it worked.

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
  •