From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Taylor Subject: Re: Bridge Transparent Proxy Date: Tue, 22 May 2007 13:51:04 -0500 Message-ID: <46533B98.9030706@riverviewtech.net> References: <465336C4.5060600@riverviewtech.net> <46533842.9080404@plouf.fr.eu.org> Reply-To: gtaylor+reply@riverviewtech.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <46533842.9080404@plouf.fr.eu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Mail List - Netfilter On 05/22/07 13:36, Pascal Hambourg wrote: > I'm curious : why is a bridge needed for this ? Doesn't a simple router > do the job as well ? No. Let me re-layout the network including IP addresses. (INet [A.B.C.Z]) --- (BRouter [A.B.C.D]) --- ([A.B.C.E] Server(s) [192.168.144.254] --- ([192.168.144.1-100]) Here you can see that you have the same subnet of A.B.C.x on both sides of the bridging router. There is no good (read easy) way to have the same subnet on multiple sides of a router short of double natting which in and of its self is not easy to do on a singular box. So what you do is bridge the A.B.C.x traffic to both networks and route the other subnet(s) as needed. Does this help? Grant. . . .