Hello,
I have been given a .ovpn file in order to setup an Open VPN Client, is there a way to use this file for my configuration?
Hello,
I have been given a .ovpn file in order to setup an Open VPN Client, is there a way to use this file for my configuration?
open it up in a text editor, it should contain the config that you need to enter in RouterOS OpenVPN settings
Thank you, but what do I use and where?
remote xxx.xxx.xxx.xxx 4672 udp
remote xxx.xxx.xxx.xxx 123 udp
remote xxx.xxx.xxx.xxx 53 udp
key-direction 1
cipher AES-128-CBC
client
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
;http-proxy-retry
;http-proxy xxx.xxx.xxx.xxx 80
verb 4
reneg-sec 86400
echo vpn-in2 ovpn321
tun-mtu 1500
route-method exe
route-delay 2
redirect-gateway def1
comp-lzo no
explicit-exit-notify 2
fragment 1390
mssfix 1390
hand-window 30
<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>
<key>
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
</key>
<cert>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</cert>
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
......
-----END OpenVPN Static key V1-----
</tls-auth>