From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 00:33:42 2004 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 1F62B16A4CE for ; Thu, 5 Aug 2004 00:33:42 +0000 (GMT) Received: from cromagnon.cullmail.com (cromagnon.cullmail.com [67.33.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB69F43D53 for ; Thu, 5 Aug 2004 00:33:41 +0000 (GMT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from cromagnon.cullmail.com (localhost.cullmail.com [127.0.0.1]) i750bqCs031515; Wed, 4 Aug 2004 19:37:52 -0500 (CDT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by cromagnon.cullmail.com (8.12.10/8.12.10/Submit) id i750bqdM031514; Wed, 4 Aug 2004 19:37:52 -0500 (CDT) (envelope-from jamoore) From: Jay Moore To: freebsd-questions@freebsd.org Date: Wed, 4 Aug 2004 19:37:52 -0500 User-Agent: KMail/1.6.1 References: <4110130F.9080807@optonline.net> In-Reply-To: <4110130F.9080807@optonline.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408041937.52011.jaymo@cromagnon.cullmail.com> cc: Jonathan Subject: Re: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jaymo@cromagnon.cullmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 00:33:42 -0000 On Tuesday 03 August 2004 05:34 pm, Jonathan wrote: > Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company > (StreamForce Hosting Solutions). I was wondering if there is an > application i can install or method of limiting per user bandwidth by > like a certain group or class. If not is there a way to limit bandwidth > for all non super user accounts. Check out pf (packet filter) http://pf4freebsd.love2party.net/ and http://www.freebsd.org/cgi/url.cgi?ports/security/pf/pkg-descr pf includes ALTQ for bandwidth control. Jay