Не удаётся закончить настройку abills (ubuntuserver+pptpd) радиус-сервер сообщает о неизвестном типе авторизации:
freeradius -X
Код: Выделить всё
...
++[abills_auth] returns ok
Found Auth-Type = MSCHAP
WARNING: Unknown value specified for Auth-Type. Cannot perform requested action.
Failed to authenticate the user.
Using Post-Auth-Type Reject
+- entering group REJECT {...}
...
++[abills_postauth] returns ok
Delaying reject of request 0 for 1 seconds
Going to the next request
Waking up in 0.7 seconds.
Sending delayed reject for request 0
Sending Access-Reject of id 87 to 172.16.1.1 port 51652
...
radtest testos 123456 10.0.0.1 0 radsecret
Код: Выделить всё
Sending Access-Request of id 41 to 10.0.0.1 port 1812
User-Name = "testos"
User-Password = "123456"
NAS-IP-Address = 172.16.1.1
NAS-Port = 0
rad_recv: Access-Accept packet from host 10.0.0.1 port 1812, id=41, length=68
Acct-Interim-Interval = 60
Session-Timeout = 1667933
X-Ascend-Bridge = 1000
X-Ascend-Route-IP = Route-IP-No
Framed-IP-Address = 10.13.101.1
X-Ascend-Dial-Number = "\200\000\000\000"
Framed-IP-Netmask = 255.255.255.255
X-Ascend-Send-Auth = 1000
Секция auth во фрирадиус:
Код: Выделить всё
authorize {
preprocess
#Use if 'files' mode and mschap auth
pre_auth
suffix
mschap
# don't use simultaneously 'perl' and files..
files
}