Static route to VPN

Dear friends,

Im fighting with VPN static route - unfortunatelly Im not able to send anything through VPN interface. I used manual from safervpn : https://support.safervpn.com/hc/en-us/articles/360035918553-Manual-L2TP-Setup-on-Mikrotik-Router.

Let me describe it on very simple situation :

I would need send ping to 8.8.8.8 through VPN tunnel interface.

1 - created L2TP connection - its connected - OK
VPN interface.png
2 - I created mark routing mangle from local IP to destination 8.8.8.8. If I ping 8.8.8.8, packets count is increasing - OK
mangle rule.png
3 - created masquerade NAT rule to VPN interface
NAT.png
4 - until this point ping to 8.8.8.8 is working. Immediatelly when I add this static route , ping will fail.
routes.png
I have tried to disable all firewall rules, but nothing helps me. I do not understand it , please help me !!
Thanks in advance for any comments

Can you try 8.8.4.4 and see if it works ?
Dont see something wrong to be honest…

everything works except icmp to 8.8.8.8 which should be sent to vpn tunnel.

im lost …

I uploaded video where you can see how my VPN tunnel “works” https://vimeo.com/user100992225/review/390701915/58aa011ab0

update : it seems that this is some kind of problem with VPN interface itself , or there is something with routing tables as I cant even send ping from router itself - packet gets lost ?
2020-02-11_15-26-03.png

So problem solved - as expected its my misstake.

I use VPN to connect to my router ( servers ) and also another VPN clients to external provider. Problem was that both setting was configured to the same PPP profile (default encryption)

So there was problem with packet routing. I have created new profile for SSTP (IN) VPN and another for out.

Finally its working !