What's new

[Test] Asuswrt-Merlin with HTTPS support for DDNS

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Working fine with No-IP

Code:
Sep  3 11:38:27 watchdog: start ddns.
Sep  3 11:38:27 rc_service: watchdog 770:notify_rc restart_ddns
Sep  3 11:38:27 start_ddns: update WWW.NO-IP.COM noip, wan_unit 0
Sep  3 11:38:27 ddns_update: ez-ipupdate: starting...
Sep  3 11:38:27 ddns_update: connected to dynupdate.no-ip.com (8.23.224.120) on port 443.
Sep  3 11:38:27 ddns_update: request successful
Sep  3 11:38:27 ddns_update: asusddns_update: 0
Sep  3 11:38:27 ddns: ddns update ok
Sep  3 11:38:27 ddns_update: exit_main
 
Router: RT-AC88U
Firmware: 384.7_alpha2-g5b47594b0 (installed over 384.6)

I'm with dyn.com (grandfather'd to a free 'PRO' account many moons ago (pre-ORACLE, ugh) because of a donation to them when they were still a not-for-profit outfit). Normally I don't use asuswrt-merlin to do ddns updates, instead have always used 'ddclient' on a linux server on my LAN to do this task. But today...

Installed and configured 384.7_alpha2 'WAN|DDNS' to do the job with _one_ of the dynamic name IP addresses I have registered with dyn.com (I have three):
Code:
Sep  3 15:37:25 start_ddns: update WWW.DYNDNS.ORG dyndns, wan_unit 0
Sep  3 15:37:26 ddns_update: ez-ipupdate: starting...
Sep  3 15:37:27 ddns_update: connected to members.dyndns.org (162.88.175.12) on port 443.
Sep  3 15:37:27 ddns_update: members.dyndns.org says that your IP address has not changed since the last update
Sep  3 15:37:27 ddns_update: asusddns_update: 0
Sep  3 15:37:27 ddns: ddns update ok
Sep  3 15:37:27 ddns_update: exit_main
Yup, that works.

Re-configured this time with all three of the named IP addresses I have with DYN using comma delineation in the 'Host Name' box, i.e., (for example).
Code:
xxx.blogdns.com,yyy.dnsdojo.org,zzz.webhop.net
Click 'Apply' ... and ... Log again shows:
Code:
Sep  3 15:41:53 rc_service: httpd 351:notify_rc restart_ddns
Sep  3 15:41:53 start_ddns: update WWW.DYNDNS.ORG dyndns, wan_unit 0
Sep  3 15:41:53 ddns_update: ez-ipupdate: starting...
Sep  3 15:41:54 ddns_update: connected to members.dyndns.org (162.88.175.12) on port 443.
Sep  3 15:41:54 ddns_update: request successful
Sep  3 15:41:54 ddns_update: asusddns_update: 0
Sep  3 15:41:54 ddns: ddns update ok
Sep  3 15:41:54 ddns_update: exit_main

Yup. That works too. Verified by logging into my DYN account and checking update time stamps on all three of my registered with DYN named IP addresses.

Nice work as usual, rmerlin!

.
 
Last edited:
Code:
Sep  4 15:39:01 ddns_update: ez-ipupdate: starting...
Sep  4 15:39:01 ddns_update: asus_private() interface =eth0
Sep  4 15:39:01 ddns_update: g_asus_ddns_mode == 2
Sep  4 15:39:10 ddns_update: connected to nwsrv-ns1.asus.com (xxx.xx.x.xxx) on port xxx.
Sep  4 15:39:11 ddns_update: Asus update entry:: return: HTTP/1.1 200 OK^M Date: Tue, 04 Sep 2018 22:39:10 GMT^M Server: Apache^M X-Powered-By: PHP/5.6.30^M Content-Length: 0^M Connection: close^M Content-Type: text/html; charset=UTF-8^M ^M
Sep  4 15:39:11 ddns_update: retval= 0, ddns_return_code (,200)
Sep  4 15:39:11 ddns_update: asusddns_update: 0
Sep  4 15:39:11 ddns: ddns update ok
Sep  4 15:39:11 ddns_update: exit_main

Looks great! AsusDDNS here on a 68U.
 
Last edited:

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top