On Dec 12, 2007 2:49 PM, Jason Gauthier <[EMAIL PROTECTED]> wrote: > All, > > Is there really any difference on a Linux system between utilizing the TPROXY > method versus Netfilter method? And are there anything that outweighs one > from the other?
AFAIK, the differences are: 1) TPROXY allows you to connect with user's ip address, so web servers do not require to log X-Forwarded-For. 2) TPROXY provides automatic fallback to plain routing (for new connections) if case squid is no longer accepting connections. Regards, -- Gonzalo A. Arana
