SSTP Split tunneling

Hello All

I searched the forum already to make sure I’m not asking the same thing again but I can’t seem to find anything that matches my situation.

My issue:

I have a sstp vpn setup where my clients connect. Everything works great. There is one thing that I want to change. When client A connects all his traffic goes thru the vpn, what I need to do is have only lan traffic (10.0.0.0/8) go in the tunnel and the rest (like internet) go thru his own internet connection. How does one achieve this on mikrotik?

Thanks for your replies and input.

Add a route in ppp profile, or add static route.

I don’t understand what the route should look like my lan is on the 10.0.0.0/8 how do i tell the vpn client to only use the tunnel for that traffic wouldn’t i need a seperate routing table for the vpn?

I guess the client has to decide about routing: what to send via tunnel and what to send to his default gateway.

It this not possible on the router?

You cannot send routes to the client with SSTP. So client should add them manually.

does l2tp or pptp allow me to send routes?

looks like I may have found a solution but it’s required on the client. http://www.isinc.com/2008/04/11/configuring-a-split-tunnel-pptp-vpn-in-windows-vista/ this also applies to the sstp vpn.