From owner-freebsd-pf@FreeBSD.ORG Tue May 22 11:26:08 2012 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A51C0106564A for ; Tue, 22 May 2012 11:26:08 +0000 (UTC) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (106-30.3-213.fix.bluewin.ch [213.3.30.106]) by mx1.freebsd.org (Postfix) with ESMTP id 2664D8FC08 for ; Tue, 22 May 2012 11:26:07 +0000 (UTC) Received: from insomnia.benzedrine.cx (localhost.benzedrine.cx [127.0.0.1]) by insomnia.benzedrine.cx (8.14.1/8.13.4) with ESMTP id q4MBQ1a3009692 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 22 May 2012 13:26:01 +0200 (MEST) Received: (from dhartmei@localhost) by insomnia.benzedrine.cx (8.14.1/8.12.10/Submit) id q4MBQ1pX012555; Tue, 22 May 2012 13:26:01 +0200 (MEST) Date: Tue, 22 May 2012 13:26:01 +0200 From: Daniel Hartmeier To: Joerg Pulz Message-ID: <20120522112601.GE29536@insomnia.benzedrine.cx> References: <201205220610.q4M6A3oY036772@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201205220610.q4M6A3oY036772@freefall.freebsd.org> User-Agent: Mutt/1.5.12-2006-07-14 Cc: freebsd-pf@freebsd.org Subject: Re: kern/168190: [pf] panic when using pf and route-to (maybe: bad fragment handling?) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 11:26:08 -0000 This (or something similar) was reported before: help w/panic under heavy load - 5.4 http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg52452.html panic on ip_input, ip_len byte ordering problem? http://lists.freebsd.org/pipermail/freebsd-net/2009-July/022473.html But no resolutions were posted. Maybe Max remembers? Are you using other pfil hooks (ipfw, ipfilter, etc.)? IP fast forwarding? divert? netgraph? dup-to? What network interfaces are used (enc, gre, gif, fxp0)? What checksumming support (ifconfig if)? Daniel