good day.
i have question about setting up open vpn which use radius server
i already have l2tp server on my routeros router which use radius server based on active directory) and it is work
but now i need to create open vpn for several users
i create ca certificate, client certificate, create client open vpn profile but then i try to connect i receive message that username or password invalid.
but i can connect with same credential with l2tp
if i add explicitly secret for that user then i can connect by openvpn too
use radius already enabled and radius for ppp service configured
You need to check if your Radius supports md5 or sha1 for authentication algorithm. Looks like you have only “Cleartext-Password”.
@anatolykryzhanovsky did you manage to solve the issue ?
I have a similar problem. Can successfully log in to mikrotik router using RADIUS and can connect to OVPN server with local user, but OVPN with RADIUS just isn’t working.
I have PPP and wireless activated in RADIUS settings and RADIUS is activated in PPP settings as well
Still all other VPN protocols do authenticate via RADIUS and OVPN does not. RADIUS status does not indicate that OVPN authentication requests even reach RADIUS. It has been like this both on v6 and now on 7.19.6.
Documentation states that RADIUS authentication is possible via RADIUS but there does not seem to be an explanation why it does not work in my case…