Dynamic IP on own domain
Dynamic IP on own domain
- 主页
- 后台控制中心
- Community Forum
- Services
- Dynamic DNS Service
- Dynamic IP on own domain
- Community Forum
- Dynamic IP on own domain
Topic: 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
Reply with quote |Report
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
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
Reply with quote |Report
| Author | Topic: Dynamic IP on own domain |
|---|---|
|
nyoman Joined: 2017/5/14 |
2017年5月14日星期日 下午10: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 Joined: 2015/3/27 |
2017年5月15日星期一 上午8: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 Joined: 2017/5/14 |
2017年5月15日星期一 下午9: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 |
2026年6月13日星期六 下午2:03
