You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please give me a hint where to look for issues with my setup? Running inadyn -l debug --foreground --force Gives me this output:
inadyn[753592]: In-a-dyn version 2.11.0 -- Dynamic DNS update client.
inadyn[753592]: Guessing DDNS plugin 'default@strato.com' from 'strato.com'
inadyn[753592]: Resolving hostname pi.hannx.de => IP# 81.169.145.93
inadyn[753592]: Get address for default@strato.com
inadyn[753592]: Checking for IP# change, connecting to checkip.dyndns.com([193.122.130.0]:80)
inadyn[753592]: Querying DDNS checkip server for my public IP#: GET / HTTP/1.0
Host: checkip.dyndns.com
User-Agent: inadyn/2.11.0 https://github.com/troglobit/inadyn/issues
inadyn[753592]: Server response: HTTP/1.1 200 OK
Date: Thu, 09 May 2024 09:21:42 GMT
Content-Type: text/html
Content-Length: 106
Connection: close
Cache-Control: no-cache
Pragma: no-cache
<html><head><title>Current
strato.com([81.169.144.192]:443)
inadyn[753592]: Certificate OK
inadyn[753592]: SSL server cert subject: C=DE,ST=Berlin,L=Berlin,O=Strato AG,CN=*.strato.com
inadyn[753592]: SSL server cert issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=GeoTrust TLS RSA CA G1
inadyn[753592]: Sending alias table update to DDNS server: GET /nic/update?system=dyndns&hostname=pi.hannx.de&myip=158.181.76.220 HTTP/1.0
Host: dyndns.strato.com
Authorization: Basic aGFubnguZGU6aERuWFZ2TmY4QQ==
User-Agent: inadyn/2.11.0 https://github.com/troglobit/inadyn/issues
inadyn[753592]: Successfully sent HTTPS request!
inadyn[753592]: Successfully received HTTPS response (261/8191 bytes)!
inadyn[753592]: DDNS server response: HTTP/1.1 200 OK
Date: Thu, 09 May 2024 09:21:43 GMT
Server: Apache/2.4.37 (rocky) OpenSSL/1.1.1k mod_perl/2.0.12 Perl/v5.26.3
Content-Length: 22
Content-Type: text/plain; charset=ISO-8859-1
Vary: Accept-Encoding
Connection: close
dnserr 158.181.76.220
inadyn[753592]: Temporary error in DDNS server response: DDNS server busy, try later
inadyn[753592]: dnserr 158.181.76.220
inadyn[753592]: Will retry again in 600 sec ...
Why does the server first send an ok reply and is then busy? I tried this over several days, so it is not a temporary outage. The conf file uses the strato.com provider with username, password and hostname. Inadyn is not running on my router but on a raspberry pi. Could that cause a problem and do I need to configure any ports?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
Could you please give me a hint where to look for issues with my setup? Running
inadyn -l debug --foreground --force
Gives me this output:Why does the server first send an ok reply and is then busy? I tried this over several days, so it is not a temporary outage. The conf file uses the strato.com provider with username, password and hostname. Inadyn is not running on my router but on a raspberry pi. Could that cause a problem and do I need to configure any ports?
Beta Was this translation helpful? Give feedback.
All reactions