I get this error when I try to use 'limit' rule: idoru:~# iptables -I INETIN -p icmp --icmp-type 8 -m limit --limit 1/sec --limit-burst 5 -j ACCEPT iptables: Invalid argument And in the kernel messages (dmesg) appears this: ip_tables: limit match: invalid size 40 != 32 This is on a Debian (etch) mips (SGI O2) machine, exactly the same command on another Debian (etch) machine (x86) gives no problem. I haven't found anything on google. ¿Any suggestions? - To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html