Find the answer to your Linux question:
Results 1 to 3 of 3
I want to use ddclient with my DynDNS account and I am new to SuSe. I thought ddclient would be on the distribution, but I cannot find it. Assuming I ...
  1. #1
    Just Joined!
    Join Date
    Apr 2007
    Posts
    1

    ddclient on SuSe: how do I install

    I want to use ddclient with my DynDNS account and I am new to SuSe. I thought ddclient would be on the distribution, but I cannot find it. Assuming I have to download and install it, how do I install and have the service start on bootup? (If if is on the distro, please tell me how to find it - I already did an unsuccessful search).

    Thanks in advance.

    Chris

  2. #2
    Linux Engineer oldcpu's Avatar
    Join Date
    Aug 2005
    Location
    Europe
    Posts
    1,142

    suggestion

    Guru packages the ddclient here:
    http://linux01.gwdg.de/~pbleser/rpm-...work/ddclient/

    You need to create an account on dyndns web site creating: "ccorti-computer.homelinux.net" (or something that you like).

    You also need to configure and install a ddclient.conf either in /etc/cron.d/ or in /etc (I can't remember which). Also, modify the ddclient file permissions with something like:
    chmod 755 /etc/cron.d/ddclient.conf (put the path where ddclient is located).

    Your ddclient.conf config file should look something like:
    # Basic configuration file for ddclient
    #
    # /etc/ddclient.conf

    daemon=600
    pid=/var/run/ddclient.pid
    use=web, web=checkip.dyndns.org/, web-skip='IP Address'
    login=ccorti-username
    password=ccorti-password
    protocol=dyndns2
    server=members.dyndns.org
    wildcard=YES
    ccorti-computer.homelinux.net
    # custom=yes, example.com
    You need to configure that ddclient.conf (above) for your login/password/web-address.

    I don't know about boot up, but to have it update every 15-minutes, you could modify your crontab, adding something like:
    Code:
    */15  * * * *   root  /usr/sbin/ddclient -daemon=0 -syslog -quiet

  3. #3
    Linux Newbie framp's Avatar
    Join Date
    Jul 2006
    Location
    Stuttgart, Germany
    Posts
    240
    If you invoke 'ddclient' in /etc/init.d/boot.local you don't need a cron entry.
    "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...