On Mon, Nov 12, 2012 at 2:25 AM, Fajar A. Nugraha <list@fajar.net> wrote:
On Mon, Nov 12, 2012 at 2:29 PM, Dirk van der Walt <dirkvanderwalt@gmail.com> wrote:
Although rlm_counter is primarily used as an introduction here to better understand the counter modules, the next section covers the rlm_sqlcounter module. This module is more flexible and preferred.
If it were me I'd jump directly to rlm_sqlcounter. Among other things, it uses data stored by sql accounting, where the query is fully customizable. So you can (for example) change it to "if two acct-stop packets arrive with the same Acct-Unique-Session-ID, update the record to use whicever is higher".
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Appreciated your great info. Right now I will not go with sql, this will run pfsense in a neoware box and mysql is to heavy for, but I will follow your instructions and try sql. Let u know my output, thanks!!!