I am using RouterOS 5.1, I have an IPSec VPN setup to a cisco router, its LAN is subnet1, it has a route to subnet2.
With the IPSec tunnel setup i can get to subnet1 but not subnet2.
From what i have read this is due to the IPSec policy, to fix this it seems to suggest adding another policy with subnet2 and any no nat rules.
I have done this however it does not work as expected, it seems only 1 policy is used at a time, eg
No VPN
ping host on subnet1
vpn connects
host on subnet1 replies
ping subnet2
no reply
kill vpn
ping host on subnet2
vpn connects
host on subnet2 replies
ping subnet1
no reply
so i can have one or other, how can i be able to access both subnets at the same time?