Hi, netfilter-bounces@xxxxxxxxxxxxxxxxxxx wrote: > El mar, 10-05-2005 a las 13:26 +0200, Ruben Cardenal escribió: >> Hi, >> >> I'm trying to add a quite simple rule but I get an error: >> >> # iptables -I INPUT -p tcp --syn --dport 25 -m connlimit >> --connlimit-above 10 -j REJECT iptables: No chain/target/match by >> that name > > Maybe you don't have the support for the connlimit match compiled > for iptables. Check if you have the file: > /lib/iptables/libipt_connlimit.so For this system libs are located under /usr/local/lib/iptables and libipt_connlimit.so is there. Regards, - Ruben