• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

ddclient freedns problem

_marco_

Member
Hallo zusammen,

da no-ip.biz letztens nicht mehr ging, wollte ich noch einen ddns Dienst dazuschalten.

Diesen aber von einem Rechner an der Fritzbox mit ddclient.

Die Konfiguration sieht so aus ddclient.conf:
Code:
daemon=300                              # check every 300 seconds
syslog=yes                              # log update msgs to syslog
mail-failure=root                       # mail failed update msgs to root
pid=/var/run/ddclient.pid               # record PID in file.


##
## freedns.afraid.org
##
use=web, web=checkip.dyndns.org/, web-skip='Current IP Address: ' # found after IP Address
server=freedns.afraid.org
protocol=freedns
login=meinlogin
password='meinpw'
meine-domain.org

Leider bekomme ich immer folgende Meldung:

Code:
# ddclient -daemon=0 -syslog -debug -noquiet
DEBUG:    proxy  = 
DEBUG:    url    = checkip.dyndns.org/
DEBUG:    server = checkip.dyndns.org
DEBUG:    get_ip: using web, checkip.dyndns.org/ reports 92.211.145.112
DEBUG:    
DEBUG:     nic_freedns_update -------------------
DEBUG:    proxy  = 
DEBUG:    url    = http://freedns.afraid.org/api/?action=getdyndns&sha=blah
DEBUG:    server = freedns.afraid.org
FAILED:   Could not get freedns update URLs from freedns.afraid.org

Die IP Adresse von dyndns stimmt, nur klappt etwas mt freedns nicht.

Messages sagt:

Code:
2014-07-06T15:51:08.222473+02:00 nuc ddclient[30996]: WARNING:  file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = ''
2014-07-06T15:51:09.180714+02:00 nuc ddclient[30996]: FAILED:   Could not get freedns update URLs from freedns.afraid.org
2014-07-06T15:55:52.508241+02:00 nuc ddclient[7428]: WARNING:  file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = ''
2014-07-06T15:55:52.783784+02:00 nuc ddclient[7428]: WARNING:  skipping update of meineip.org from <nothing> to 92.211.145.112.
2014-07-06T15:55:52.784156+02:00 nuc ddclient[7428]: WARNING:   last updated <never> but last attempt on Sun Jul  6 15:51:08 2014 failed.
2014-07-06T15:55:52.784473+02:00 nuc ddclient[7428]: WARNING:   Wait at least 5 minutes between update attempts.
2014-07-06T15:56:10.033588+02:00 nuc ddclient[30996]: FAILED:   Could not get freedns update URLs from freedns.afraid.org

Ich versteh nich twas der mit 'ip' = '' will.
Code:
tail /var/cache/ddclient/ddclient.cache 
## ddclient-3.8.1
## last updated at Sun Jul  6 16:01:10 2014 (1404655270)
atime=1404655270,host=meinedomain.org,ip=,mtime=0,status=noconnect,warned-min-error-interval=0,warned-min-interval=0,wtime=0 meinedomain.org

Habt ihr noch eine Idee?
 
Oben