AzireVPN and Mikrotik

Please, help me configure OpenVPN Mikrotik client based on this configuration from my VPN provider.

client
dev tun
proto udp
remote se.ovpn.azirevpn.net 1194
remote-random
resolv-retry infinite
auth-user-pass
nobind
persist-key
persist-tun
remote-cert-tls server
reneg-sec 0
keepalive 10 60
verb 3

cipher AES-256-CBC
auth SHA512   
tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA

setenv CLIENT_CERT 0

<ca>
-----BEGIN CERTIFICATE-----
Cert
-----END CERTIFICATE-----
</ca>

key-direction 1
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
Key
-----END OpenVPN Static key V1-----
</tls-auth>

I’m imported cert to mikrotik, but I can’t still connect.

“proto udp” = no chance

OpenVPN in RouterOS does not support UDP.

Now all is clear. Thx.

You can use MetaROUTER and OpenVPN client on it :wink:

Yes, I did this !
OpenVpn/OpenWRT performance is no so excellence by this is enough for my need.