At 02:33 PM 14/08/01 +0900, Watson wrote:
> Hi everyone; I'm having a bit of a problem getting some attributes
>to work and wondered if anyone had answers. Both of them were going
>using Ascend radius before it started to crash everytime to many users
>started to log in at once. My user file looks like this.
>[snip]
Hi Craig,
If what you're are trying to implement is automatic hanging up of dialin
users who are idle for a certain period of time, then what you probably
should be using is the standard radius attribute Idle-Timeout.
I too played around with the Ascend specific attributes for setting an idle
timeout (but using cistron-radiusd 1.6.4) and didnt get anywhere. In the
end I finished up with a DEFAULT entry that looks like:
DEFAULT Auth-Type = System, Simultaneous-Use = 1
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Netmask = 255.255.255.255,
Idle-Timeout = 1800,
Session-Timeout = 43200
The Idle-Timeout gives a 30 minute idle hangup, and the Session-Timeout
gives a 12 hour forced disconnection. Both are standard Radius attributes
that work fine with the MAX6000.
Regards,
Simon
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html