From owner-freebsd-questions@FreeBSD.ORG Sat May 21 08:20:15 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A0F16A4CE for ; Sat, 21 May 2005 08:20:15 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DCB843D69 for ; Sat, 21 May 2005 08:20:15 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1358245wra for ; Sat, 21 May 2005 01:20:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=SBjq07h1ns1mkFU7z1LSZ4KhK2VlPWQ9pJsrFVbWvN5ulzUMvpaVg1VTSymd0arecsDVCq/qlMxul0H8ZS/OUwik1RPfU5aKVtVHEryXZ0B0liKtfoS2kiIpY2QvnKJqm8XZeCla7hP3BMtQOSZZNKh/AfUZMYUscIdCw7g5Ogk= Received: by 10.54.35.68 with SMTP id i68mr2249346wri; Sat, 21 May 2005 01:20:14 -0700 (PDT) Received: by 10.54.66.16 with HTTP; Sat, 21 May 2005 01:20:14 -0700 (PDT) Message-ID: Date: Sat, 21 May 2005 11:20:14 +0300 From: Abu Khaled To: pf@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline cc: questions@freebsd.org Subject: moving from ipfw/dummynet to pf/altq X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Abu Khaled List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 08:20:15 -0000 I need help moving from ipfw and dummynet to pf and altq. So far I have converted most ipfw rules to pf. Can someone tell me if there is something for altq like this for dummynet # ipfw add 1 pipe 1 config bw 64Kbit/s queue 10Kbytes mask src-ip 0xfffffff= f # ipfw add 2 pipe 2 confg bw 128Kbit/s queue 20Kbytes mask dst-ip 0xfffffff= f Or is there a better way to do it. --=20 Kind regards Abu Khaled