How to create VPN server on Mikrotik with OpenVPN ( Client to Site )
How to connect to your work network from outside the office
In this short video, I suggest you a solution with the Mikrotik router
Cofig file https://drive.google.com/file/d/1-JHxF4ADCBC6Vh0yX0dsdf1KrHnnPeEo/view?usp=sharing
==========
#Template client.ovpnclient
dev tun
proto tcp-client
remote 123.25.70.1
port 1194
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
ca ca.crt
cert client.crt
key client.key
verb 4
mute 10
cipher AES-256-CBC
auth SHA1
auth-user-pass secret
auth-...
In this short video, I suggest you a solution with the Mikrotik router
Cofig file https://drive.google.com/file/d/1-JHxF4ADCBC6Vh0yX0dsdf1KrHnnPeEo/view?usp=sharing
==========
#Template client.ovpnclient
dev tun
proto tcp-client
remote 123.25.70.1
port 1194
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
ca ca.crt
cert client.crt
key client.key
verb 4
mute 10
cipher AES-256-CBC
auth SHA1
auth-user-pass secret
auth-...
216.73.217.115