OpenVPN client-to-client mode

Hello!

I have learned that the OpenVPN within Mikrotik has some lacks (e.g. push route, etc). Is it possible to activate client-to-client mode and if so, how?

BR Holger

Add a route to your OpenVPN script for each of the networks behind the router (with OpenVPN server) that you want access.

E.g.
route 192.168.100.0 255.255.255.0 172.16.100.1

Where:
192.168.100.0 and subnet mask 255.255.255.0 are details of network behind the OpenVPN server (router) you want to access.
172.16.100.1 is the gateway of your OpenVPN server (should be in a different network to the one/s behind the router) as configured under PPP profile on the MikroTik router.