From owner-freebsd-questions@FreeBSD.ORG Tue May 20 08:58:36 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 87B5237B401 for ; Tue, 20 May 2003 08:58:36 -0700 (PDT) Received: from citizensbankng.com (host-12-018.a.nigol.net.ng [217.117.12.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99C043F3F for ; Tue, 20 May 2003 08:58:30 -0700 (PDT) (envelope-from freebsd@citizensbankng.com) Received: from abdul ([128.1.100.234]) by citizensbankng.com (8.9.2/3.7W) with SMTP id RAA01622 for ; Tue, 20 May 2003 17:01:43 +0100 (WAT) Message-ID: <003701c31ee8$ea1c1220$ea640180@abdul> From: "abdul" To: Date: Tue, 20 May 2003 17:00:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Subject: Dummynet/Traffic Shaping problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 15:58:36 -0000 Hi all, Sorry I am repeating this message again. I am still coiled up in it. IS IT POSSIBLE TO ENABLE A FASTER CONNECTION TO SOME SITES USED FOR OFFICIAL DUTIES? MY PROBLEM? I have a 128kb Internet access which gets very slow during peak hours. I want to reserve/dedicate a protion (say 64kb) of this link to to some urls which we use for official duties (eg 193.114.79.76) OR limit general Internet usage to just a portion (say 64kb), hence making the remainder exclusively available for such official duties. This is what I did: ipfw pipe 10 config bw 64kbit/s queue 15kbytes ipfw queue 10 config weight 60 pipe 10 ipfw queue 10 ip from any to 193.114.79.76 I did not notice any change. Is this configuration okay for my problem? Or can anyone help me with a better one? How can I confirm if a configuration is working properly? Thanks Abdul