This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dyndns DDClient no automatic update

Hi,
I´ve installed Astaro and I am very happy about it. I also wanted to use a dynds-updater and my decision was to use ddclient.
Now my problem:
When I restart my machine where astaro is installed, my IP will succesfull updated. But after 24 hours, when my provider kicks my and astaro has to dial again, the update of my dyndns account fails. I´m using the newest version of astaro (4.016) and version 3.6.3 of ddclient.
In the ddclient.conf, I set the following parameters:

daemon=300                              # check every 300 seconds
syslog=yes                              # log update msgs to syslog
mail=root                               # mail all msgs to root
mail-failure=root                       # mail failed update msgs to root
pid=/var/run/ddclient.pid               # record PID in file.

use=if,                     if=eth1     # via interfaces  (-> this is my external interface) 

login=myloginname                       # default login
password=mypassword                     # default password
#mx=mx.for.your.host                    # default MX
#backupmx=yes|no                        # host is primary MX?
wildcard=yes                            # add wildcard CNAME?

server=members.dyndns.org,              \
protocol=dyndns2                        \
mydyndnsname.dyndns.org

Is there something wrong with the parameters i set?
Thanks for you help
Gudze    


This thread was automatically locked due to age.
  • please check the md5sum of the binary, should look like
    ecf4bbded2e262cf8e198eda6a25a144  /usr/bin/ez-ipupdate

    Greetings
    cyclops  
  • Did you do the other things that should be done?

    • move dyndns.conf to ASL:/etc
      chmod 644 /etc/dyndns.conf
    • move dyndns to ASL:/etc/rc.d
      chmod 755 /etc/rc.d/dyndns
    • move ez-ipupdate to ASL:/usr/bin
       chmod 755 /usr/bin/ez-ipupdate
    • cd /etc/rc.d/rc3.d
      Create symlinks pointing to ../dyndns
      ln -s ../dyndns K81dyndns
      ln -s ../dyndns S81dyndns
    [/list]
    You might be doing nothing wrong.

    Can somebody please confirm that ez-ipupdate works with 4.016?  
  • The checksum looks like the same, and I did all described in the how to and as SecApp wrote in his post.