Re: [squid-users] Squid -2.6 with Tproxy

From: Angel Mieres <amieres@dont-contact.us>
Date: Tue, 22 Aug 2006 09:17:35 +0200

> 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@eneotecnologia.com
///////////////////////////////////////// Gentoo has you...
Received on Tue Aug 22 2006 - 01:18:13 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Sep 01 2006 - 12:00:02 MDT