teemx
November 22, 2005, 8:54am
1
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..
jager
November 22, 2005, 9:12am
2
I think some dnat should help
HarvSki
November 22, 2005, 11:17am
3
You may also need to disable “Universal Client” too
sergejs
November 22, 2005, 9:07pm
4
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.
smilga
November 23, 2005, 7:17am
5
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.