Hi, I'm trying to load the mport match. I have made all the steps, I have made the new kernel and all of that, but the file /usr/src/iptables/libipt_mport.so doesn't exist, so I can't use this match. for example, if I write iptables -A INPUT -p tcp -m mport --ports 20:23,80 -j DROP the answer that I receive is: iptables v1.2.5: Couldn't load match `mport':/usr/lib/iptables/libipt_mport.so: cannot open shared object file: No such file or directory There are two mport files that are created: /usr /src/linux-2.4.18.SuSE/include/config/ip/nf/match/mport/module.h and /lib/modules/2.4.18-64GB-SMP/kernel/net/ipv4/netfilter/ipt_mport.o Does anybody know what can I do? Thanks, Juan.