ipfw/ipf IP filtering thoughts
From: Antti Louko (alo_at_iki.fi.invalid)
Date: 11/30/03
- Previous message: Jay Sern Liew: "thread/process & memory management source code"
- Next in thread: Volker Stolz: "Re: ipfw/ipf IP filtering thoughts"
- Reply: Volker Stolz: "Re: ipfw/ipf IP filtering thoughts"
- Reply: Richard Coleman: "Re: ipfw/ipf IP filtering thoughts"
- Reply: Luigi Rizzo: "Re: ipfw/ipf IP filtering thoughts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Nov 2003 06:53:10 -0000 To: freebsd-hackers@freebsd.org
Generally, I like the (Free)BSD way of doing things. But the IP
filtering modules available for FreeBSD lack one feature when compared
to Linux way (ipchains and iptables).
In ipchains and iptables you have a sequential list of rules, very
much like in ipfw and ipf, but you can have several different lists
which have symbolic names and you can make calls from lists to other
lists based on normal packet criteria. If the list is exchausted, the
scan returns to the previous list. This makes it possible to make
filtering decisions much more efficient in complex situation. You can
for example scan a certain list only for eg. packets going to for
example port 25 and so on. In FreeBSD, you don't have this
"subroutine call" feature at all and you are limited to only one
sequential list with a "goto".
Any ideas how to proceed. I think this would be really needed and
widely used if available.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Jay Sern Liew: "thread/process & memory management source code"
- Next in thread: Volker Stolz: "Re: ipfw/ipf IP filtering thoughts"
- Reply: Volker Stolz: "Re: ipfw/ipf IP filtering thoughts"
- Reply: Richard Coleman: "Re: ipfw/ipf IP filtering thoughts"
- Reply: Luigi Rizzo: "Re: ipfw/ipf IP filtering thoughts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|