Nice tutorial. But I did all the things and RB still didn’t update dynDNS. When I manualy create an URL - everythings work fine.
Is it possible to make tracing of mikrotik’s script while it runnig?
:global duiapassmd5 “22dcrwdfe4cadasd07c4fae3dc5a13” # replace with your own MD5 pass
:global duiahost “david.duia.us” # replace with your own hostname
:global duiaForce false
Define Global Variables
:global currentIP;
:log info “DynDNS: $currentIP”
:tool fetch url=“http://ipv4.duia.ro” dst-path=“/duia.checkip.html”
:delay 1
:local result [/file get duia.checkip.html contents]
:global duiapassmd5 “22dcrwdfe4cadasd07c4fae3dc5a13” # replace with your own MD5 pass
:global duiahost “david.duia.us” # replace with your own hostname
:global duiaForce false
Define Global Variables
:global currentIP;
:log info “DynDNS: $currentIP”
:tool fetch url=“http://ipv6.duia.ro” dst-path=“/duia.checkip.html”
:delay 1
:local result [/file get duia.checkip.html contents]
then go to System → Scripts and PASTE the code for IPv4 or IPv6 address update.
at the end go to System → Scheduler and add this script to run every 5 minute.