This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
networking:router:mikrotik_dyndns [2013/07/28 16:42] gcooper created |
networking:router:mikrotik_dyndns [2022/10/24 09:34] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Mikrotik RouterOS Dynamic DNS ====== | ====== Mikrotik RouterOS Dynamic DNS ====== | ||
- | http:// | + | ===== Mikrotik Cloud Method ===== |
- | http://forum.mikrotik.com/ | + | http://wiki.mikrotik.com/ |
- | | + | |
- | | + | |
- | ===== DynDNS Update Script ===== | + | Dynamic DNS and NTP service that's simple to set up and needs no scripts or scheduled tasks. |
+ | To make a more memorable hostname, you can create a CNAME record in another DNS domain name that you control using this DNS Name as the target. | ||
+ | ==== Winbox ==== | ||
+ | |||
+ | **IP -> Cloud** | ||
+ | |||
+ | * Enable DDNS | ||
+ | * Enable Update Time | ||
+ | |||
+ | ==== CLI ==== | ||
+ | |||
+ | < | ||
+ | /ip cloud set enabled=yes update-time=yes | ||
+ | |||
+ | /ip cloud print | ||
+ | </ |