From owner-freebsd-net@FreeBSD.ORG Fri Sep 12 07:37:46 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69AD016A4BF for ; Fri, 12 Sep 2003 07:37:46 -0700 (PDT) Received: from hotmail.com (law12-oe13.law12.hotmail.com [64.4.18.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5351644013 for ; Fri, 12 Sep 2003 07:37:40 -0700 (PDT) (envelope-from company2210@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 12 Sep 2003 07:37:39 -0700 Received: from 81.17.78.11 by law12-oe13.law12.hotmail.com with DAV; Fri, 12 Sep 2003 14:37:39 +0000 X-Originating-IP: [81.17.78.11] X-Originating-Email: [company2210@hotmail.com] From: "Company 2210" To: Date: Fri, 12 Sep 2003 15:37:57 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Message-ID: X-OriginalArrivalTime: 12 Sep 2003 14:37:39.0742 (UTC) FILETIME=[6ABEB3E0:01C3793B] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Dummynet Pipes X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 14:37:46 -0000 I've got a question about dummynet pipes, basically I've installed two = rules per user to control their traffic flow:=20 add 150 pipe 15 ip from 78.77.76.21 to any out pipe 15 config bw 512Kbit/s queue 10 add 160 pipe 16 ip from any to 78.77.76.21 in pipe 16 config bw 512Kbit/s queue 10 However, the first (outbound traffic) rule is not kicking in. And the = users can upload at whatever capcity is on the backbone. Just wondering = if I've configured it correctly, or if something is missing - Any help = appericated. 00150 1190 148736 pipe 15 ip from 78.77.76.21 to any out 00160 0 0 pipe 16 ip from any to 78.77.76.21 in Colin