Page 1 of 1

IP CLOUD REMOTE ACCESS

Posted: Thu Sep 01, 2016 2:21 pm
by gorebell
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

Re: IP CLOUD REMOTE ACCESS

Posted: Fri Sep 02, 2016 1:04 pm
by voxmaster
If understand correctly (If I'm wrong give some more information):
1. 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
2. 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

Re: IP CLOUD REMOTE ACCESS

Posted: Fri Sep 02, 2016 3:30 pm
by janisk
in CLI you can set up that ip-cloud uses local address from the router.

Re: IP CLOUD REMOTE ACCESS

Posted: Mon Sep 05, 2016 4:52 pm
by gorebell
Thanks voxmaster its workinggggggg