ipfw/ipf IP filtering thoughts

Antti Louko alo at iki.fi.invalid
Sun Nov 30 02:59:17 PST 2003


   You should be able to accomplish the same -- although in a more convoluted
   way -- with ipf[w]. You might want to use a higher-level tool though instead
   of writing all the rules by hand. Try using fwbuilder or code your own ab-
   straction which translates to ipfw rules. 

ipfw for example doesn't have call action.  It only has skipto action
and the information where the skipto came, is not available anymore.
I am trying to find out if implementing the call action was sufficient
or would it be useful to have also several named search lists like
iptables has.  Implementing just the call action and adding the return
stack in ipfw processing should be quite simple.

Fwbuilder of course helps in visualizing filter but it doesn't help if
one already has the application which creates filters and wants to
optimize filter list search.


More information about the freebsd-hackers mailing list