<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Update IP addresses at dynamic DNS services Using ddclient</title>
	<atom:link href="http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SLM</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-9823</link>
		<dc:creator>SLM</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-9823</guid>
		<description>@ invalid login error:

If you cut and paste this line from above:
use=web, web=checkip.dyndns.org/, web-skip=’IP Address’

you will end up with ’ characters, not &#039; characters, which causes this error.</description>
		<content:encoded><![CDATA[<p>@ invalid login error:</p>
<p>If you cut and paste this line from above:<br />
use=web, web=checkip.dyndns.org/, web-skip=’IP Address’</p>
<p>you will end up with ’ characters, not &#8216; characters, which causes this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manic</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-7062</link>
		<dc:creator>manic</dc:creator>
		<pubDate>Thu, 02 Apr 2009 19:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-7062</guid>
		<description>mrmikey, do you have quotes around your username and password?  I believe you need them around your host name as well... Ex:

login=&#039;yourlogin&#039;
password=&#039;yourpassword&#039;

I&#039;ll probably have it figured out by the time anybody answers this, but what is

web-skip=&#039;IP Address&#039;

?</description>
		<content:encoded><![CDATA[<p>mrmikey, do you have quotes around your username and password?  I believe you need them around your host name as well&#8230; Ex:</p>
<p>login=&#8217;yourlogin&#8217;<br />
password=&#8217;yourpassword&#8217;</p>
<p>I&#8217;ll probably have it figured out by the time anybody answers this, but what is</p>
<p>web-skip=&#8217;IP Address&#8217;</p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrmikey05</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-6878</link>
		<dc:creator>mrmikey05</dc:creator>
		<pubDate>Fri, 27 Mar 2009 09:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-6878</guid>
		<description>I set everything up correctly and the status is running. But it show this error when restart:

 * Restarting Dynamic DNS service update utility ddclient                       WARNING:  skipping host: Address´: &#039;login=&#039; is an invalid login.

Can anyone help me out. I have a account with DYNDNS.com. The username I used is correct but error says its invalid. Password is also correct.</description>
		<content:encoded><![CDATA[<p>I set everything up correctly and the status is running. But it show this error when restart:</p>
<p> * Restarting Dynamic DNS service update utility ddclient                       WARNING:  skipping host: Address´: &#8216;login=&#8217; is an invalid login.</p>
<p>Can anyone help me out. I have a account with DYNDNS.com. The username I used is correct but error says its invalid. Password is also correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-5650</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Mon, 26 Jan 2009 18:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-5650</guid>
		<description>This is my /etc/ddclient.conf

pid=/var/run/ddclient.pid
protocol=dyndns2
## use=if, if=eth0
use=web, web=checkip.dyndns.org/
server=members.dyndns.org
login=someuser
password=&#039;somepass&#039;
my.site.com

It is a little bit different from the setting here, can anyone see a problem in my settings?

Also, what is web-skip=&#039;IP Address&#039;

Thanks</description>
		<content:encoded><![CDATA[<p>This is my /etc/ddclient.conf</p>
<p>pid=/var/run/ddclient.pid<br />
protocol=dyndns2<br />
## use=if, if=eth0<br />
use=web, web=checkip.dyndns.org/<br />
server=members.dyndns.org<br />
login=someuser<br />
password=&#8217;somepass&#8217;<br />
my.site.com</p>
<p>It is a little bit different from the setting here, can anyone see a problem in my settings?</p>
<p>Also, what is web-skip=&#8217;IP Address&#8217;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3797</link>
		<dc:creator>Per</dc:creator>
		<pubDate>Sat, 08 Nov 2008 17:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3797</guid>
		<description>@robbo
@admin

the daemon=300 only tells ddclient daemon to check once every 5 minutes, if the ip address has been updated, and if so, it sends an update the the ddns server

if no ip address changes have occured, it does NOT send an update to the ddns server

however, the ddclient running in daemon mode should automatically send an update every month, (i think every 25 days or something like that), even if no changes have been made in the ip address, in order to keep the account active

if you run the ddclient from a cron job, you can simply make another cron job with a FORCED update once every 30 days or so, see the manual for info about how to make a forced update

if your ip address changes more often than once a month, there is no problem, since it will be updated no longer than 5 minutes after the ip address changes

but if your ip address is in constant use for months, u will have to make the separate cron job, or preferably, run ddclient in daemon mode

in the end it all depends on which ip renewal rules your internet provider has set up for their DHCP server</description>
		<content:encoded><![CDATA[<p>@robbo<br />
@admin</p>
<p>the daemon=300 only tells ddclient daemon to check once every 5 minutes, if the ip address has been updated, and if so, it sends an update the the ddns server</p>
<p>if no ip address changes have occured, it does NOT send an update to the ddns server</p>
<p>however, the ddclient running in daemon mode should automatically send an update every month, (i think every 25 days or something like that), even if no changes have been made in the ip address, in order to keep the account active</p>
<p>if you run the ddclient from a cron job, you can simply make another cron job with a FORCED update once every 30 days or so, see the manual for info about how to make a forced update</p>
<p>if your ip address changes more often than once a month, there is no problem, since it will be updated no longer than 5 minutes after the ip address changes</p>
<p>but if your ip address is in constant use for months, u will have to make the separate cron job, or preferably, run ddclient in daemon mode</p>
<p>in the end it all depends on which ip renewal rules your internet provider has set up for their DHCP server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gayan</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3796</link>
		<dc:creator>gayan</dc:creator>
		<pubDate>Sun, 17 Aug 2008 04:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3796</guid>
		<description>hiiiiii all

plsssssssss can u help me.. let me know this script how to configure in with zoneedit plsssss post or mail me.. i m not familyer with script so plssss help me step by step or pls tell website..

thanks</description>
		<content:encoded><![CDATA[<p>hiiiiii all</p>
<p>plsssssssss can u help me.. let me know this script how to configure in with zoneedit plsssss post or mail me.. i m not familyer with script so plssss help me step by step or pls tell website..</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3794</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 20 Jun 2008 11:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3794</guid>
		<description>@zainuddin

make sure you have enabled universe and multiverse repositories</description>
		<content:encoded><![CDATA[<p>@zainuddin</p>
<p>make sure you have enabled universe and multiverse repositories</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zainuddin</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3795</link>
		<dc:creator>zainuddin</dc:creator>
		<pubDate>Fri, 20 Jun 2008 10:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3795</guid>
		<description>sudo aptitude install ddclient

Couldn&#039;t find any package whose name or description matched &quot;ddclient&quot;</description>
		<content:encoded><![CDATA[<p>sudo aptitude install ddclient</p>
<p>Couldn&#8217;t find any package whose name or description matched &#8220;ddclient&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3785</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 03 Jun 2008 18:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3785</guid>
		<description>my routers got a ddns client on it most do.

how would you use this behind a nat address pool ?</description>
		<content:encoded><![CDATA[<p>my routers got a ddns client on it most do.</p>
<p>how would you use this behind a nat address pool ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robbo</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3791</link>
		<dc:creator>robbo</dc:creator>
		<pubDate>Mon, 02 Jun 2008 00:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3791</guid>
		<description>@admin,
thanks, I was just concerned though since DynDNS said it would drop the account if it was done too often.</description>
		<content:encoded><![CDATA[<p>@admin,<br />
thanks, I was just concerned though since DynDNS said it would drop the account if it was done too often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3792</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 01 Jun 2008 21:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3792</guid>
		<description>@robbo
use the following option

daemon=300


The above line tells ddclient to update your public IP address every 5 minutes (specified in secconds).</description>
		<content:encoded><![CDATA[<p>@robbo<br />
use the following option</p>
<p>daemon=300</p>
<p>The above line tells ddclient to update your public IP address every 5 minutes (specified in secconds).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robbo</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3788</link>
		<dc:creator>robbo</dc:creator>
		<pubDate>Sun, 01 Jun 2008 20:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3788</guid>
		<description>DynDNS requires that the IP needs to be updated at least once a month but that it shouldn&#039;t be done too often. Where in the ddclient.conf is a time period located ?</description>
		<content:encoded><![CDATA[<p>DynDNS requires that the IP needs to be updated at least once a month but that it shouldn&#8217;t be done too often. Where in the ddclient.conf is a time period located ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KevDog</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3786</link>
		<dc:creator>KevDog</dc:creator>
		<pubDate>Sat, 31 May 2008 12:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3786</guid>
		<description>Can this be used with noip.com?</description>
		<content:encoded><![CDATA[<p>Can this be used with noip.com?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Levy</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3789</link>
		<dc:creator>Robert Levy</dc:creator>
		<pubDate>Wed, 28 May 2008 19:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3789</guid>
		<description>Also, because I have this as a cron job, I receive an email of the output when it updates the IP.</description>
		<content:encoded><![CDATA[<p>Also, because I have this as a cron job, I receive an email of the output when it updates the IP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Levy</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3790</link>
		<dc:creator>Robert Levy</dc:creator>
		<pubDate>Wed, 28 May 2008 19:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3790</guid>
		<description>Isn&#039;t this just what people have been doing?  Here is the short Perl I wrote to update my ZoneEdit.

&lt;code&gt;
#!/usr/bin/perl

($user,$pass,$host,$homedir)=(&quot;YOURNAME&quot;,&quot;YOURPASS&quot;,&quot;YOURHOST.COM&quot;,&quot;YOURHOMEDIR&quot;);
$ipthere = `cat $homedir/.ip`;
chomp $ipthere;
$ipnow=&quot;&quot;;
while ($ipnow eq &quot;&quot;) {
    $ipnow=`wget -q -O - www.whatismyip.com/automation/n09230945.asp`;
    sleep(3) if $ipnow eq &quot;&quot;; }
if (!($ipthere eq $ipnow )) {
    print &quot;changing $ipthere to $ipnow\n&quot;;
    print `curl -s --basic --user &quot;$user:$pass&quot; --data-ascii &quot;host=$host&quot; &quot;http://dynamic.zoneedit.com/auth/dynamic.html&quot;`;
    system(&quot;echo $ipnow &gt; $homedir/.ip&quot;); }
&lt;code&gt;</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this just what people have been doing?  Here is the short Perl I wrote to update my ZoneEdit.</p>
<p><code><br />
#!/usr/bin/perl</p>
<p>($user,$pass,$host,$homedir)=("YOURNAME","YOURPASS","YOURHOST.COM","YOURHOMEDIR");<br />
$ipthere = `cat $homedir/.ip`;<br />
chomp $ipthere;<br />
$ipnow="";<br />
while ($ipnow eq "") {<br />
    $ipnow=`wget -q -O - <a href="http://www.whatismyip.com/automation/n09230945.asp" rel="nofollow">http://www.whatismyip.com/automation/n09230945.asp</a>`;<br />
    sleep(3) if $ipnow eq ""; }<br />
if (!($ipthere eq $ipnow )) {<br />
    print "changing $ipthere to $ipnow\n";<br />
    print `curl -s --basic --user "$user:$pass" --data-ascii "host=$host" "http://dynamic.zoneedit.com/auth/dynamic.html"`;<br />
    system("echo $ipnow &gt; $homedir/.ip"); }<br />
</code><code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3793</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 28 May 2008 05:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3793</guid>
		<description>@moustapha

thanks for your comment i have updated the article</description>
		<content:encoded><![CDATA[<p>@moustapha</p>
<p>thanks for your comment i have updated the article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salimane MOUSTAPHA</title>
		<link>http://www.ubuntugeek.com/update-ip-addresses-at-dynamic-dns-services-using-ddclient.html/comment-page-1#comment-3787</link>
		<dc:creator>Salimane MOUSTAPHA</dc:creator>
		<pubDate>Wed, 28 May 2008 00:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=439#comment-3787</guid>
		<description>to Restart ddclient service, it should be the following command

sudo /etc/init.d/ddclient force-reload
or
sudo /etc/init.d/ddclient restart</description>
		<content:encoded><![CDATA[<p>to Restart ddclient service, it should be the following command</p>
<p>sudo /etc/init.d/ddclient force-reload<br />
or<br />
sudo /etc/init.d/ddclient restart</p>
]]></content:encoded>
	</item>
</channel>
</rss>

