From owner-freebsd-questions Tue Oct 23 12:53:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 6CD0B37B405 for ; Tue, 23 Oct 2001 12:53:39 -0700 (PDT) Received: from bezerker (user-2ive71c.dialup.mindspring.com [165.247.28.44]) by falcon.mail.pas.earthlink.net (8.11.5/8.9.3) with SMTP id f9NJrbu06395 for ; Tue, 23 Oct 2001 12:53:38 -0700 (PDT) Message-ID: <001b01c15bfc$a2866f10$0101a8c0@bezerker> From: "Bezerker" To: Subject: Lil help with dummynet please? Date: Tue, 23 Oct 2001 15:55:14 -0400 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Im trying to setup bandwith limiting so my fathers machine dont soak all the bandwith on my itty 56k. so.. i do the dummynet stuff and do this ipfw add 1 ip from any to 192.168.1.5 via tun0 ipfw pipe 1 config bw 3Kbytes/s All looks well but when i try to download from the web, it was reaching over 3k a sec, in the 4k a sec range... To me it seems that its not working i even tried getting rid of the via tun0.. to slow any traffic to that box... didnt work am i missing something in my pipe line? Thanks for the response ahead of time To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message