From owner-freebsd-stable@FreeBSD.ORG Sat Oct 11 16:22:23 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 9D21616A4B3 for ; Sat, 11 Oct 2003 16:22:23 -0700 (PDT) Received: from tenebras.com (dnscache.tenebras.com [66.92.188.165]) by mx1.FreeBSD.org (Postfix) with SMTP id 0133943FBD for ; Sat, 11 Oct 2003 16:22:22 -0700 (PDT) (envelope-from kudzu@tenebras.com) Received: (qmail 15710 invoked from network); 11 Oct 2003 23:22:21 -0000 Received: from sapphire.tenebras.com (HELO tenebras.com) (192.168.188.241) by laptop.tenebras.com with SMTP; 11 Oct 2003 23:22:21 -0000 Message-ID: <3F8890AD.8000602@tenebras.com> Date: Sat, 11 Oct 2003 16:22:21 -0700 From: Michael Sierchio User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, zh-tw, zh-cn, fr, en, de-de MIME-Version: 1.0 To: Artur Pydo References: <3F8818EA.9040802@pydo.org> <6.0.0.22.0.20031011121357.071b4bd8@209.112.4.2> <3F888F66.4080805@pydo.org> In-Reply-To: <3F888F66.4080805@pydo.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org 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 23:22:23 -0000 Artur Pydo wrote: > pipe 1 config bw 125Kbit/s queue 10 > pipe 2 config bw 125Kbit/s queue 10 > > queue 10 config queue 16kByte weight 100 pipe 1 mask all > queue 11 config queue 24kByte weight 1 pipe 1 gred 0.02/3/6/0.06 > queue 20 config queue 16kByte weight 100 pipe 2 mask all > queue 21 config queue 24kByte weight 1 pipe 2 gred 0.02/3/6/0.06 > > add 10 queue 21 tcp from any to apydo.nerim.net 80 out via tun0 > add 20 queue 20 ip from any to any out via tun0 > add 30 queue 11 tcp from apydo.nerim.net 80 to any in via tun0 > add 40 queue 10 ip from any to any in via tun0 sysctl net.inet.ip.fw.one_pass ???