Hello all,
I have 2 Mikrotik 6.41.2 routers in my network and I have setup static routes to avoid double NAT
but I can’t make it work.
I also checked this post
http://forum.mikrotik.com/t/avoiding-double-nat-with-multiple-routers/49926/1
I attach my network diagram to make it easier.

Main Router (1st) is working OK, no firewall rules (for now), ports are bridged
I have one Nat rule and I added the following route for the second router :
/ip route add dst-address=192.168.170.0/23 gateway=172.20.0.8
On the second router I don’t have any NAT rule, no dhcp, dns is configured, no firewall rules (for now)
and my route is :
/ip route add dst-address=0.0.0.0/0 gateway=172.20.0.1
PC’s in Offices LAN use only static ip’s so no need for dhcp server.
2cd router have internet but pc’s not.
Need some advice for what Im doing wrong..
thank you