Hi I’m Marco,
Recently I bought an LHG LTE8 router that I’ve to install in a country house, I would need to connect remotely using my Cyberghost’s vpn.
Has anyone had the opportunity to configure this vpn with an LTE18 LHG?
Could anyone help me to do the configuration (or send usefull link to documentation)?
Thanks at all
and this:
Also, it is possible to import the OVPN client configuration from a .ovpn configuration file. Such a file usually is provided from the OVPN server side and already includes configuration so you need to worry only about a few parameters.
/interface/ovpn-client/import-ovpn-configuration ovpn-password=securepassword \ key-passphrase=certificatekeypassphrase ovpn-user=myuserid skip-cert-import=no
(quote from MikroTik Docs:
OpenVPN - RouterOS - MikroTik Documentation)
should help you configure it on your router
1 Like
Thank you very much.