Prevent Interim-Update packets being proxied
29 Jul
2010
29 Jul
'10
8 a.m.
Hi all, I would like to be able to prevent Interim-Update accounting packets for a realm from being proxied. Start and Stop packets need to be proxied, but the Interim-Updated should only be handled locally. Is this possible with freeradius? Many Thanks, Murray
29 Jul
29 Jul
8:23 a.m.
Murray Long wrote:
Hi all,
I would like to be able to prevent Interim-Update accounting packets for a realm from being proxied. Start and Stop packets need to be proxied, but the Interim-Updated should only be handled locally.
Is this possible with freeradius?
Yes. accounting { ... suffix ... if (Acct-Status-Type == Interim-Update) { update control { Proxy-To-Realm := LOCAL } } ... } Alan DeKok.
5823
Age (days ago)
5823
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Murray Long