From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Taylor Subject: Re: Bridge Transparent Proxy Date: Tue, 22 May 2007 11:09:28 -0500 Message-ID: <465315B8.1070304@riverviewtech.net> References: Reply-To: gtaylor+reply@riverviewtech.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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 09:35, Robert LeBlanc wrote: > You will need to look at ebtables. Bridging will bypass iptables. Ebtables > is much like iptables, but there are some subtle differences that may choke > you up. Haven't worked much with it though. You can configure the kernel to apply IPTables Net Filters (Layer 3) to EBTables bridged (Layer 2) traffic. To quote the (2.6.8.1) kernel source: """ CONFIG_BRIDGE_NETFILTER - Enabling this option will let arptables resp. iptables see bridged ARP resp. IP traffic. If you want a bridging firewall, you probably want this option enabled. Enabling or disabling this option doesn't enable or disable ebtables. """ Grant. . . .