You can use version 0.3.2b.
This version has very useful function - tables.
You can add address in table, like this:
ipfw table 1 add 1.1.1.0/24
ipfw table 1 add 2.2.0.0/16
ipfw table 1 add 3.3.3.3
e.t.c.
And one rule:
add deny all from any to table(1)
will block any address in this table.
Yes, you need to create tables with addresses.
2009-11-08 20:21:36 UTC in wipfw