RoLex

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by RoLex

  1. Hey everyone.

    I just wanted to tell that original Firestarter script works very well. You all are expecting it to show in system process list or starting the GUI. Well, it doesn't need to do that to be running. It's enough with configuring IPTables.

    Here is what you need to do;

    $ sudo cp /etc/firestarter/firestarter.sh /etc/init.d
    $ sudo chmod +x /etc/init.d/firestarter.sh
    $ sudo update-rc.d firestarter.sh defaults

    After rebooting you can do following to test the firewall;

    $ sudo /etc/firestarter/firestarter.sh status

    Results are following: Firewall is running. Then, if you want to start GUI and see the events or configure traffic policy, it's your own business, you have to start it manually. :)