From owner-freebsd-isp Tue Aug 19 16:26:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA12970 for isp-outgoing; Tue, 19 Aug 1997 16:26:21 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA12961 for ; Tue, 19 Aug 1997 16:26:12 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id JAA09336; Wed, 20 Aug 1997 09:01:36 +1000 (EST) Date: Wed, 20 Aug 1997 09:01:35 +1000 (EST) From: "Daniel O'Callaghan" To: Jason McKay cc: isp@FreeBSD.ORG Subject: Re: WinNT to FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 20 Aug 1997, Jason McKay wrote: > We are currently operating an ISP under Windows NT Server 4, and are > seriously thinking about changing and running it under FreeBSD 2.2.2. > > There is only one thing holding us back, it is very important that we keep > track of our users, such as login times and length of login plus how much > they are downloading per call. > > Windows NT displays all this information easily, I have not yet found a > way to receive the same level of info from FreeBSD .. Can anyone please > suggest some ideas? As we _REALLY_ want to change over ASAP. Are you using Excalibur, by any chance? Those stats are from Excalibur, not from NT itself. The 'last' command in FreeBSD tells you about user login times. It is possible to count traffic for users, but there is no 'standard application' to do it, and it depends on how the user actually connects (there are two ways of doing ppp). Danny