From owner-freebsd-pf@FreeBSD.ORG Sun Oct 29 10:48:27 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6EC716A403 for ; Sun, 29 Oct 2006 10:48:27 +0000 (UTC) (envelope-from gloomygroup@hotmail.com) Received: from bay0-omc2-s4.bay0.hotmail.com (bay0-omc2-s4.bay0.hotmail.com [65.54.246.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8662A43D46 for ; Sun, 29 Oct 2006 10:48:25 +0000 (GMT) (envelope-from gloomygroup@hotmail.com) Received: from hotmail.com ([207.46.8.243]) by bay0-omc2-s4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 29 Oct 2006 02:48:25 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 29 Oct 2006 02:48:25 -0800 Message-ID: Received: from 207.46.8.251 by by118fd.bay118.hotmail.msn.com with HTTP; Sun, 29 Oct 2006 10:48:23 GMT X-Originating-IP: [202.79.53.71] X-Originating-Email: [gloomygroup@hotmail.com] X-Sender: gloomygroup@hotmail.com From: "Gloomy Group" To: freebsd-pf@freebsd.org Date: Sun, 29 Oct 2006 10:48:23 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 29 Oct 2006 10:48:25.0206 (UTC) FILETIME=[C28F5160:01C6FB47] Subject: pf altq not showing root traffic X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2006 10:48:27 -0000 Hi, I have setup pf and altq traffic shapping on freebsd 6.1. my configuration is as follows; ext_if="rl0" int_if="rl1" table {192.168.0.1/27} scrub in all altq on $int_if hfsc bandwidth 912Kb queue{client1_down, default_down} altq on $ext_if hfsc bandwidth 256Kb queue{client1_up, default_up } # define queue for download queue default_down bandwidth 32Kb hfsc (realtime 32Kb upperlimit 32Kb default) queue default_up bandwidth 32Kb hfsc (realtime 32Kb upperlimit 32Kb default) queue client1_down bandwidth 64Kb hfsc (realtime 64Kb upperlimit 64Kb) # define queue for upload queue client1_up bandwidth 64Kb hfsc (realtime 64Kb upperlimit 64Kb) pass out quick on $int_if from any to queue client1_down label client1_down pass out quick on ext_if from to any queue client1_up label client1_up --------------------------------------------------------------------------------------------------- Shapping is working fine, except root_rl0 and root_rl1 traffic is not shown. What's wrong with my confiugration? below is the output of "pfctl -s queue -v" command bw-shaper# pfctl -s queue -v queue root_rl1 bandwidth 912Kb priority 0 {default_down, client1_down} [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue default_down bandwidth 32Kb hfsc( default realtime 32Kb upperlimit 32Kb ) [ pkts: 1078 bytes: 108628 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue client1_down bandwidth 64Kb hfsc( realtime 64Kb upperlimit 64Kb ) [ pkts: 1625 bytes: 1395472 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue root_rl0 bandwidth 256Kb priority 0 {default_up, client1_up} [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue default_up bandwidth 32Kb hfsc( default realtime 32Kb upperlimit 32Kb ) [ pkts: 422 bytes: 30116 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue client1_up bandwidth 64Kb hfsc( realtime 64Kb upperlimit 64Kb ) [ pkts: 1586 bytes: 383594 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] Ohcarol. _________________________________________________________________ Get today's hot entertainment gossip http://movies.msn.com/movies/hotgossip?icid=T002MSN03A07001