On Thu, 2004-02-12 at 13:06, Krishna Prasanth P wrote: > Hi!! > I'm trying to use cuseeme patch with netfilter and downloaded the patch > from the cvs repository. > While building the kernel with the new patch, i'm not able to do > linking. The reason is the cuseeme(ip_nat_cuseeme.c) is using function > ip_nat_mangle_udp_packet() function which is not defined. > > Please let me know, if i'm missing some other things while adding the > patch. > Hi Krishna, You will need at least kernel version 2.4.20 + the "03_2.4.21.patch" from patch-o-matic/submitted/ for this to compile and work correctly. ip_nat_mangle_udp_packet entered the kernel somewhere between 2.4.20 and 2.4.21 and is needed by the cuseeme nat module. regards, Filip