From owner-freebsd-stable@FreeBSD.ORG Fri May 13 02:51:47 2005 Return-Path: Delivered-To: freebsd-stable@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3740B16A4CE for ; Fri, 13 May 2005 02:51:47 +0000 (GMT) Received: from mail.sbb.co.yu (mail.sbb.co.yu [82.117.194.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D85A43D76 for ; Fri, 13 May 2005 02:51:45 +0000 (GMT) (envelope-from ggajic@sbb.co.yu) Received: from mail.sbb.co.yu (mail.sbb.co.yu [192.168.1.2] (may be forged)) by mail.sbb.co.yu (8.13.3/8.13.3) with ESMTP id j4D2pfVQ075848 for ; Fri, 13 May 2005 04:51:42 +0200 (CEST) Date: Fri, 13 May 2005 04:51:41 +0200 (CEST) From: Goran Gajic To: freebsd-stable@www.freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SBB-MailScanner-Information: Please contact the ISP for more information X-SBB-MailScanner: Found to be clean X-MailScanner-From: ggajic@sbb.co.yu Subject: ipnat + SMP = kernel panic in 5.4-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 02:51:47 -0000 Hi, I have reported kernel panic on Dell 1600SC with 5.4-RELEASE but it is related to ipnat from IPFILTER V3.4.35. Without SMP everything seems to work fine. But when I turn on SMP and do ping -f one of ip addresses that is maped to outside interface produces kernel panic or lock hard (no response to ping or keyboard). Regards, gg. p.s. I had few enteries like: map fxp0 192.168.1.11/32 -> x.y.z.q/32 now I have moved them on another UP machine.