Dynamic IP on own domain Dynamic IP on own domain

Topic: Dynamic IP on own domain

Post Dynamic IP on own domain
by nyoman on Sunday, May 14, 2017

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

Reply with quote | Report
Post Re: Dynamic IP on own domain
by xiaoye on Monday, May 15, 2017

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.

Reply with quote | Report
Post Re: Dynamic IP on own domain
by nyoman on Monday, May 15, 2017

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
wrote:good 198.144.123.123
I 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

Reply with quote | Report
Thursday, March 28, 2024 9:24 AM
Loading...