Difference between revisions of "Dyndns"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 6: Line 6:
 
  yast -i subversion
 
  yast -i subversion
 
  svn co https://ddclient.svn.sourceforge.net/svnroot/ddclient/trunk ddclient
 
  svn co https://ddclient.svn.sourceforge.net/svnroot/ddclient/trunk ddclient
 +
 +
<pre>
 +
tweedleburg:~/svn/ddclient # killall ddclient
 +
tweedleburg:~/svn/ddclient # ./ddclient
 +
WARNING:  file /etc/ddclient/ddclient.conf: file /etc/ddclient/ddclient.conf must be accessible only by its owner (fixed).
 +
WARNING:  file /var/cache/ddclient/ddclient.cache, line 1: program version mismatch; ignoring /var/cache/ddclient/ddclient.cache
 +
SUCCESS:  updating staerk.dyndns.org: good: IP address set to 84.168.89.154
 +
tweedleburg:~/svn/ddclient # ./ddclient
 +
tweedleburg:~/svn/ddclient # rm /var/cache/ddclient/ddclient.cache
 +
tweedleburg:~/svn/ddclient # ./ddclient
 +
WARNING:  updating staerk.dyndns.org: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
 +
tweedleburg:~/svn/ddclient #
 +
</pre>

Revision as of 14:42, 13 February 2010

[dyndns] is a service that allows you to access your computer under a static name. For example your home computer could have the address mycomputer.dyndns.org. Even if your home computer's IP changed, you would still be able to access it via the public internet. To get this, you will need

This article describes how you get a daemon running on your computer. Download ddclient like this:

yast -i subversion
svn co https://ddclient.svn.sourceforge.net/svnroot/ddclient/trunk ddclient
tweedleburg:~/svn/ddclient # killall ddclient
tweedleburg:~/svn/ddclient # ./ddclient
WARNING:  file /etc/ddclient/ddclient.conf: file /etc/ddclient/ddclient.conf must be accessible only by its owner (fixed).
WARNING:  file /var/cache/ddclient/ddclient.cache, line 1: program version mismatch; ignoring /var/cache/ddclient/ddclient.cache
SUCCESS:  updating staerk.dyndns.org: good: IP address set to 84.168.89.154
tweedleburg:~/svn/ddclient # ./ddclient
tweedleburg:~/svn/ddclient # rm /var/cache/ddclient/ddclient.cache
tweedleburg:~/svn/ddclient # ./ddclient
WARNING:  updating staerk.dyndns.org: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
tweedleburg:~/svn/ddclient #