What's new
  • 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!

what I am doing wrong (DDNS)

ttbf_n

New Around Here
First, I enabled DDNS with asus.com and it worked, created a certificate and all good for a while, then it started intermittently not resolving my ip. Pinging my hostname said unresolved, so probably asus did not return anything at all.

Then, I have registered dynu.com which I know works well (tested with terminal commands on Mac).
Custom inadyn.conf in /jffs/:

custom dynu {
ddns-server = api.dynu.com
ddns-path = "/nic/update?username=%%h&myip=%%i"&password=%%p"
hostname = xxxxxx.dynu.net
username = xxxxxx
password = "md5_hash_of_password"
}
verified with inadyn --check-config -f "/jffs/inadyn.conf"
Then added ddns-start script from documentation and gave it execute permissions.
After applying, log shows no obvious errors, but apparently retries until time out, but dynu.com appears never actually reached:

May 27 15:04:02 watchdog: start ddns.
May 27 15:04:02 ddns: update CUSTOM , wan_unit 0
May 27 15:04:02 ddns: Clear ddns cache.
May 27 15:04:02 custom_script: Running /jffs/scripts/ddns-start (args: my_ip)

and this repeats 5 times, then again 5 times after ~30 minutes or so. I do not see any errors, but no updates at dynu.com. Router shows "registration successful" which I do not understand why.

Any help appreciated, probably I have done something stupid. Thanks.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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