Hi! I try to compile the new 2.4.25 kernel with patch-o-matic-20031219 and I've a little problem. All iptables works fine, but just the ipt_connlimit module makes trouble, when I try to compile it. Here's my output: gcc -D__KERNEL__ -I/usr/src/linux-2.4.25/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.25/include/linux/modversions.h -nostdinc -iwithprefix include -DKBUILD_BASENAME=ipt_connlimit -c -o ipt_connlimit.o ipt_connlimit.c ipt_connlimit.c: In function `init': ipt_connlimit.c:219: `ip_conntrack_module' undeclared (first use in this function) ipt_connlimit.c:219: (Each undeclared identifier is reported only once ipt_connlimit.c:219: for each function it appears in.) ipt_connlimit.c:220: warning: value computed is not used ipt_connlimit.c: In function `fini': ipt_connlimit.c:227: `ip_conntrack_module' undeclared (first use in this function) ipt_connlimit.c:228: warning: value computed is not used make[2]: *** [ipt_connlimit.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.4.25/net/ipv4/netfilter' make[1]: *** [_modsubdir_ipv4/netfilter] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.25/net' make: *** [_mod_net] Error 2 Can anybody help? I think I've to rename something in ipt_connlimit.c, but I don't know that.... Thanks in advance. Best regards, Thomas