From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 05:02:17 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 0AB8616A4CE for ; Wed, 4 Aug 2004 05:02:17 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9462943D55 for ; Wed, 4 Aug 2004 05:02:16 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 4 Aug 2004 00:05:53 -0500 Message-ID: <41106DD5.1060803@daleco.biz> Date: Wed, 04 Aug 2004 00:02:13 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan References: <4110130F.9080807@optonline.net> In-Reply-To: <4110130F.9080807@optonline.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Aug 2004 05:05:53.0495 (UTC) FILETIME=[B7B51670:01C479E0] cc: freebsd-questions@freebsd.org Subject: Re: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 05:02:17 -0000 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. > > Thanks in advance! > > Regards, > Jonathan Certainly dummynet(4) comes to mind --- it would easily do per *IP* BW limits...so it might depend a tad on your network topography. HTH, Kevin Kinsey