You are not logged in.

#1 2008-04-11 22:32:04

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Firestarter

Does Firestarter automatically start the firewall when booting?

Offline

#2 2008-04-11 22:36:23

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Firestarter

Add iptables to your deamon array in rc.conf.

Offline

#3 2008-04-11 23:02:19

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: Firestarter

I think problems can occur with firestarter when you have any backgrounded daemons and don't have firestarter as the last daemon, so watch out for that.


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#4 2008-04-11 23:33:43

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Re: Firestarter

How can I test if it is running?  Or if iptables is running?

Last edited by Gauvenator (2008-04-12 00:32:41)

Offline

#5 2008-04-12 02:47:28

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: Firestarter

From the Firestarter documentation:  Q: How can I get Firestarter to load automatically when I log in as a regular user? 
http://www.fs-security.com/docs/faq.php#trayicon

Offline

#6 2008-04-12 02:54:00

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Re: Firestarter

tigrmesh wrote:

From the Firestarter documentation:  Q: How can I get Firestarter to load automatically when I log in as a regular user? 
http://www.fs-security.com/docs/faq.php#trayicon

I don't have sudo tho.

I don't necessarily need the firestarter GUI, I just want to know if it is in the background or not.

Offline

#7 2008-04-12 06:52:42

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: Firestarter

Block all outgoing connections with firestarter and see if your internet is blocked.

Restart and see if the internet is still blocked.

Last edited by dyscoria (2008-04-12 06:54:54)


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#8 2008-04-12 13:37:18

biloky
Member
Registered: 2008-03-02
Posts: 61

Re: Firestarter

Gauvenator wrote:

Does Firestarter automatically start the firewall when booting?

Yes, just include firestarter in your daemon array in rc.conf.

To test, see this http://www.fs-security.com/docs/faq.php#testing

or, you could just execute

# iptables -L

as root.  If it outputs a long list of rules, it's running.  If you get something like this:

Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

it's not. big_smile

Last edited by biloky (2008-04-12 13:38:23)

Offline

#9 2008-04-13 16:33:18

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Re: Firestarter

Cool.  I got a long list of rules from iptables -L.

Thanks!

Offline

Board footer

Powered by FluxBB