PDA

View Full Version : HOWTO: Firestarter and Haloscan comments


Curufir
April 20th, 2005, 06:25 PM
Firestarter is a nice gnome GUI for the iptables firewall.
Haloscan is used by a lot of blogs around the web to provide the ability to make comments.

Problem:
Firestarter blocks the entire 72.x.x.x range BEFORE it allows individual IP addresses.
www.haloscan.com has an ip of 72.9.234.77.

Symptoms:
Any page with a haloscan comment box will time out because haloscan won't load.

Solution:
Edit /etc/firestarer/user-post and add the following text.

/sbin/iptables -I NR -p tcp -s 72.9.234.77 -j RETURN

Stop/Start your firewall.

Explanation:
72.x.x.x didn't use to be valid addresses, so anything coming from here would be spam. By inserting this rule into the firewall we can treat 72.9.234.77 (And ONLY 72.9.234.77) the same as every other IP address. An alternative would be to remove the line "72.0.0.0/8" from /etc/firestarter/non-routables, but that unblocks the entire range.

Jad
June 7th, 2005, 03:54 AM
Thank you Curufir, Thank you from my heart man, Nobody will know how value this post is unless they had it, but you know, I never expected it could be my firewall

http://www.easyhttp.com/jad/2005/04/error-haloscancom-and-me.html

Thank you again Thank you
you really made my day! Mwwwwwwah

nacs
August 1st, 2005, 04:20 PM
Same. Thanks. :)

Ninnghizidha
August 2nd, 2005, 04:45 AM
I have been looking for the reason of this "bug" since 2 weeks! I'm very glad you offered me an answer ...

My Problem-Site was "codex.wordpress.org", with the IP 72.36.221.99.


Thanks a million,
Ninnghizidha