Telnet into Devices behind HOTSPOT

I have a MT 2.8.9 Hotspot Server running on my network, I have problem on telnet into devices behind the hotspot from External.

My Public IP is 202.xxx.xxx.xxx and my temp-hotspot IP is 192.168.1.xx, real-hotspot IP is 10.0.0.xx

My Device behind the hotspot is 10.1.15.xx

Any idea? of how can i telnet into it?

Thanks..

I think some dnat should help

You may also need to disable “Universal Client” too

add NAT rule to access router behind another MikroTik router, forwarding 23 port traffic to local address with port 23.
set different port for Telnet connections for the first router, to access it via Telnet.

You can do dst-nat to different port for example:

[admin@MikroTik] ip firewall dst-nat> add dst-address=10.5.8.104/32 dst-port=80 to-dst-address=192.168.0.2 to-dst-port=23 protocol=tcp action=nat


In 2.8 version with hotspot you need to add for this rule hotspot flow and it must be before redirect rule to hotspot login page.