From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 01:09:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 50A9316A41F for ; Wed, 26 Oct 2005 01:09:52 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from mail.mrburak.net (203-217-17-178.perm.iinet.net.au [203.217.17.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C4B43D46 for ; Wed, 26 Oct 2005 01:09:51 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from [127.0.0.1] (unknown [10.20.0.1]) by mail.mrburak.net (Postfix) with ESMTP id 4AF2B22820 for ; Wed, 26 Oct 2005 11:09:50 +1000 (EST) Message-ID: <435ED759.4000604@mrburak.net> Date: Wed, 26 Oct 2005 11:09:45 +1000 From: Richard Burakowski User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <200510260258.17153.plcplc@gmail.com> In-Reply-To: <200510260258.17153.plcplc@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: traffic accounting per username with ipfw in 5.4 ? (more) 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: Wed, 26 Oct 2005 01:09:52 -0000 >>I notice that the traffic accounting per uid only applies to traffic >>initiated by that user, and initiated from the local machine. If I scp a >> >I've looked a bit into this, and it appears that sshd changes uid in FreeBSD >6.0 (I use 6.0RC1) .. I bet upgrading the system would be a lot easier than >constructing a complex traffic-accounting system.. I'd think so at least.. > sshd_config(5) UsePrivilegeSeparation && cd /usr/ports make search key=accounting ... Port: ipacctd-1.46_1 Path: /usr/ports/net-mgmt/ipacctd Info: IP accounting using divert socket Maint: skv@FreeBSD.org ... among others