IRC Web Chat

irc.freenode.net #hackontest

News

September 26, 2008 - Congratulations to all the winners! More about the Hackontest event will follow...

Pre-Hacking dinner of OpenLieroX

Working inside the box

Bruce Peren's evaluation

Harald Welte's review

 
Forgot password

IPTables    

Created by varun, modified Juli 30, 2008 at 23:24:37 CET | This project has a total of 1 feature requests rated at 14 points | 1 unique implementers | Readiness: 0 features with at least three implementers rated at 0 points

IPTables is a firewall program.It is a user space application program that allows a system administrator to configure the Netfilter tables, chains, and rules.It can restrict access by port, by IP address, or by the properties of packets.

List of Implementers

14

Speed consideration    

ptables-restore can be used together with scripting languages. The big problem is that you will need to output the results into the stdin of iptables-restore. If you are creating a very big ruleset (several thousand rules) this might be a very good idea, since it will be much faster to insert all the new rules. For example, you would then run make_rules.sh | iptables-restore.

Further information

Feature promoted at 14 points
Implementers:
varun
Feature created 2008-05-29 by varun
  Add comment.