Acct-Input-Gigawords
Hi, i have 2 questions and i hope you'll help me. I use the freeradius in combination with mysql-server for accounting and authorizing. The first: how do i use the Acct-Input-Gigawords and Acct-Output-Gigawords Attributes with "FreeRADIUS Version 1.1.3" and "FreeRADIUS Version 1.0.2" and PPP 2.4.4? I set up the fields in the mysql-table but they do not get filled with data. The second: Is there a way (radius or ppp) to get the Accounting-Data on-the-fly (realtime) or maybe all 2 hours without disconnection the actual session of the user? Regards lars
how do i use the Acct-Input-Gigawords and Acct-Output-Gigawords Attributes with "FreeRADIUS Version 1.1.3" and "FreeRADIUS Version 1.0.2" and PPP 2.4.4? I set up the fields in the mysql-table but they do not get filled with data.
Those will be filled when the connection goes over the limit of the "Octets". See the freeradius homepage for the explanation on this.
Is there a way (radius or ppp) to get the Accounting-Data on-the-fly (realtime) or maybe all 2 hours without disconnection the actual session of the user?
Depending on your NAS, you can send Accounting updates every 5 minutes ! The attribute that NAS has to accept is called Acct-Interim-Interval. You can set it to "300" ( 5 min ) ! Kind regards, E:S
Hi,
I set up the fields in the mysql-table but they do not get filled with data.
http://wiki.freeradius.org/FAQ#Why_do_Acct-Input-Octets_and_Acct-Output-Octe... (you need to modify the SQL queries as well, updating the database schema alone isn't enough) Greetings, Stefan Winter -- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg Tel: +352 424409 1 Fax: +352 422473
participants (3)
-
Edvin Seferovic -
Lars -
Stefan Winter