15 Aug
2018
15 Aug
'18
12:23 p.m.
\On Aug 15, 2018, at 12:21 PM, Ariel GarcĂa Reyes <ariel100cfg@gmail.com> wrote:
I need to disconnect users that in 1 month already have consumed 1gbyte of data.
Send a Disconnect-Request packet.
The NAS sends me the traffic of the network every 5 minutes. The question is: how to do that when I get the data that the user has already consumed the traffic that was assigned, the freeradius disconnect the user ?
You have to fork an external program: radclient. It will then send a Disconnect-Request packet for the user. Alan DeKok.