DDNS error message due to local IPv4

I've been trying to set up dyndns recently, I think I've entered all the mandatory information. nevertheless, I get the following log and get no further what can it be?

175025       : verbose mode  : 0 - run normal, NO console output
 175025       : check interval: 600 seconds
 175025       : force interval: 259200 seconds
 175025       : retry interval: 60 seconds
 175025       : retry counter : 0 times
 175025       : No old process
 175025       : last update: never
 175026       : Detect registered/public IP
 175026  note : Busybox nslookup - no support to 'force IP Version' (ignored)
 175026       : #> /usr/bin/nslookup user-agent-string.net  >/var/run/ddns/Versuch3.dat 2>/var/run/ddns/Versuch3.err
 175026       : Registered IP '65.68.202.11' detected
 175026  info : Starting main loop at 2021-06-09 17:50
 175026       : Detect local IP on 'interface'
 175026       : #> ip -o addr show dev pppoe-wan scope global >/var/run/ddns/Versuch3.dat 2>/var/run/ddns/Versuch3.err
 175026       : Local IP '77.55.16.175' detected on interface 'pppoe-wan'
 175027       : Update needed - L: '77.55.16.175' <> R: '65.68.202.11'
 175027       : #> /usr/bin/wget-ssl --hsts-file=/tmp/.wget-hsts -nv -t 1 -O /var/run/ddns/Versuch3.dat -o /var/run/ddns/Versuch3.err -4 --no-proxy 'http://xxx:***PW***@dynamic.zoneedit.com/auth/dynamic.html?host=dynamic.zoneedit.com&dnsto=77.55.16.175'
 175027       : DDNS Provider answered:
<ERROR CODE="702" PARAM="600" TEXT="Minimum 600 seconds between requests" ZONE="dynamic.zoneedit.com">
 175028  info : Update successful - IP '77.55.16.175' send
 175028  info : Forced update successful - IP: '77.55.16.175' send
 175028       : Waiting 600 seconds (Check Interval)
 180028       : Detect registered/public IP
 180028  note : Busybox nslookup - no support to 'force IP Version' (ignored)
 180028       : #> /usr/bin/nslookup user-agent-string.net  >/var/run/ddns/Versuch3.dat 2>/var/run/ddns/Versuch3.err
 180028       : Registered IP '65.68.202.11' detected
 180028  WARN : Updating IP at DDNS provider failed - starting retry 1/0
 180029       : Detect local IP on 'interface'
 180029       : #> ip -o addr show dev pppoe-wan scope global >/var/run/ddns/Versuch3.dat 2>/var/run/ddns/Versuch3.err
 180029       : Local IP '77.55.16.175' detected on interface 'pppoe-wan'
 180029       : Update needed - L: '77.55.16.175' <> R: '65.68.202.11'
 180029       : #> /usr/bin/wget-ssl --hsts-file=/tmp/.wget-hsts -nv -t 1 -O /var/run/ddns/Versuch3.dat -o /var/run/ddns/Versuch3.err -4 --no-proxy 'http://xxx:***PW***@dynamic.zoneedit.com/auth/dynamic.html?host=dynamic.zoneedit.com&dnsto=77.55.16.175'
 180030       : DDNS Provider answered:
<ERROR CODE="702" PARAM="600" TEXT="Minimum 600 seconds between requests" ZONE="dynamic.zoneedit.com">
 180030  info : Update successful - IP '77.55.16.175' send
 180030  info : Forced update successful - IP: '77.55.16.175' send
 180030       : Waiting 600 seconds (Check Interval)

well,

seems your update attempts fail.

what happens if you run the wget command with all the params from the prompt ?

1 Like

cat /var/run/ddns/con.err

--2021-06-10 08:07:33--  http://username:*password*@dynamic.zoneedit.com/auth/dynamic.html?host=dynamic.zoneedit.com&dnsto=79.11.203.101
Resolving dynamic.zoneedit.com... 69.68.203.14
Connecting to dynamic.zoneedit.com|69.68.203.14|:80... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Authentication selected: Basic realm="DynamicDNS Updates"
Connecting to dynamic.zoneedit.com|69.68.203.14|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 103 [text/html]
Saving to: '/var/run/ddns/con.dat'

     0K                                                       100%  557K=0s

2021-06-10 08:07:33 (557 KB/s) - '/var/run/ddns/con.dat' saved [103/103]

cat /var/run/ddns/con.dat

<ERROR CODE="702" PARAM="600" TEXT="Minimum 600 seconds between requests" ZONE="dynamic.zoneedit.com">

After which I then tried again

<ERROR CODE="708" TEXT="Login Failed: username" ZONE="dynamic.zoneedit.com">

doesn't look to good ....

1 Like

True but what can it be my access token is correct but zoneedit uses in connection with dyndns not the password but generates token for it?

shouldn't host= have the value of your DNS name, not the zoneedit host ?

1 Like

that's exactly what it was I just noticed and it works now thanks to you

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.