I've got a Mikrotik CCR1036 with routeros version 6.49.7 working as VPN server. Now I'm trying to authenticate users against a radius server (a windows domain controller).
I configured the mikrotik side like this:
/radius add accounting-backup=no address=192.168.123.123 domain=zz.local realm=zz.local secret=asdfasdfasdf service=ppp timeout=3s
/ppp aaa set use-radius=yes
Mikrotik logs shows the message "
pptp,ppp,error <1244> user xxx authentication failed - radius timeout", like it was trying to connect to the server but the counters on status tab shows 0 requests and sniffing the traffic with wireshark at server it shows no radius packets incoming. I also used the packet sniffer tool at mikrotik and I see no radius traffic outgoing (pings from mikrotik to radius server works ok and even tried completely disabling windows firewall).
I think the radius server is working OK because I checked it with radtest from linux and it sends queries ok.