<?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: How To Configure Dynamic DNS (Fedora Core 4 Setup)</title>
	<atom:link href="http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/</link>
	<description>Sohail Riaz, Linux and Open Source Blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 06:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rashid</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2198</link>
		<dc:creator>rashid</dc:creator>
		<pubDate>Sun, 18 Dec 2011 11:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2198</guid>
		<description>line # 20 the keyword  rndckey   and  while defining the localdomain I think there is . at the end of localdomain word check this as well 
You can get the sample dhcpd.conf file
http://www.semicomplete.com/files/dynamic-dns-with-dhcp/dhcpd.conf

have a look to this config file as well

Regards,

Rashid</description>
		<content:encoded><![CDATA[<p>line # 20 the keyword  rndckey   and  while defining the localdomain I think there is . at the end of localdomain word check this as well<br />
You can get the sample dhcpd.conf file<br />
<a href="http://www.semicomplete.com/files/dynamic-dns-with-dhcp/dhcpd.conf" rel="nofollow">http://www.semicomplete.com/files/dynamic-dns-with-dhcp/dhcpd.conf</a></p>
<p>have a look to this config file as well</p>
<p>Regards,</p>
<p>Rashid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: holmes</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2197</link>
		<dc:creator>holmes</dc:creator>
		<pubDate>Sun, 18 Dec 2011 06:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2197</guid>
		<description>thanks,,for answering , here is the dhcpd.conf file..

----------------------------------------------------------------------------------

shared-network arnaldo-net {

#Parametros globales...

option routers			190.162.107.1;
option subnet-mask		255.255.255.0;
option domain-name		&quot;arnaldo.cl&quot;;
option domain-name-servers	190.162.107.250;
option broadcast-address	190.162.107.255;
option time-offset		-04000;
default-lease-time		21600;
max-lease-time			43200;

authoritative;
ddns-updates on;
ddns-update-style intermin;
ddns-domainname	&quot;arnaldo.cl&quot;;
ddns-rev-domainname &quot;in-addr.arpa&quot;;
include	&quot;/etc/rndc.key&quot;;
allow client-updates;

zone arnaldo.cl. {
primary 127.0.0.1;
key rndcley;
}

#Configuracion de la subred especifica....

subnet 190.162.107.0 netmask 255.255.255.0 {

	range 190.162.107.5 190.162.107.10;

	zone 107.162.190.in-addr.arpa. {
	primary 190.162.107.250;
	key	rndckey;
	}

	zone localdomain. {
	primary 190.162.107.250;
	key	rndckey;
	}

     }
}

---------------------------------------------------------------------------------

as i told you the error is

/etc/dhcpd.conf line 21: expecting a parameter or declaration. zone
^

and its like that in every ddns related statement

/etc/dhcpd.conf line 21: expecting a parameter or declaration. 
ddns-updates on;
^

etc...etc....

i hope you can help mee....thanks...</description>
		<content:encoded><![CDATA[<p>thanks,,for answering , here is the dhcpd.conf file..</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>shared-network arnaldo-net {</p>
<p>#Parametros globales&#8230;</p>
<p>option routers			190.162.107.1;<br />
option subnet-mask		255.255.255.0;<br />
option domain-name		&#8220;arnaldo.cl&#8221;;<br />
option domain-name-servers	190.162.107.250;<br />
option broadcast-address	190.162.107.255;<br />
option time-offset		-04000;<br />
default-lease-time		21600;<br />
max-lease-time			43200;</p>
<p>authoritative;<br />
ddns-updates on;<br />
ddns-update-style intermin;<br />
ddns-domainname	&#8220;arnaldo.cl&#8221;;<br />
ddns-rev-domainname &#8220;in-addr.arpa&#8221;;<br />
include	&#8220;/etc/rndc.key&#8221;;<br />
allow client-updates;</p>
<p>zone arnaldo.cl. {<br />
primary 127.0.0.1;<br />
key rndcley;<br />
}</p>
<p>#Configuracion de la subred especifica&#8230;.</p>
<p>subnet 190.162.107.0 netmask 255.255.255.0 {</p>
<p>	range 190.162.107.5 190.162.107.10;</p>
<p>	zone 107.162.190.in-addr.arpa. {<br />
	primary 190.162.107.250;<br />
	key	rndckey;<br />
	}</p>
<p>	zone localdomain. {<br />
	primary 190.162.107.250;<br />
	key	rndckey;<br />
	}</p>
<p>     }<br />
}</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>as i told you the error is</p>
<p>/etc/dhcpd.conf line 21: expecting a parameter or declaration. zone<br />
^</p>
<p>and its like that in every ddns related statement</p>
<p>/etc/dhcpd.conf line 21: expecting a parameter or declaration.<br />
ddns-updates on;<br />
^</p>
<p>etc&#8230;etc&#8230;.</p>
<p>i hope you can help mee&#8230;.thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rashid</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2193</link>
		<dc:creator>rashid</dc:creator>
		<pubDate>Thu, 15 Dec 2011 15:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2193</guid>
		<description>can you please attach your dhcpd.conf file</description>
		<content:encoded><![CDATA[<p>can you please attach your dhcpd.conf file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: holmes</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2191</link>
		<dc:creator>holmes</dc:creator>
		<pubDate>Wed, 14 Dec 2011 20:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2191</guid>
		<description>I did everything and dns starts with zero problems, but dhcpd gives me this type of error in every zone statement :

/etc/dhcpd.conf line 21: expecting a parameter or declaration. zone
                   ^

Can you please help me, i&#039;ve been trying to make it work for a month and nothing seems fix de issue.....</description>
		<content:encoded><![CDATA[<p>I did everything and dns starts with zero problems, but dhcpd gives me this type of error in every zone statement :</p>
<p>/etc/dhcpd.conf line 21: expecting a parameter or declaration. zone<br />
                   ^</p>
<p>Can you please help me, i&#8217;ve been trying to make it work for a month and nothing seems fix de issue&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2146</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2146</guid>
		<description>‘/etc/named.caching-nameserver.conf’
‘default_debug’
‘/etc/named.caching-nameserver.conf’
‘default_debug’</description>
		<content:encoded><![CDATA[<p>‘/etc/named.caching-nameserver.conf’<br />
‘default_debug’<br />
‘/etc/named.caching-nameserver.conf’<br />
‘default_debug’</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2145</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2145</guid>
		<description>&#039;/etc/named.caching-nameserver.conf&#039;
&#039;default_debug&#039;</description>
		<content:encoded><![CDATA[<p>&#8216;/etc/named.caching-nameserver.conf&#8217;<br />
&#8216;default_debug&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2144</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2144</guid>
		<description>&#039;/etc/named.caching-nameserver.conf&#039;</description>
		<content:encoded><![CDATA[<p>&#8216;/etc/named.caching-nameserver.conf&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2143</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2143</guid>
		<description>&#039;</description>
		<content:encoded><![CDATA[<p>&#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2142</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2142</guid>
		<description>‘</description>
		<content:encoded><![CDATA[<p>‘</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello</title>
		<link>http://www.sohailriaz.com/how-to-configure-dynamic-dns-fedora-core-4-setup/comment-page-1/#comment-2141</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=9#comment-2141</guid>
		<description>`abc&#039;</description>
		<content:encoded><![CDATA[<p>`abc&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

