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??