From owner-freebsd-hackers Thu May 16 8:20:27 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.webjockey.net (mail.webjockey.net [208.141.46.3]) by hub.freebsd.org (Postfix) with ESMTP id CFCB637B433 for ; Thu, 16 May 2002 08:18:30 -0700 (PDT) Received: from anubis-tk9edfpz.outloud.org (wv-mrtnbrg-cmts1a-a-233.shphwv.adelphia.net [68.67.224.233]) by mail.webjockey.net (8.12.3/8.12.3) with ESMTP id g4GFIN2I032204 for ; Thu, 16 May 2002 11:18:23 -0400 (EDT) (envelope-from gary@outloud.org) Message-Id: <5.1.0.14.2.20020516111353.01a20008@208.141.46.254> X-Sender: ancient@208.141.46.3 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 16 May 2002 11:18:30 -0400 To: freebsd-hackers@freebsd.org From: Gary Stanley Subject: dummynet Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the answers on my previous thread. Now on to a more, boring topic? ;-) I have dummynet, kind of, set up a way I want. The question is, Is it possible to limit everyone that downloads foo.bar to a certain rate, ie, 176KByte/s per each -connecting- IP? I tried many different ways and it doesn't seem to work the way I want it. I have a small script like this setup: /sbin/ipfw add pipe 1 ip from me to any /sbin/ipfw add pipe 2 ip from any to me /sbin/ipfw pipe 1 config bw 176KByte/s /sbin/ipfw pipe 2 config bw 100Mbit/s Thanks, /ges To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message