OpenWrt Forum Archive

Topic: DuckDNS

The content of this topic has been archived on 17 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello all,

I have a slight issue that is bothering me. I installed DuckDNS according to the how-to located on their website. I chose openwrt and my domain and followed the instructions exactly.

Everything seems to be operating correctly too. If i manually change my ip from the DuckDNS webpage, the script on my router will simple update it at said interval.

The issue is that we i go to Status > Overview and scroll to "Dynamic DNS", under the "Network" column it says "config error"

This is driving me nuts because everything seems to be working... and i am probably OCD. tongue

I have a suspicion that is has to the with the "Path to CA-Certificate" field. Located at Services > Dynamic DNS > Edit > Basic Settings. I currently have that set to "/etc/ssl/certs/cacert.pem"

Has anyone encountered this before?

(Last edited by thehofl on 9 Jan 2017, 22:16)

What OpenWrt / ddns-scripts / luci-app-ddns versions are you talking about, so I can try to reproduce your problem.

Chris5560,

Please see below and let me know if you need additional information.
Thank you for your assistance!

Router: Linksys WRT1900ACS
OpenWRT: OpenWrt Chaos Calmer 15.05.1 / LuCI 15.05
ddns-scripts: v2.4.3-2
luci-app-version: v2.2.4-1

Error:
https://ibin.co/38S5k1AK5Uid.png

thehofl wrote:

OpenWRT: OpenWrt Chaos Calmer 15.05.1 / LuCI 15.05
ddns-scripts: v2.4.3-2
luci-app-version: v2.2.4-1

I found the same situation.

CC 15.05 and different router.

Any solution?

TIA,

Do you see any problems inside logfile ?
Does the service updating ?
No. Please post your /etc/config/ddns

Hi,

I don't see any problem in the log.

Yes, I think updating but my IP is changing very rarely.

config service 'myduckdns'
    option enabled '1'
    option domain '<myhostname.duckdns.org'
    option username '<myhostname>'
    option password '<my-token>'
    option ip_source 'network'
    option ip_network 'wan'
    option force_interval '72'
    option force_unit 'hours'
    option check_interval '10'
    option check_unit 'minutes'
    option update_url 'http://www.duckdns.org/update?domains=[USERNAME]&tok
en=[PASSWORD]&ip=[IP]'

My myduckdns.update is empty.

TIA,
Ruzsi

The discussion might have continued from here.