VPN with additional routes

Hi,

I’m trying to create a simple VPN for road warriors using Windows and Linux. PPTP and OpenVPN should work, but none of this implementations allow me to publish extra routes from the VPN server (as I can with a Linux OpenVPN server), and I don’t want to force the default route through the VPN.

What other solutions do you know to do this kind of setup? Am I forced to change the user’s vpn configuration each time we add/delete an internal network? I would appreciate any pointer to the documentation explaining how to do this.

Regards

Classless Static Routes, DHCP Option 121 and 249.

Take a look here how to calculate it for RouterOS.

http://forum.mikrotik.com/t/calculate-dhcp-option-121-classless-static-route-option/43789/1


You need to add it like this in the DHCP settings.
DHCP_Option_121.png

How can I apply this to a PPTP or OpenVPN vpn?

For PPTP you can use Radius with the routes option. With OpenVPN you can push a route to the client.

http://wiki.mikrotik.com/wiki/Manual:PPP_AAA

http://wiki.mikrotik.com/wiki/OpenVPN

Hello, i read the Wiki Links you posted, but don’t see nothing about send routes to clients using Radius or another protocol.

It is really posible to send Static Routes using Mikrotik PPTP Server ?

Thanks in advance.