hi
we have some mikrotik running as hotspots in some restuarants, coffee shops; mall…
mikrotik are behind ADSL box receiving internet and broadcast ads
please note that mikrotik have dynamic ip
can you help me to remote acces from my office using ip cloud and sn.mynetname.net
THANKS
If understand correctly (If I’m wrong give some more information):
You cannot use xxxxxxxxxxxx.sn.mynetname.net address to login at MikroTik router behind NAT, xxxxxxxxxxxx.sn.mynetname.net assign DNS for external IP only. But you can use portmap (port forwarding) on “ADSL box” like:
[external-IP-of-the-ADSL-box]:10001->[mikrotik-1-IP]:8291
[xxxxxxxxxxxx.sn.mynetname.net ]:10002->[mikrotik-2-IP]:8291
(xxxxxxxxxxxx.sn.mynetname.net is equal to external-IP-of-the-ADSL-box)
[mikrotik-2-IP] and [mikrotik-1-IP] must be static
Use winbox to connect to xxxxxxxxxxxx.sn.mynetname.net:10001 to connect to router 1, or xxxxxxxxxxxx.sn.mynetname.net:10002 to connect to router 2.
Note that ADSL provider must give you not a private IP address; and don’t forget to add firewall rule to use winbox:
/ip firewall filter add action=accept chain=input comment="Permit Management" dst-port=8291 log-prefix="" protocol=tcp
janisk
September 2, 2016, 12:30pm
3
in CLI you can set up that ip-cloud uses local address from the router.
Thanks voxmaster its workinggggggg