I use the DDNS with a custom URL to my own server. Although the DDNS request works i can see an error in the system.log:
Thu Mar 3 10:25:16 2022 user.warn ddns-scripts[3923]: myddns: Updating IP at DDNS provider failed - starting retry 9/0
When i look in /tmp/log/ddns/myddns.log there is also an error (see below). Why is it generating this error? What goes wrong in the communication?
102518 : Waiting 300 seconds (Check Interval)
103018 : Detect registered/public IP
103018 : #> /usr/bin/nslookup cams.bouwwebcam.nl >/var/run/ddns/myddns.dat 2>/var/run/ddns/myddns.err
103018 : Registered IP '149.210.171.XXX' detected
103018 WARN : Updating IP at DDNS provider failed - starting retry 10/0
103018 : Detect local IP on 'network'
103018 : #> network_get_ipaddr __DATA 'lan'
103019 : ifconfig_name=br-lan; ifconfig_ip=192.168.1.254
103019 : Used ifconfig IP 192.168.1.254 instead
103019 : Local IP '192.168.1.254' detected on network 'lan'
103019 : Update needed - L: '192.168.1.254' <> R: '149.210.171.XXX'
103019 : #> /usr/bin/curl -RsS -o /var/run/ddns/myddns.dat --stderr /var/run/ddns/myddns.err --noproxy '*' 'http://XXX.XXXXXX.nl/update.php?cam=bc19'
103019 : DDNS Provider answered:
good
103020 info : Update successful - IP '192.168.1.254' send
103020 info : Forced update successful - IP: '192.168.1.254' send