Are there any online tools that can spit-out a customised config for iptables? I'm specifically looking for something that has options to include/exclude rules to guard against common attacks.

link|improve this question

33% accept rate
feedback

1 Answer

you can use:

http://easyfwgen.morizot.net/gen/

http://www.mista.nu/iptables/

But these rule generators are not much sophisticated. They just create very basic rulesm not advanced. So better use an PHP based front end to create advanced level of iptables rules, here is one

http://phpfwgen.sourceforge.net/

link|improve this answer
phpfwgen looks interesting, but it seems to want to install the config locally. I need something I can use to generate config files and then download them. – Phillip Oldham Nov 30 '11 at 12:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.