I am trying to use the connlimit patch. I added the patch, compiled and installed the kernel, compiled and installed iptables v1.2.8, used: insmod ipt_connlimit to load the module. When I try to use it with a match: /usr/sbin/iptables -A FORWARD -p tcp --syn --dport 23 -m connlimit --connlimit-above 2 -j DROP I get the error: Iptables v1.2.8: Couldn't load match 'connlilmit':/usr/local/lib/iptables/libipt_connlimit.so: cannot open shared object library Then I noticed that there is nothing in the extensions directory for connlimit. Where do I get the shared library? Josh Berry Information Security Group 972-856-5402