I’ve configured Radius on my Mikrotik router with radius auth:
use-radius: yes
accounting: no
interim-update: 0s
default-group: read
exclude-groups:
Radius Server configuration:
0 service=login called-id=“” domain=“DIMAD” address=192.168.6.6 secret=“xxxxxx” authentication-port=1812 accounting-port=1813 timeout=300ms
accounting-backup=no realm=“”
After recording this configuration, I can see in the windows 2008 Radius log file this line
192.168.33.2,09/13/2015,16:04:35,IAS,PRIMARY-FS,40,7,32,MikroTik,41,0,4,192.168.33.2,4108,192.168.33.2,4116,0,4128,Microtik CME,4155,2,4136,4,4142,0
In Mikrotik radius counters I can see:
Requests 1
Accepts 1
In Windows 2008 R2, I’ve added the mikrotik as a radius client whit Ip 192.168.33.2
And I’ve added a Network policy, enabling Chap, PAP and SPAP
Service-Type=Login
Every time I tried to log I saw:
echo: system,error,critical login failure for user die1fue from 192.168.19.50 via web
I did not see any log in the log file in server 2008r2.
The counters did not grow.
I do not have a local user die1fue in the mikrotik local user database.
Some help ?
Regards, Diego