From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <481F4D82.3000804@trash.net> Date: Mon, 05 May 2008 20:10:10 +0200 From: Patrick McHardy MIME-Version: 1.0 References: <96CF49BD8B56384395D698BA99007FA32FA1E8@exchange.pacwire.local> In-Reply-To: <96CF49BD8B56384395D698BA99007FA32FA1E8@exchange.pacwire.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] Preventing packet reassembly List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leigh Sharpe Cc: Stephen Hemminger , bridge@lists.linux-foundation.org Leigh Sharpe wrote: > I have iptables rules on the management interface of the box, but not on > any of the ports which participate in bridging. > By removing iptables from my bootup, I get a properly functioning > bridge. Connection tracking performs defragmentation for all packets, independant of the ruleset. For briding the packets should get re-fragmented when leaving the bridge device though. Please try "iptables -t raw -I PREROUTING -i -j TRACE", load the ipt_LOG module and post the output.