This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:router:mikrotik_dyndns [2013/09/21 21:48] gcooper |
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/ |
- | | + | |
- | | + | |
- | Most of examples in our wiki uses CLI, but if you want you can run winbox through wine on linux machines. | + | Dynamic DNS and NTP service that's simple to set up and needs no scripts or scheduled tasks. |
- | OVPN reference an examples: | + | 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. |
- | http://wiki.mikrotik.com/ | + | |
- | IPSec reference: | + | ==== Winbox ==== |
- | http:// | + | |
- | Some user written examples: | + | **IP -> Cloud** |
- | http:// | + | |
+ | * Enable DDNS | ||
+ | * Enable Update Time | ||
- | ===== DNS-o-Matic Update Script | + | ==== CLI ==== |
- | + | ||
- | http:// | + | |
+ | < | ||
+ | /ip cloud set enabled=yes update-time=yes | ||
+ | /ip cloud print | ||
+ | </ |