Author Topic: (clarified) Re: Is it safe to stop iptables and run firestarter instead  (Read 673 times)

Offline ravi_npatty

  • Full Member
  • ***
  • Posts: 101
Dear friends,
I am using firestarter. Can I stop iptables?
« Last Edit: September 21, 2010, 07:30:33 AM by ravi_npatty »

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11688
  • ----IOFLU----
Re: Is it safe to stop iptables and run firestarter instead
« Reply #1 on: September 18, 2010, 11:41:12 PM »
Dear friends,
I am using firestarter. Can I stop iptables?

Firestarter is just a front end for iptables.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6266
Re: Is it safe to stop iptables and run firestarter instead
« Reply #2 on: September 18, 2010, 11:44:07 PM »
This program seem to be using iptables to manage network connections and traffic.

iptables is not a service. It shows up as a service in a service list for easy access and management. All it does when you stop it is delete all iptable rules and all it does when you start it up is reading iptables rules from a text file and apply them. It is not something that constantly run waiting to service a client like a true service/daemon.

i think you will be ok if you stop iptables "service" and set it to not start at boot time and then restart your computer while setting firestarter to start at boot time. At the end of the day, this firestarter is doing nothing but adding its own iptable rules.

edit:
i should try to write short posts. my long posts almost always guarantee that somebody else will post before me  :D
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline ravi_npatty

  • Full Member
  • ***
  • Posts: 101
(clarified) Re: Is it safe to stop iptables and run firestarter instead
« Reply #3 on: September 21, 2010, 07:30:16 AM »
Thanks