https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=109 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From netfilter@linuxace.com 2004-07-29 02:36 ------- See the dstlimit target in pom-ng/base. This should do the destination limiting you require. For the multiple destination bit, you could just do something like: iptables -A FORWARD -s 1.2.3.4 -j foo iptables -A FORWARD -s 1.2.4.0/24 -j foo iptables -A foo -m dstlimit <insert dstlimit parameters here> ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.