Hi, 2005-04-06, sze keltezéssel 10.57-kor Karthika_Rallabandi ezt írta:
Thanks for the immediate response. Yeah I applied the patch for iptables user space. I downloaded the iptables-1.2.9 and performed the following steps as mentioned in README cd /usr/src/iptables-1.2.9 cat <pathtocttproxy>/iptables/*.diff | patch -p1 make KERNELDIR=/usr/src/linux But I couldn't find libipt_TPROXY.so in /lib/iptables. I tried to compile libipt_TPROXY.c in iptables/extensions/libipt_TPROXY.c but couldn't succeed. It gave errors in .h files like INT_MIN undeclared etc. I tried to include kernel.h file also but of no use.
Ok, then please try the following * apply the kernel patch first, and make sure you set KERNELDIR to the path of the patched source * after applying the iptables patch, make sure that extensions/.tproxy-test is executable: -- Regards, Krisztian Kovacs
Hi, Sorry, I accidentally pressed Ctrl+Enter while writing the reply... 2005-04-06, sze keltezéssel 11.35-kor KOVACS Krisztian ezt írta:
2005-04-06, sze keltezéssel 10.57-kor Karthika_Rallabandi ezt írta:
Thanks for the immediate response. Yeah I applied the patch for iptables user space. I downloaded the iptables-1.2.9 and performed the following steps as mentioned in README cd /usr/src/iptables-1.2.9 cat <pathtocttproxy>/iptables/*.diff | patch -p1 make KERNELDIR=/usr/src/linux But I couldn't find libipt_TPROXY.so in /lib/iptables. I tried to compile libipt_TPROXY.c in iptables/extensions/libipt_TPROXY.c but couldn't succeed. It gave errors in .h files like INT_MIN undeclared etc. I tried to include kernel.h file also but of no use.
Ok, then please try the following
* apply the kernel patch first, and make sure you set KERNELDIR to the path of the patched source * after applying the iptables patch, make sure that extensions/.tproxy-test is executable:
run "chmod +x extensions/.tproxy-test" to make sure it's executable. * now compile iptables Looks like you have some problems with the iptables build process. I'm curious if that chmod does the trick... -- Regards, Krisztian Kovacs
participants (1)
-
KOVACS Krisztian