What's new

Duckdns on Asus merlin router

  • 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!

Aidancov1

Occasional Visitor
I am trying to get duckdns to work on my Asus router. I have followed a few tutorials but the seem to be outdated and don't work. It says on Asus merlin website that you need to run a script for custom ddns in Jffs/sripts which I have tried to do but it either says DDNS in processing or error.

Can anyone assist with this please.

Thank you.
 
Hi,

I also use duckdns for the DDNS and I have made a inadyn.conf file under /jffs/configs with the following content:

Code:
provider duckdns.org {
        hostname = xxxxx.duckdns.org
        password = noused
        username = xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
        checkip-command = 'getrealip.sh'
}
period = 60
forced-update = 60
iterations = 0
iface = eth4
ca-trust-file = /etc/ssl/certs/ca-certificates.crt
secure-ssl = true

where username is the token that you can find on the duckdns home

1731014637981.jpeg


and on DDNS from web GUI of router i have made the following conf

1731014669132.jpeg


I hope that information would help you

Edit

Sorry I have missed this part, added under /jffs/scripts/ a script called ddns-start and inserted the following:

Code:
#!/bin/sh

inadyn --once -f "/jffs/configs/inadyn.conf" -e "/sbin/ddns_custom_updated 1" --continue-on-error "/sbin/ddns_custom_updated 0"
 
Last edited:

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!
Top