I want to use MikroTik router as a VPN server for remote users. I’ve configured IPSec IKEv2 access with RSA using the following manual: https://wiki.mikrotik.com/wiki/Manual:IP/IPsec#Road_Warrior_setup_using_IKEv2_with_RSA_authentication.
On Windows 10 machine there is no access to the Internet while connected to the VPN. Access to internal resources works properly. From the above manual we can read there is a limitation: “Windows will always ignore networks received by split-include and request policy with destination 0.0.0.0/0 (TSr). When IPsec-SA is generated, Windows requests DHCP option 249 to which RouterOS will respond with configured split-include networks automatically.”. It means computer will send the whole traffic over the VPN tunnel (I didn’t see any packet to be sent to DHCP). It is ok for me, but I cannot figure out how to configure the router to allow for that. I was trying to add FW rules to permit the traffic, RAW entries but without success. I cannot find any documentation for that.
Could you help how to configure the router to route whole traffic over the IPSec IKEv2 VPN tunnel?