Interim-Update and FreeRadius

Hi,

I have a freeradius with a routerOs 2.9 hotspot. All go right about authentication. Clients connect to router, hotspot send auth frame and freeradius respond to request.
Now I want to set Interim-Update so I can disconnect clients in some condition (for example account disabled). I set Interim-Update time to 00:03:00. RouterOs send correct acct frame to radius server.
In freeradius acct_users configuration file I have set:
DEFAULT Acct-Status-Type == Interim-Update
Exec-Program-Wait = “myscript.sh”

But radius request drop into timeout request. What do myscript.sh should be return to disconnect clients?

Thanks in advance
v.

You need to send DM (disconnect message).

http://wiki.freeradius.org/Disconnect_Messages

Thanks for tip. What’s to send (to client) is user is already good for accounting (aka I don’t want disconnect)?


v.

Nothing.