VPN routing issue !

Hi

I’d like on my Mikrotik setup a VPN so all my traffic is routed through the VPN to go on Internet ! Currently my Mikrotik is connected to Internet through a fiber connection and I have setup NAT in it with few NAT rules to alloww access at some services on my local network from outside.

According to Wiki, I have setup my VPN this way: (credentials hidden)

[admin@Routeur] > /interface pptp-client add name=pptp-gtguard user=xxxxx password=xxxxxxxxx connect-to=vpn-eu.xxxxxx.com disabled=no
[admin@Routeur] > /interface pptp-client print detail
Flags: X - disabled, R - running 
 0  R name="pptp-gtguard" max-mtu=1450 max-mru=1450 mrru=disabled connect-to=vpn-eu.xxxxxxx.com user="xxxx" password="xxxxx" profile=default-encryption keepalive-timeout=60 add-default-route=no dial-on-demand=no allow=pap,chap,mschap1,mschap2 
[admin@Routeur] >

In VPN menu of my Mikrotik I can see link is successfully connected but traffic is not going through it. How can I setup it so that all traffic goes through the VPN ?

Thanks for help

Vincèn

You have to set routing marks for the traffic you want over vpn, then add route for that marked traffic

some documentations or details on how to do it ? at least basic guidelines ?

Thanks

Here is a good place to start, http://blog.butchevans.com/2008/09/mikrotik-policy-routing-implementation-example/ think of the vpn connection as another wan path

Thanks for link but too complicated for me unhappy, I guess I’ll have to find an other solution.

Thanks anyway

What about default-route=yes on the pptp-client?