I'm trying to configure a radius Server with FreeRadius, but without MySQL. What I want is to use the user of Linux. It's possible?
I configurated my MKT and the Freeradius Server, thay are working. The MKT send the request to the Freeradius, but I can login!!.
My problems is how I configurate the groups. In /etc/freeradius/users I inserts its:
Code: Select all
DEFAULT Group == "mikrotik"
Frame-Protocol = PPP,
Mikrotik-Rate-Limit = 256k/1024k,
Framed-MTU = 1500,
Service-Type = Framed-User,
Idle-Timeout = 300,
Fall-Through = No
I execute in debug mode the Freeradius and give me this message:
And the MKT log say:rad_recv: Acces-Request packet from host x.x.x.x:32768, id=18, length=176
Service-Type = Framed-User
Framed-Protocol = PPP
NAS-Port = 13
NAS-Port-Type = Ethernet
User-Name = "rafa"
Calling-Station-Id = "xx:xx:xx:xx:xx:xx"
NAS-Port-Id = "interna"
MS-CHAP-Challenge = A LOT OF NUMBER AND LETTERS
MS-CHAP-Respode = A LOT OF NUMBER AND LETTERS
NAS-Identifier = "Mikrotik"
NAS-Ip-Address = x.x.x.x
Login incorrect: [rafa7<no User-Password attribure>] (from client Notebook port 13 cli ) xx:xx:xx:xx:xx:xx
rad_recv: Access-Request packet from x.x.x.x:32768, id=18, length=176
Sending Access-Reject of id 18 to x.x.x.x port 32768
Someone know, what is happening?04:02:01 pppoe,info PPPoE connection established from xx:xx:xx:xx:xx:xx
04:02:01 pppoe,ppp,info <pppoe-0>: waiting for call...
04:02:02 pppoe,ppp,info <pppoe-0>: terminating... - user rafa authentication failed
04:02:02 pppoe,ppp,info <pppoe-0>: disconnected
Thanks
Rafael Lore