I've gotten FreeRADIUS working, and almost configured, and have everything
almost the way I want it, the one stumbling block is some dedicated isdn
users we have dialing into an Ascend MAX.
Here's what I get when I do a radius request to the existing radius
server:
[mattrose@dogbert mattrose]$ perl check_rad.pl -h radius -u xxxx-isdn
-p xxxxx
attr: name=User-Service value=Framed-User
attr: name=Framed-Protocol value=MPP
attr: name=Framed-Routing value=Broadcast-Listen
attr: name=Framed-MTU value=1500
attr: name=Framed-IP-Netmask value=255.255.255.240
attr: name=Framed-IP-Address value=12.34.56.78
attr: name=Framed-Compression value=Van-Jacobson-TCP-IP
attr: name=Ascend-Route-IP value=Route-IP-Yes
attr: name=Ascend-Maximum-Channels value=2
attr: name=Ascend-Preempt-Limit value=0
attr: name=Ascend-Idle-Limit value=0
But when I do it on the Freeradius server I get this:
[mattrose@dogbert mattrose]$ perl check_rad.pl -h blackbox:1812 -u
pharma-isdn -p digidrugs
attr: name=User-Service value=Framed-User
attr: name=Framed-Protocol value=MPP
attr: name=Framed-Routing value=Broadcast-Listen
attr: name=Framed-MTU value=1500
attr: name=Framed-IP-Netmask value=255.255.255.240
attr: name=Framed-IP-Address value=209.195.70.14
attr: name=Framed-Compression value=Van-Jacobson-TCP-IP
attr: name=Vendor-Specific value=
attr: name=Vendor-Specific value=
attr: name=Vendor-Specific value=
attr: name=Vendor-Specific value=
and the -X flag tells me this:
rad_recv: Access-Request packet from host 216.191.240.115:3961, id=72,
length=51 User-Name = "pharma-isdn"
Password = "T=\262\324\344\220\225\277{\244"\347P\037Ii"
modcall: entering group authorize
modcall[authorize]: module "preprocess" returns ok
modcall[authorize]: module "suffix" returns ok
users: Matched pharma-isdn at 251
modcall[authorize]: module "files" returns ok
modcall: group authorize returns ok
auth: type Local
auth: user supplied Password matches local Password
Sending Access-Accept of id 72 to 216.191.240.115:3961
Service-Type = Framed-User
Framed-Protocol = MPP
Framed-Routing = Broadcast-Listen
Framed-MTU = 1500
Framed-IP-Netmask = 255.255.255.240
Framed-IP-Address = 209.195.70.14
Framed-Compression = Van-Jacobson-TCP-IP
Ascend-Route-IP = Route-IP-Yes
Ascend-Maximum-Channels = 2
Ascend-Preempt-Limit = 0
Ascend-Idle-Limit = 0
Finished request 0
Now, I can actually get around most of these using attributes in
FreeRADIUS, but I'd like to be able to use the Ascend attributes if
possible.
--------------------------------------------------------------------------
Matt Rose [EMAIL PROTECTED] http://www.folkwolf.net
"I would question my sanity, but it's out of earshot" -- Velma Bowen:w
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html