> Is it possible to write in detail as to how I can compile the tproxy > as a module, and what all patches have to be used. # make menuconfig Networking ---> [*] Network packet filtering (replaces ipchains) ---> IP: Netfilter Configuration ---> ... <M> Transparent proxying <M> tproxy match support <M> TPROXY target Support ... Compile your new kernel: # make clean && make && make modules && make modules_install Load modules(after reboot with new kernel): # modprobe ipt_tproxy && modprobe ipt_TPROXY && modprobe iptable_tproxy > In the previous version of tproxy only 4 patches were available, but > in the new one you specified, there are 13 patches. It's quite simple, apply all ;D (you must take care with the order) > Which is the kernel that should be used; can anything from 2.6.16 to > 2.6.16.27 be used? I'm used 2.6.16, maybe 2.6.16.27 will works fine(or maybe not) I hope it will be useful Sunil ;) Cheers, Angel M. -- Angel Mieres - amieres@xxxxxxxxxxxxxxxxxx ///////////////////////////////////////// Gentoo has you...