Hi all,
I have a new hAP Lite and would like to configure it to connect to a remote OpenVPN server. I have a .ovpn config file that contains the client details but can’t work out how to set it up on the hAP.
Any suggestions?
Thanks,
Matt
Hi all,
I have a new hAP Lite and would like to configure it to connect to a remote OpenVPN server. I have a .ovpn config file that contains the client details but can’t work out how to set it up on the hAP.
Any suggestions?
Thanks,
Matt
This helped me get it setup but I am still having issues with it passing DNS traffic.
Upload the .ovpn file and import the certificate. After that then the below settings are helpful.
https://support.hidemyass.com/hc/en-us/articles/204558497-Mikrotik-Client-Setup
If you have the same DNS issues then here is a link to my post on that.
http://forum.mikrotik.com/t/mikrotik-openvpn-client-not-passing-dns-traffic/104048/1
Thanks for the reply.
Any pointers on how to upload the .ovpn file and import the cert?
Hello all.
New to the forum and had hoped someone has had some luck setting up the mikrotik openVPN client to connect to a server by using the client.ovpn file which is downloaded from the openVPN server.
Looking forward to a reply
It would be nice, but it’s currently not there.
So far it’s manual process, look inside .ovpn file (it’s just a text file), read the options and set them in RouterOS. And hope there are not any “bad” ones (= not supported by RouterOS), like UDP, LZO and some others. To import certificates, if they are embedded in .ovpn file, you can upload it to router and certficate import will be able to find them in there:
/certificate import file-name=client.ovpn
In other other words, there’s a lot of space for improvements in RouterOS OpenVPN.
Did you were able to running the Privatetunnel with openVpn?