i need to configure an VPN between my home network and my office, using an RB951Ui-2HnD Mikrotik.
This is the configuration that normally use from my Windows,Android and iOS client:
Code: Select all
client
proto tcp
remote my.openvpn.server
port 1194
float
dev tun
nobind
ca ca.crt
cert my.crt
key my.key
ns-cert-type server
Which is the right configuration to do in mikrotik?
Thanks for future help...