I am new to the Mikrotik routers so I am not sure of what is causing this. I have a site to site VPN via IPsec set up and working but cannot get traffic across it. In IPsec active peers I see the VPN up but no traffic. I have set up the firewall NAT rules to allow the traffic but it will not ping across. I have this set up in a test environment so I am not going across the internet only my LAN but it should work anyway. I have included a snap of the VPN showing it up, can someone point me in a direction to look?
Mike

Anybody got any ideas?
Unfortunately it’s pretty tough to figure out what’s wrong just from a couple of screenshots. Try posting an export of both router configurations and maybe someone in this user forum can help out. Check out this guide on how to export and post your configuration: http://forum.mikrotik.com/t/forum-rules/173010/5
here are my configs, like I said it is a test set up.
Site A config.txt (4.16 KB)
Site B config.txt (4.25 KB)
You’re missing firewall rules on both sites to allow traffic between the subnets:
/ip firewall filter
add action=accept chain=forward src-address=192.168.43.0/24 dst-address=192.168.44.0/24 place-before=8
add action=accept chain=forward dst-address=192.168.43.0/24 src-address=192.168.44.0/24 place-before=9
Make sure to place them before the FastTrack rule on each site