Port Forward to Network not connected directly to Mikrotik

Hi , I have a Mikrotik connected to Router D-LINK 3g, I want to connect to a server that it’s not directly conncted to Mikrotik.

this Is my config:

  • Dlink ==> I forward port 8080 Mikrotik interface 192.168.1.2 on port 8080
    -Mikrotik ==> I forward a port 8080 to server 192.168.120.1 on port 80
    I configure static route to reach network 192.168.120.0/24

this is my mikrotik config

add action=dst-nat chain=dstnat disabled=no dst-port=8080 in-interface=WAN1 protocol=tcp to-addresses=192.168.120.1 to-ports=80

BUT IT DOESN’T WORK , I CAN’T REACH MY SERVER FROM THE INTERNET

Any help please??

Break it down into steps to try and work out where it’s going wrong.
If you forward port 8080 on D-Link to the Mikrotik, does that work?

Hi, Thanks for your replay
I tested it with telnet commande in port 8080 and it display port open, I think it’s mean that it work