I have a problem with freeradius server and mikrotik ‘Remote MAC Authentication’.
I configured my server:
- copied and included dictionary.mikrotik file,
- in clients.conf added ‘nastype = mikrotik’
- in users added (for testing)
00:E0:63:50:38:B1 User-Password == “”
When my mikrotik box send the Access-Request, I see this
( radiusd running with -X):
rad_recv: Access-Request packet from host 10.1.100.246:1044, id=30, length=71
Service-Type = Framed-User
NAS-Identifier = “Raptor-00”
NAS-Port-Id = “wlan1”
User-Name = “00:E0:63:50:38:B1”
User-Password = “”
NAS-IP-Address = 10.1.100.246
Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 13
modcall[authorize]: module “preprocess” returns ok for request 13
modcall[authorize]: module “chap” returns noop for request 13
modcall[authorize]: module “mschap” returns noop for request 13
rlm_realm: No ‘@’ in User-Name = “00:E0:63:50:38:B1”, looking up realm NULL
rlm_realm: No such realm “NULL”
modcall[authorize]: module “suffix” returns noop for request 13
rlm_eap: No EAP-Message, not doing EAP
modcall[authorize]: module “eap” returns noop for request 13
users: Matched entry 00:E0:63:50:38:B1 at line 5
modcall[authorize]: module “files” returns ok for request 13
modcall: group authorize returns ok for request 13
auth: type Local
auth: user supplied User-Password matches local User-Password
Sending Access-Accept of id 30 to 10.1.100.246:1044
Finished request 13
but my mikrotik resending Access-Request some times and then waiting…
I can see on the Radius Server Status window (in mikrotik winbox), that every requests are timeout!
This radius server working fine with another type of nas (ex.: cisco ap)
Freeradius version is 1.0.4 on FreeBSD 5.1 host.
Any idea?