No internet with basic routing setup

I need some help with setting up some basic routing.

My dsl router has a static route that routes all traffic for 172.17.0.0 through 172.16.0.5.

From the 172.17.0.0 network I am able to ping/access devices on the 172.16.0.0 but I do not get internet on the 172.17.0.0 network unless I enable NAT on the Miktorik. I’m not sure what I’m missing to get internet to work WITHOUT NAT on the Mikrotik device. The only routes on the Mikrotik are the dynamic ones.

Post your export and a little more about your network.

Sent from my SCH-I545 using Tapatalk 2

you need to add a static route in the dsl router

dst address 127.17.0.0/16 gateway 172.16.0.5

in the mikrotik
dst address 0.0.0.0/0 gateway 172.16.0.1