Re: accounting with freeradius (Alan Buxey)

2009-12-10 Thread rosect190
I hope to see step-by-step instructions to setup accounting system using sql 
server with freeradius such that I can see a user's network usage (Tx'd / Rx'd).

Also, with freeRADIUS, is there a way to log a user's accounting info in a 
local file, not in a sql server? Thanks.-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: accounting with freeradius (Alan Buxey)

2009-12-10 Thread tnt
> I hope to see step-by-step instructions to setup accounting system using
> sql server with freeradius such that I can see a user's network usage
> (Tx'd / Rx'd).

Use schema.sql from raddb/sql/your_database_type directory to create the
database tables.
Configure raddb/sql.conf.
Uncomment include for sql.conf in radiusd.conf.
Uncomment sql entry in accounting in default virtual server.
Restart server.

That's it.

> Also, with freeRADIUS, is there a way to log a user's accounting info in a
> local file, not in a sql server?

Yes, that's called detail file and that is enabled by default.

Ivan Kalik

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: accounting with freeradius (Alan Buxey)

2009-12-10 Thread Marinko Tarlac

Try next steps:
1. google about "freeradius sql howto"
2. click on the first link in results ( 
http://wiki.freeradius.org/SQL_HOWTO )


If you have any other questions (which isn't already included in wiki), 
please ask...



Keep in mind that some pages on wiki are outdated for FR 2.x but all 
config files are commented so you won't have any problems (I suppose 
that you'll read them carefully )


MT


rosect...@yahoo.com wrote:
I hope to see step-by-step instructions to setup accounting system 
using sql server with freeradius such that I can see a user's network 
usage (Tx'd / Rx'd).


Also, with freeRADIUS, is there a way to log a user's accounting info 
in a local file, not in a sql server? Thanks.




-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html