VPN with L2TP into Bridge lan

I have mikrotik in my internal netwrok that is connected to 4 devices in bridge mode. I want to connect with my Windows 10 using VPN (L2TP) to the bridge so I would be able to be part of the 4 devices LAN and in addition be in the internal network.

I tried to config PPP with ipsec, and i managed to connect to the mikrotik using VPN but even that i put in the L2TP server binding profile the desired bridge (with proxy-arp) i failed to achieve my goal.

Thanks

The bridge parameter specified in the /ppp profile row is only used if the PPP client supports BCP to establish an L2 tunnel, which is not the case of the embedded Windows VPN client. The only Windows VPN client I know to support L2 tunneling is the OpenVPN one. Or you can activate Hyper-V on the Windows machine and run a CHR in it. Don’t forget to permit MAC address spoofing on the network card of the CHR at the Hyper-V side, otherwise the virtual switch will drop frames to/from MAC addresses of other devices than the CHR itself.