From owner-freebsd-stable@FreeBSD.ORG Sat Oct 11 09:11:49 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABE7116A4B3 for ; Sat, 11 Oct 2003 09:11:49 -0700 (PDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A0D43F75 for ; Sat, 11 Oct 2003 09:11:48 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.9p2/8.12.9) with ESMTP id h9BGBlU4049063; Sat, 11 Oct 2003 12:11:47 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.0.0.22.0.20031011121357.071b4bd8@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sat, 11 Oct 2003 12:15:45 -0400 To: Artur Pydo , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <3F8818EA.9040802@pydo.org> References: <3F8818EA.9040802@pydo.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new Subject: Re: ipfw2/dummynet + ipfilter not working together ? 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: Sat, 11 Oct 2003 16:11:49 -0000 At 10:51 AM 11/10/2003, Artur Pydo wrote: >So, my question is : Is there some incompatabilities between >ipfw2/dummynet and IPFilter or maybe there is a bug somewhere ? I was seeing some strange things in a very similar setup --userland PPP to do PPPoE, ipnat for inbound and outbound NAT and then ipfw2. Even though I didnt use it, adding IPDIVERT to the kernel made the problem box stable again. ---Mike