Starting from the version of RouterOS v6.14, the Cloud function is added which allows using the Dynamic DNS name for a device that is automatically assigned and can be accessed by it even if the IP address is changed.
Example of switching through the console:
1
|
ip cloud set enabled=yes |
Example of viewing parameters:
1
|
ip cloud print |
Enable device time update with DDNS server time (if SNTP or NTP service is not configured):
1
|
ip cloud update-time yes/no |
Immediate update of DDNS:
1
|
ip cloud force-update |
View the DDNS name:
1
|
ip cloud dns-name |
View the public IP address to which DDNS is bound:
1
|
ip cloud public-address |
Binding DDNS to a local IP address instead of a public one, for example to 192.168.1.101, etc.)
1
|
ip cloud advanced use-local-address yes/no |
View the current status of the Cloud (updated, updated, error, etc.):
1
|
ip cloud status |