From owner-freebsd-questions Mon Sep 23 16:45:10 2002 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 E3D5737B401 for ; Mon, 23 Sep 2002 16:45:08 -0700 (PDT) Received: from cypress.adhesivemedia.com (cypress.adhesivemedia.com [207.202.159.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6913843E3B for ; Mon, 23 Sep 2002 16:45:08 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Received: from cypress.adhesivemedia.com (localhost [127.0.0.1]) by cypress.adhesivemedia.com (8.12.3/8.12.3) with ESMTP id g8NNi1Fk094212; Mon, 23 Sep 2002 16:44:01 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by cypress.adhesivemedia.com (8.12.3/8.12.3/Submit) with ESMTP id g8NNi05a094209; Mon, 23 Sep 2002 16:44:00 -0700 (PDT) X-Authentication-Warning: cypress.adhesivemedia.com: philip owned process doing -bs Date: Mon, 23 Sep 2002 16:44:00 -0700 (PDT) From: Philip Hallstrom To: "Christopher J. Umina" Cc: Duncan Anker , FreeBSD Question Mailing List Subject: Re: Limit Network Traffic APACHE 1.3 In-Reply-To: <20020923193734.R87441-100000@216-164-225-145.c3-0.wth-ubr2.sbo-wth.ma.cable.rcn.com> Message-ID: <20020923164130.C91349-100000@cypress.adhesivemedia.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 you might try mod_throttle http://modules.apache.org/search?id=123 as for dummynet, read the ipfw man page. I think it's a two part process.. first passing things off to a pipe and then defining the pipe. So in the first part you'd specify the port. Never used it though so I could be wrong. On Mon, 23 Sep 2002, Christopher J. Umina wrote: > hmm.. > mod_bandwidth sounds pretty wierd, and people are saying it doesn't work, > but nowhere can I find how to set a port in a pipe with dummynet.. > Anybody know how to use it? > > Do I have to rebuild my kernel? > > > On 24 Sep 2002, Duncan Anker wrote: > > > On Tue, 2002-09-24 at 09:14, Christopher J. Umina wrote: > > > Does anybody know of these modules? The ipfw thing would limit bandwidth > > > on the whole server unless I have a tun device, which I don't. I want it > > > to be fast in the internal network, but not use too much of the speed > > > serving to the internet. > > > > Doesn't DummyNet allow you to specify which port to limit? > > > > Anyway, I think the module you want is (drum roll) mod_bandwidth > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message