Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: HOWTO: Load Firestarter (Firewall) when session starts.

  1. #1
    Join Date
    Oct 2004
    Location
    Barcelona, Spain
    Beans
    191
    Distro
    Ubuntu Development Release

    HOWTO: Load Firestarter (Firewall) when session starts.

    These two simple steps will allow you to start Firestarter (Firewall) automatically right after you login. (Only for Gnome.)

    My system is entirely in Spanish so some translations might not be correct.

    First of all, since Firestarter requires sudo privileges to be started, we will add it to /etc/sudoers:

    Code:
    export EDITOR=gedit && sudo visudo
    and add the following string at the bottom:

    Code:
    username ALL=NOPASSWD:/usr/sbin/firestarter
    where "username" is YOUR OWN user name.

    Now let's add it to the session.
    Open "System->Preferences->Sessions" and click the tab "Start up programs" (the last).
    Click the "Add button" and add the following string:

    Code:
    gksudo /usr/sbin/firestarter
    This is all. Next time you start
    Last edited by bored2k; August 28th, 2005 at 07:09 AM. Reason: Changed the visudo command.
    -------------------------------------
    Ubuntu in Spanish is Ubuñtu!
    Running Aspire 9814 AMD64 & Extensa 5620

  2. #2
    Join Date
    Apr 2005
    Location
    IRC or Forums
    Beans
    543
    Distro
    Ubuntu

    Re: HOWTO: Load Firestarter (Firewall) when session starts.

    If you log out of X and notice it says: "You must have root privilages to run FireStarter" then you need to se the order for the program to run in.


    Do this by going to:

    System > Preferences > Sessions > Startup Programs

    And set the order of it to 20. If this doesn't work, check your User Group privilages and see if you're set in the admin also known as adm in your user groups settings.

    Great work Nano! helped a lot
    AskDroid - Android Q&A Community

  3. #3
    Join Date
    Dec 2004
    Location
    LV-426
    Beans
    616
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: Load Firestarter (Firewall) when session starts.

    You would do this only to autoload the Firestarter GUI upon login, right? Because according to the Firestarter documentation ('Persistence of the Firewall') it should load during bootup and run 'in the background'. A message about starting Firestarter appears during startup, plus you can run 'sudo /etc/init.d/firestarter status' to check that it's running. Unless it's not running the way it should if you don't have the GUI enabled?....
    AMD Athlon64 X2 5600 on Abit KN9 Ultra nForce 570
    2GB Corsair TwinX DDR2-800
    Gigabyte ATI HD4850 1GB on ASUS PW201 20" WS LCD
    Ubuntu 9.10 64-bit / Wintendo

  4. #4
    Join Date
    Oct 2004
    Location
    Barcelona, Spain
    Beans
    191
    Distro
    Ubuntu Development Release

    Re: HOWTO: Load Firestarter (Firewall) when session starts.

    Quote Originally Posted by pseudonym
    You would do this only to autoload the Firestarter GUI upon login, right? Because according to the Firestarter documentation ('Persistence of the Firewall') it should load during bootup and run 'in the background'. A message about starting Firestarter appears during startup, plus you can run 'sudo /etc/init.d/firestarter status' to check that it's running. Unless it's not running the way it should if you don't have the GUI enabled?....
    That's right, it's to load the Firestarter GUI.
    I always run it minimized to monitor when I have recurring hits from suspicious ips in order to black list them.
    -------------------------------------
    Ubuntu in Spanish is Ubuñtu!
    Running Aspire 9814 AMD64 & Extensa 5620

  5. #5
    Join Date
    Feb 2005
    Beans
    Hidden!

    Re: HOWTO: Load Firestarter (Firewall) when session starts.

    Note: for those wanting to start FS minimized, add this to ur sessions startup:
    gksudo /usr/sbin/firestarter --start-hidden (instead of gksudo /usr/sbin/firestarter)

    http://www.fs-security.com/docs/faq.php
    Last edited by bored2k; April 18th, 2005 at 05:54 PM.
    Sylvia: Look at what you've done to him!
    Christof: I have given Truman the chance to lead a normal life. The world, the place you live in, is the sick place.

  6. #6
    Join Date
    Feb 2005
    Location
    Canada
    Beans
    40

    Re: HOWTO: Load Firestarter (Firewall) when session starts.

    I simply use "sudo firestarter" and it starts up fine with no problems when I login.

  7. #7
    Join Date
    Oct 2004
    Beans
    14

    Re: HOWTO: Load Firestarter (Firewall) when session starts.

    Huh.... Isnt that a tad insecure? Making it so that your user doesnt have to use a pass for sudo?

  8. #8
    Join Date
    Feb 2005
    Beans
    Hidden!

    Re: HOWTO: Load Firestarter (Firewall) when session starts.

    Quote Originally Posted by optik
    Huh.... Isnt that a tad insecure? Making it so that your user doesnt have to use a pass for sudo?
    No. You're just making firestarter not use sudo. Everything else still needs it.
    Sylvia: Look at what you've done to him!
    Christof: I have given Truman the chance to lead a normal life. The world, the place you live in, is the sick place.

  9. #9
    Join Date
    May 2005
    Location
    Sweden
    Beans
    442
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Load Firestarter (Firewall) when session starts.

    Quote Originally Posted by pseudonym
    You would do this only to autoload the Firestarter GUI upon login, right? Because according to the Firestarter documentation ('Persistence of the Firewall') it should load during bootup and run 'in the background'. A message about starting Firestarter appears during startup, plus you can run 'sudo /etc/init.d/firestarter status' to check that it's running. Unless it's not running the way it should if you don't have the GUI enabled?....
    The internet connection sharing does not work until the gui is started. Strange...
    Fredrik Lunde | Vergic AB
    www.vergic.com

  10. #10
    Join Date
    Jun 2005
    Beans
    49

    Re: HOWTO: Load Firestarter (Firewall) when session starts.

    Isn't firestarted actually only a GUI for iptables?

    I read somewhere that by modifying the kernel you could get pop-up windows when some application tries to "call home" in the background. Does anyone have a clue on how to do this?

    //mulperi

Page 1 of 2 12 LastLast

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
  •