Dears, I asked this question before but unfortunately I didn't get the answer yet, I hope this is not a negative sign :) Are the following features available in FreeRadius: - Change of Authorization while the subscriber's PPP session is still connected. - Radius initiated disconnect: Disconnect users based on download volume limitation Appreciate you answer. Flaifel
AFAIK - Radius is stateless and cannot initiate disconnect. Freeradius can provide the AVP for NAS which contains remaining traffic limit. The NAS disconnects the user when limit is reached. Regards, Edvin -----Original Message----- From: freeradius-users-bounces+edvin.seferovic=kolp.at@lists.freeradius.org [mailto:freeradius-users-bounces+edvin.seferovic=kolp.at@lists.freeradius.or g] On Behalf Of Mohammad Flaifel Sent: Freitag, 24. Februar 2006 18:08 To: freeradius-users@lists.freeradius.org Subject: FreeRadius Features Dears, I asked this question before but unfortunately I didn't get the answer yet, I hope this is not a negative sign :) Are the following features available in FreeRadius: - Change of Authorization while the subscriber's PPP session is still connected. - Radius initiated disconnect: Disconnect users based on download volume limitation Appreciate you answer. Flaifel - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Mohammad Flaifel <mohammad.flaifel@jt.net.jo> wrote:
Are the following features available in FreeRadius: - Change of Authorization while the subscriber's PPP session is still connected.
radclient can send these packets. The RADIUS server doesn't. And your NAS will have to support these packets, too.
- Radius initiated disconnect: Disconnect users based on download volume limitation
Yes, if you write scripts that look at the accounting packets, and call radclient to disconnect users when their limit has been reached. Alan DeKok.
Mohammad Flaifel wrote:
Dears,
I asked this question before but unfortunately I didn't get the answer yet, I hope this is not a negative sign :) Are the following features available in FreeRadius: - Change of Authorization while the subscriber's PPP session is still connected. - Radius initiated disconnect: Disconnect users based on download volume limitation RADIUS is a protocol. By the protocol definitions it either must, will, should, or may do or not do certain things as defined in those protocols. None of what you are asking for is in those RFC's. Having said that, Freeradius is very flexible in that you can call external scripts on all sorts of occurances which your NAS' will likely have to cooperate in. If all else fails, you have the source.
-- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-3301 Cell 325-439-0533 fax 325-695-6841
participants (4)
-
Alan DeKok -
Lewis Bergman -
Mohammad Flaifel -
Seferovic Edvin