Results 1 to 5 of 5

Thread: firestarter/startup apps problem

  1. #1
    Join Date
    Feb 2010
    Beans
    3

    firestarter/startup apps problem

    Hi, I'm trying to set firestarter as a startup application using the gui but it will not run due to permissions problems, any thoughts?

    thanks.

  2. #2
    Join Date
    May 2005
    Location
    Lyon, France
    Beans
    917
    Distro
    Ubuntu Development Release

    Re: firestarter/startup apps problem

    add a "bypass" password in the sudoers file

    user ALL=NOPASSWD: command
    James Dupin
    IT contractor
    Project delivery specialist
    http://fr.linkedin.com/in/jamesdupin

  3. #3
    Join Date
    Apr 2009
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: firestarter/startup apps problem

    u know that you dont need to autostart firestarter for you to make it run..

    firestarter is basiccly just a tool to configure your IP tables, so the settings while always be loaded up even when u dont load up firestarter. when u set your firewall, you just need to load firestarter if you:
    a) want to make changes to your firewall
    b) monitor your firewall behaivour

    if you want to make a test, you can just load up firestarter set output to restricted (everything) and restart. Even without loading up firestarter you still wont be able to access the internet, as you blocked all output..
    To mark your thread as [SOLVED], use Thread Tools [at top]

  4. #4
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: firestarter/startup apps problem

    Quote Originally Posted by borchid487 View Post
    Hi, I'm trying to set firestarter as a startup application using the gui but it will not run due to permissions problems, any thoughts?

    thanks.
    1. Firestarter is not a firewall - it's a program that lets you configure the built-in firewall. You don't need it open on login - the firewall will run with your configured settings as soon as the kernel loads.

    2. Only root can modify firewall rules. In order to launch Firestarter as root, you need to preface it with "gksudo":

    Code:
    gksudo firestarter
    3. Firestarter hasn't had any serious development for years. It's overkill for a single desktop machine, too. I recommend gUFW instead - it's easier to use. It doesn't have the logging capabilities of Firestarter, but then for a single personal machine you don't need it (who needs to know about attempted incoming connections? They're being blocked anyway!) and a lot of people get scared when they see blocked incoming connections, and think that the Russian Mafia is trying to hack them or something.

    4. If you have an ADSL/cable modem or any sort of router, you're already protected by that device's firewall and you don't need an additional one running on your computer.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  5. #5

    Re: firestarter/startup apps problem

    More proof you (I) can answer a question without asking anyone. the search tool is all you need most times.
    ?

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
  •