Dynamic IP on own domain
Dynamic IP on own domain
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Dynamic DNS Service
- Dynamic IP on own domain
- Forum della Comunità
- Dynamic IP on own domain
Argomento: Dynamic IP on own domain
Hello all
Nice to find alternate of dyndns.
I just register new FREE user, and try to update on Mikrotik, all seem good, the ip has been update properly.
Now, i try to add my own domain, and add new hostname
sample:
myowndomain.net
add new record for mikrotik.myowndomain.net IP 123.123.11.22
Here is the mikrotik log
13:25:25 script,info Dynu: IP-Dynu = 123.123.11.22
13:25:25 script,info Dynu: IP-Fresh = 180.249.xx.yy
13:25:25 script,info Dynu: Update IP needed, Sending UPDATE...!
13:25:25 info fetch: file "Dynu.mikrotik.myowndomain.net" downloaded
13:25:27 script,info Dynu: IP updated to 180.249.xx.yy!
But, the IP not updated at all.
Is this because my ID is FREE version ??
Thanks
Nice to find alternate of dyndns.
I just register new FREE user, and try to update on Mikrotik, all seem good, the ip has been update properly.
Now, i try to add my own domain, and add new hostname
sample:
myowndomain.net
add new record for mikrotik.myowndomain.net IP 123.123.11.22
Here is the mikrotik log
13:25:25 script,info Dynu: IP-Dynu = 123.123.11.22
13:25:25 script,info Dynu: IP-Fresh = 180.249.xx.yy
13:25:25 script,info Dynu: Update IP needed, Sending UPDATE...!
13:25:25 info fetch: file "Dynu.mikrotik.myowndomain.net" downloaded
13:25:27 script,info Dynu: IP updated to 180.249.xx.yy!
But, the IP not updated at all.
Is this because my ID is FREE version ??
Thanks
Rispondi con citazione |Segnalare
You can use your own domain name for dynamic DNS service for free. If you have just changed the name servers for your domain name to ours, it may take sometime for the name server changes to propagate.
Rispondi con citazione |Segnalare
Thanks xiaoye
It is not NS issue, domain already propagate.
When i try using a browser, IP was update
http://api.dynu.com/nic/update?hostname=myowndomain.net&alias=mikrotik&myip=198.144.123.123&password=abcdefghijklmnopqrstuvwxyz0987654321
i gotI think there is need some tune on the mikrotik scripting for own domain. I know this when i make some modification. But my programing is not good
ORIGINAL:
:global str "/nic/update?hostname=$ddnshost&myip=$ipfresh"
My MODIFICATION:
:global str "/nic/update?hostname=$ddnshost&alias=mikrotik&myip=$ipfresh"
And on top,
:global ddnshost "myowndomain.net"
It is not updated when i use :global ddnshost "mikrotik.myowndomain.net"
Regards,
Nyoman
It is not NS issue, domain already propagate.
When i try using a browser, IP was update
http://api.dynu.com/nic/update?hostname=myowndomain.net&alias=mikrotik&myip=198.144.123.123&password=abcdefghijklmnopqrstuvwxyz0987654321
i got
wrote:good 198.144.123.123
ORIGINAL:
:global str "/nic/update?hostname=$ddnshost&myip=$ipfresh"
My MODIFICATION:
:global str "/nic/update?hostname=$ddnshost&alias=mikrotik&myip=$ipfresh"
And on top,
:global ddnshost "myowndomain.net"
It is not updated when i use :global ddnshost "mikrotik.myowndomain.net"
Regards,
Nyoman
Rispondi con citazione |Segnalare
| Autore | Argomento: Dynamic IP on own domain |
|---|---|
|
nyoman Iscritto: 14/05/2017 |
domenica 14 maggio 2017 22:30
Hello all
Nice to find alternate of dyndns. I just register new FREE user, and try to update on Mikrotik, all seem good, the ip has been update properly. Now, i try to add my own domain, and add new hostname sample: myowndomain.net add new record for mikrotik.myowndomain.net IP 123.123.11.22 Here is the mikrotik log 13:25:25 script,info Dynu: IP-Dynu = 123.123.11.22 13:25:25 script,info Dynu: IP-Fresh = 180.249.xx.yy 13:25:25 script,info Dynu: Update IP needed, Sending UPDATE...! 13:25:25 info fetch: file "Dynu.mikrotik.myowndomain.net" downloaded 13:25:27 script,info Dynu: IP updated to 180.249.xx.yy! But, the IP not updated at all. Is this because my ID is FREE version ?? Thanks |
|
xiaoye Iscritto: 27/03/2015 |
lunedì 15 maggio 2017 08:28
You can use your own domain name for dynamic DNS service for free. If you have just changed the name servers for your domain name to ours, it may take sometime for the name server changes to propagate.
|
|
nyoman Iscritto: 14/05/2017 |
lunedì 15 maggio 2017 21:12
Thanks xiaoye
It is not NS issue, domain already propagate. When i try using a browser, IP was update http://api.dynu.com/nic/update?hostname=myowndomain.net&alias=mikrotik&myip=198.144.123.123&password=abcdefghijklmnopqrstuvwxyz0987654321 i got
ORIGINAL: :global str "/nic/update?hostname=$ddnshost&myip=$ipfresh" My MODIFICATION: :global str "/nic/update?hostname=$ddnshost&alias=mikrotik&myip=$ipfresh" And on top, :global ddnshost "myowndomain.net" It is not updated when i use :global ddnshost "mikrotik.myowndomain.net" Regards, Nyoman |
sabato 13 giugno 2026 13:57
