We have a problem or a question !? We are connecting several cell phones through 3g, our provider is routing us through an APN to a FreeRadius server that we are managing through RadiusDesk, but we would like to know how to obtain the information about the traffic that is generated by the clients in our server in a period of shorter time There is some way to force from our FreeRadius so that when the client (cellular) authenticates we can get traffic information periodically every 5 minutes for example. I have read and I know that there is a variable (Acct-Interim-Interval) that has or plays an important role, but we do not know how to use it! The configuration of the delivery time of the traffic information is configured in the ISP NAS or can we manage it in our server in some other way? -- ________________________________________________ Lic. Ariel García Reyes. GNU/Linux Registered User #357058
On Dec 1, 2017, at 11:11 AM, Ariel García Reyes <ariel100cfg@gmail.com> wrote:
I have read and I know that there is a variable (Acct-Interim-Interval) that has or plays an important role, but we do not know how to use it!
Return Acct-Interim-Interval in an Access-Accept. If the client is written correctly, it *should* use that for accounting messages.
The configuration of the delivery time of the traffic information is configured in the ISP NAS or can we manage it in our server in some other way?
It's generally configured on the NAS. You MIGHT be able to use Acct-Interim-Interval. But only if the ISP and NAS agree to use it. In general if the users is roaming, the remote site sends accounting packets whenever it wants. And there isn't much you can do to change that. Alan DeKok.
participants (2)
-
Alan DeKok -
Ariel García Reyes