From owner-freebsd-questions Sun Aug 22 6: 8:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nexus.plymovent.se (nexus.plymovent.se [212.247.77.253]) by hub.freebsd.org (Postfix) with ESMTP id D040514D01 for ; Sun, 22 Aug 1999 06:08:43 -0700 (PDT) (envelope-from thomas.uhrfelt@plymovent.se) Received: from tu ([192.168.1.21]) by nexus.plymovent.se (8.9.3/8.9.3) with SMTP id PAA32172; Sun, 22 Aug 1999 15:17:59 +0200 (CEST) (envelope-from thomas.uhrfelt@plymovent.se) From: "Thomas Uhrfelt" To: "Mike Wade" Cc: "FreeBSD Questions" Subject: RE: Rate limiting Date: Sun, 22 Aug 1999 15:08:57 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there any way of viewing the current pipes/configs via IPFW? Regards, Thomas Uhrfelt > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mike Wade > Sent: den 22 augusti 1999 14:46 > To: Jamie Norwood > Cc: freebsd-questions@FreeBSD.ORG; freebsd-net@FreeBSD.ORG > Subject: Re: Rate limiting > > > On Sun, 22 Aug 1999, Jamie Norwood wrote: > > > If I am using a FreeBSD box as a firewall, can I set up > > rate-limiting? IE, can I say that news can only use X KB/s, Quake > > can only use Y, and so on? I have a machine I run here that I basically > > want to always have bandwidth, even when I am playing quaake or reading > > news on my other machine. > > Look into dummynet (part of ipfw now, man dummynet) and the ALTQ package > (http://www.csl.sony.co.jp/person/kjc/programs.html) for FreeBSD. > > Example usage of dummynet to simulate a 128k ISDN link on : > > ipfw pipe 1 config bw 128Kbit/s > ipfw add 1000 pipe 1 ip from to any in recv > ipfw add 1001 pipe 1 ip from any to out xmit > > --- > Mike Wade (mwade@cdc.net) > Director of Systems Administration > CDC Internet, Inc. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message