>Has anybody else setup Optus/Telstra L2TP style sessions with
freeradius
>prior?

No, But we do the same thing with another provider for dial-up, and use
freeRADIUS. It's just the same as a NAS -> Radius setup, but instead the
Radius Access Request and Accounting request come from the LNS. The
Radius server only sees the LNS.

>I need to limit the number of sessions, can this be done via
freeradius?
>Does anybody know of a reasonable list of VPDN/L2TP attributes that can
be
>set for users?

You can limit the number of sessions with the "Simultaneous-Use"
funtionality of freeRADIUS, it has a NAS type of "cisco_l2tp" which
should work with your LNS, we had to write our own to work with Lucent
Hardware.

As for attributes you could set anything you want from the Radius
standard dictionary and cisco dictinary, this is the min default of what
we return to the LNS:

Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Routing = None,
Service-Type = Framed,
Framed-IP-Netmask = 255.255.255.255,
Framed-MTU = 1500,
Idle-Timeout = 1200,
Ascend-Client-Primary-DNS = 10.0.0.4,
Ascend-Client-Secondary-DNS = 10.0.0.2,


Regards  
Allister P Maguire


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to