Answer the question
In order to leave comments, you need to log in
How to set up an OpenVPN client on Mikrotik?
It is necessary to configure the OpenVPN client on Mikrotik, of course there is no access to the server, since it is one of the services provided. The service has no other connections (PPTP, L2TP, etc), so you only have to work with OpenVPN.
Actually, the problem is that the off-line documentation only talks about compression and UDP, but there is no longer any certificate authorization for the age-old problem.
Thus, the question boils down to what it will turn out to somehow set up the connection: regular , or through a metarouter ?
Config snippet:
dev tun
proto tcp-client
tls-client
tls-auth <...>.key 1
ca <...>.crt
cert <...>.pem
key <...>.pem
comp-lzo
reneg-sec 36000
auth SHA1
cipher AES-256-CBC
keysize 256
persist-key
persist-tun
verb 3
ping 5
ping-restart 35
hand-window 150
ns-cert-type server
mssfix 0
pull
setenv opt block-outside-dns
Answer the question
In order to leave comments, you need to log in
Here is a link to setting up openvpn on Mikrotik, from the unsupported:
UDP,
LZO,
TLS,
Auth without login/pass
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question