Ahoj!
Did anyone was able to implement solution from Subject? 😄
I have vMX-M in Azure. I've enabled Client VPN and I used Active Directory auth without any issues. DC is on VM in Azure, same vnet, but different subnet. MX use DC as main DNS server.
Now I decided to switch to RADIUS + NPS to implement some restrictions like specific group in AD or even Azure MFA. I followed this instruction:
https://documentation.meraki.com/MX/Client_VPN/Configuring_RADIUS_Authentication_with_Client_VPN
I deployed new server (same subnet as dc), add it to domain and install NPS role, register with ad etc.
Unfortunately auth doesn't work. On client side I get error 691 when trying to connect. I believe issue is with radius conf in dashboard or with vMX itself because I don't have any requests in radius server event log.
Radius server has firewall disabled and no NSG assigned.
Azure network watcher tells me that traffic between vmx and radius server is not restricted.
Radius secret is fairy simple and doesn't contain any special characters.
What else could be the issue?