From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 07:04:03 2003 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 74AC616A4BF for ; Fri, 12 Sep 2003 07:04:03 -0700 (PDT) Received: from mail.lambdabroadband.com (mail.lambdabroadband.com [81.17.78.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF8A43FD7 for ; Fri, 12 Sep 2003 07:04:02 -0700 (PDT) (envelope-from sb.mailinglist@lambdabroadband.com) Received: from blackbox ([81.17.78.11]) by mail.lambdabroadband.com (Kerio MailServer 5.6.5) for freebsd-questions@FreeBSD.ORG; Fri, 12 Sep 2003 15:04:02 +0100 Message-ID: <01d401c37936$c101ee70$0b4e1151@blackbox> From: "Colin Watson" To: Date: Fri, 12 Sep 2003 15:04:16 +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 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-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Colin Watson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 14:04:03 -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. Colin