Community discussions

MikroTik App
 
dg3feh
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 68
Joined: Mon Jan 30, 2017 10:52 am

OpenVPN client-to-client mode

Wed Apr 05, 2017 12:12 pm

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
 
User avatar
MTeeker
Frequent Visitor
Frequent Visitor
Posts: 96
Joined: Tue Jun 14, 2011 2:42 pm
Location: Australia

Re: OpenVPN client-to-client mode

Fri Apr 07, 2017 12:28 am

Hello!

I have learned that the OpenVPN within Mikrotik has some lacks (e.g. push route, etc)...
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.