From owner-freebsd-questions Fri Sep 8 3:19:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from walhalla.sin.khk.be (ns.sin.khk.be [194.7.78.21]) by hub.freebsd.org (Postfix) with ESMTP id 265B637B422 for ; Fri, 8 Sep 2000 03:19:25 -0700 (PDT) Received: from localhost (fatman@localhost) by walhalla.sin.khk.be (8.9.3/8.9.1) with ESMTP id LAA05084; Fri, 8 Sep 2000 11:32:31 +0200 X-Authentication-Warning: walhalla.sin.khk.be: fatman owned process doing -bs Date: Fri, 8 Sep 2000 11:32:31 +0200 (CEST) From: Ramses Smeyers X-Sender: fatman@walhalla.sin.khk.be To: Paul Herman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: useripacct In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > ipfw(8) in FreeBSD can count packets/bytes based on uid and gid (based > on local socket credentials.) are we then talking about a rule for every user?, and can this system be used as disk quota, so with hard and soft quota (like useripacct) does. The aim of the useripacct patch is to give a user 200MB traffic for one month, and let their traffic block after those 200MB are used. To implement this in freebsd, do I have to place a rule for every user, this is like not scalable, and is their a daemon available to control the IP flow and block users if it has to be done ? ys, rs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message