Is there any kind of tunnel on Mikrotik that supports this?
If you have several networks behind your Mikrotik router and want to connect over the Internet from your laptop using VPN tunnel. Is there any way to send the routes to client?
I know PPTP tunnel does not support this. What about IPSEC/L2TP?
Is there any workaround, any way to have access to multiple networks behind the router, without manually adding the routes or “use default gateway on remote network” option (for PPTP VPN)?
I know one way for PPTP is to have for example 10.x.x.x subnets behind the router. 10.40.1.0/24, 10.50.1.0/24, etc… This way when you connect with PPTP VPN it will add class route 10.0.0.0/8, which will cover all the networks.
But I am interested in sending specific routes from server to clients.