From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 3 15:50:01 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EDF216A4CE for ; Wed, 3 Mar 2004 15:50:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0DC43D45 for ; Wed, 3 Mar 2004 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i23No1bv004803 for ; Wed, 3 Mar 2004 15:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i23No0Nb004801; Wed, 3 Mar 2004 15:50:00 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 3 Mar 2004 15:50:00 -0800 (PST) Resent-Message-Id: <200403032350.i23No0Nb004801@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex de Kruijff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7101616A4CF for ; Wed, 3 Mar 2004 15:41:09 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B16443D3F for ; Wed, 3 Mar 2004 15:41:09 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i23Nf972019633 for ; Wed, 3 Mar 2004 15:41:09 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i23Nf9qI019632; Wed, 3 Mar 2004 15:41:09 -0800 (PST) (envelope-from nobody) Message-Id: <200403032341.i23Nf9qI019632@www.freebsd.org> Date: Wed, 3 Mar 2004 15:41:09 -0800 (PST) From: Alex de Kruijff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/63724: IPFW2 Queues dont t work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 23:50:01 -0000 >Number: 63724 >Category: misc >Synopsis: IPFW2 Queues dont t work >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 03 15:50:00 PST 2004 >Closed-Date: >Last-Modified: >Originator: Alex de Kruijff >Release: 5.2.1 >Organization: >Environment: FreeBSD alex.lan 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Thu Feb 26 12:33:02 CET 2004 akruijff@alex.lan:/temp/obj/usr/src/sys/I686 i386 >Description: IPFW isn't properly processen ip packekets when using queues. Using pipes does work. This results in los of the network. 31600 0 0 count ip from any to any 31610 0 0 queue 2 ip from 192.168.31.48/29 to any 31710 0 0 skipto 31999 ip from 192.168.31.48/29 to any 31720 0 0 skipto 31999 ip from me to any uid akruijff 31998 0 0 reject log ip from any to any 31999 0 0 allow ip from any to any This setup does work on a recent 4.9 system My kernel includes: #options QUOTA # enable disk quotas options IPFIREWALL # firewall options IPFIREWALL_DEFAULT_TO_ACCEPT # allow everything by default #options IPFIREWALL_FORWARD # enable transparent proxy support options IPFIREWALL_VERBOSE # enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=100 # limit verbosity options DUMMYNET # This needs IPFIREWALL (FORWARD didtn' compile at one time, so i cut it out.) >How-To-Repeat: Setup IPFW and use a queue then try it out. >Fix: Non known >Release-Note: >Audit-Trail: >Unformatted: