VPN - L2TP + IPSEC

Good afternoon, I would like some help in the following scenario:

This correctly configured the L2TP + IPSEC in mikrotik in a client x server way.

We are using Windows on the stations to close the VPN, but I realize that this client uses the internet at the office and not his. I would like him to have access to the office network via VPN but using his own internet.

On the client machine you should remove the default Gateway option located on your VPN adapter TCP/IPv4 advanced settings…

Hello Zacaria, I performed this procedure. That way I was not able to connect to the file server.
I also created a route on Windows:
route add 192.168.0.0 mask 255.255.255.0 172.16.1.1 -p

where 172.16.1.1 is the ip of the vpn tunnel and 192.168.0.1 is the ip of the mikrotik

I can now ping 192.168.0.1 but I can’t access it through winbox through this ip. When I also try to ping the ip 192.168.0.99 which is the server’s ip, it also doesn’t respond.

The network range of the “notebook” is 10.10.1.0/24

Then something is not correct on the way you implement the VPN connection…

You could post your configuration with hide-sensitive…
Also a network diagram always helps…