OpenVPN

Hi,

Mikrotik RB-750GL
RouterOS 6.25

I am trying to configure OpenVPN using services provided by FreedomVPN (freedomvpn.info).
I had managed to install PPTP VPN services from strongvpn and working fine, the reason I wish to switch to FreedomVPN is because FreedomVPN allows me to switch country without changing the servers. My Amazon FireTV is current not able to root so I have to provide OpenVPN services from the router.

FreedomVPN just provide me the

  1. certificate.crt file
  2. a-server-file.ovpn
  3. a login name and a password.

I managed to import the .crt file into the RouterOS 6.25 via Winbox but after that I stuck as I cannot get the OpenVPN clients to connect.
any suggestion. Below is the content of the .ovpn file. If I could get this up and running it would be great.

Regards
ngcyee
Malaysia, Kuala Lumpur.

#########################################################################
########This is the configuration file for FreedomVPNs VPN Servers#######
#DO NOT CHANGE ANYTHING INSIDE THIS FILE OR YOU WON’T BE ABLE TO CONNECT#
#########################################################################
client
dev tun
proto udp
remote cl.freedomvpn.info 1195
resolv-retry infinite
nobind
persist-key
persist-tun
ca FVPN-Certificate.crt
auth-user-pass
cipher BF-CBC
comp-lzo
verb 3
mute 20

Hi.
RouterOS doesn’t support openvpn via udp protocol, only via tcp.
But in config, you have posted, client configured to work via upd.