From owner-freebsd-questions@FreeBSD.ORG Tue Sep 15 06:17:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EE55106566C for ; Tue, 15 Sep 2009 06:17:10 +0000 (UTC) (envelope-from frederique@isafeelin.org) Received: from progress.isafeelin.org (progress.isafeelin.org [213.163.82.94]) by mx1.freebsd.org (Postfix) with ESMTP id 1FD4E8FC16 for ; Tue, 15 Sep 2009 06:17:09 +0000 (UTC) Received: from progress.isafeelin.org (localhost [127.0.0.1]) by progress.isafeelin.org (Postfix) with ESMTP id 24AC5130DF6 for ; Tue, 15 Sep 2009 07:57:38 +0200 (CEST) Received: from s55919a03.adsl.wanadoo.nl (s55919a03.adsl.wanadoo.nl [85.145.154.3]) by progress.isafeelin.org (Postfix) with ESMTP id E0FAE130DEB for ; Tue, 15 Sep 2009 07:57:37 +0200 (CEST) Received: from [192.168.1.15] (unknown [192.168.1.15]) by s55919a03.adsl.wanadoo.nl (Postfix) with ESMTP id 90D5C1276C8 for ; Tue, 15 Sep 2009 07:57:37 +0200 (CEST) Message-ID: <4AAF2CCE.2090609@isafeelin.org> Date: Tue, 15 Sep 2009 07:57:34 +0200 From: Frederique Rijsdijk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.1) Gecko/20090715 Thunderbird/3.0b3 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <11043b700909141724i4c8f4a5fm57efb383d5845d84@mail.gmail.com> In-Reply-To: <11043b700909141724i4c8f4a5fm57efb383d5845d84@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Bandwidth Control in FreeBSD 8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 06:17:10 -0000 On 9/15/2009 2:24 AM, perl info wrote: > I have two questions in regards to a FreeBSD Server and avoiding ISP > bandwidth charges. > > Are there changes to the ways bandwidth can be controlled in FreeBSD 8. > > Is there an accepted or standardized method to control and limit bandwidth > usage over an interface. > Changes I don't know about. But you can use IPFW to limit and measure the bandwidth you're using. You can also use darkstat (port) to measure the traffic you're generating. -- Frederique