<?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: Howto setup DHCP Server and Dynamic DNS with BIND in Debian</title>
	<atom:link href="http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:32:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-4433</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 15 Feb 2010 06:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-4433</guid>
		<description>I finally figured out what was wrong.  you need the set the journal file for each of your dns zones in named.conf.local. add the line:
journal &quot;/var/lib/bind/example.com.jnl&quot;;   and it will start working.

you also need to add the line:
ddns-rev-domainname &quot;in-addr.arpa.&quot;;
to your dhcpd.conf in order for it to update your reverse zones

-Ryan</description>
		<content:encoded><![CDATA[<p>I finally figured out what was wrong.  you need the set the journal file for each of your dns zones in named.conf.local. add the line:<br />
journal &#8220;/var/lib/bind/example.com.jnl&#8221;;   and it will start working.</p>
<p>you also need to add the line:<br />
ddns-rev-domainname &#8220;in-addr.arpa.&#8221;;<br />
to your dhcpd.conf in order for it to update your reverse zones</p>
<p>-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-4422</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 12 Feb 2010 20:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-4422</guid>
		<description>Hey all, i&#039;ve been trying to get this working for several weeks without success.  I do not know why it&#039;s not working and haven&#039;t found any log information about it.  It has occurred to me that this whole process seems redundant to have the dpcp server tell the client to inform the dns server of it&#039;s name.  It would seem that it would be simpler to have the dhcp server inform the DNS server of the client hostname and the IP it just assigned.  I understand dnsmasq preforms this in it&#039;s function as dpcp/dns server, however I already have a full implementation of Bind9 and dhcp3-server.  Is there anyway to configure dhcp3-server to inform Bind9 directly of name/ip assignments?

I&#039;d also to confirm that the dynamic DNS described in the article should work with windows clients set to &quot;Register this connection&#039;s address in DNS&quot; and not just linux clients.

thanks for the tutorial and any additional information will be appreciated.
-Ryan</description>
		<content:encoded><![CDATA[<p>Hey all, i&#8217;ve been trying to get this working for several weeks without success.  I do not know why it&#8217;s not working and haven&#8217;t found any log information about it.  It has occurred to me that this whole process seems redundant to have the dpcp server tell the client to inform the dns server of it&#8217;s name.  It would seem that it would be simpler to have the dhcp server inform the DNS server of the client hostname and the IP it just assigned.  I understand dnsmasq preforms this in it&#8217;s function as dpcp/dns server, however I already have a full implementation of Bind9 and dhcp3-server.  Is there anyway to configure dhcp3-server to inform Bind9 directly of name/ip assignments?</p>
<p>I&#8217;d also to confirm that the dynamic DNS described in the article should work with windows clients set to &#8220;Register this connection&#8217;s address in DNS&#8221; and not just linux clients.</p>
<p>thanks for the tutorial and any additional information will be appreciated.<br />
-Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @pastor_ni</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-3778</link>
		<dc:creator>@pastor_ni</dc:creator>
		<pubDate>Tue, 06 Oct 2009 03:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-3778</guid>
		<description>Hi buddy, also you can change the file permission with sudo chmod 644 rndc.key

By yummy man!</description>
		<content:encoded><![CDATA[<p>Hi buddy, also you can change the file permission with sudo chmod 644 rndc.key</p>
<p>By yummy man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheCarcass</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-3535</link>
		<dc:creator>TheCarcass</dc:creator>
		<pubDate>Sat, 15 Aug 2009 10:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-3535</guid>
		<description>People

After make a Alex dong talks, a change de onwer to dhcpd of rndc.key file and dhcp server start.

tks a lot</description>
		<content:encoded><![CDATA[<p>People</p>
<p>After make a Alex dong talks, a change de onwer to dhcpd of rndc.key file and dhcp server start.</p>
<p>tks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheCarcass</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-3534</link>
		<dc:creator>TheCarcass</dc:creator>
		<pubDate>Sat, 15 Aug 2009 10:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-3534</guid>
		<description>Alex Dong

I change a appamor profile and the error persist after reload apparmor profile, rndc.

Sugestions?</description>
		<content:encoded><![CDATA[<p>Alex Dong</p>
<p>I change a appamor profile and the error persist after reload apparmor profile, rndc.</p>
<p>Sugestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Dong</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-3326</link>
		<dc:creator>Alex Dong</dc:creator>
		<pubDate>Tue, 07 Jul 2009 06:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-3326</guid>
		<description>@pastor_ni:  you have to make one last minor change to /etc/apparmor.d/usr.sbin.dhcpd3:

/etc/bind/ rw,
/etc/bind/** rw,

This allows access to the rndc-key files.

http://ubuntuforums.org/showthread.php?t=1198162</description>
		<content:encoded><![CDATA[<p>@pastor_ni:  you have to make one last minor change to /etc/apparmor.d/usr.sbin.dhcpd3:</p>
<p>/etc/bind/ rw,<br />
/etc/bind/** rw,</p>
<p>This allows access to the rndc-key files.</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=1198162" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1198162</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alaattin Kahramanlar</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-3152</link>
		<dc:creator>Alaattin Kahramanlar</dc:creator>
		<pubDate>Sat, 06 Jun 2009 07:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-3152</guid>
		<description>in named.conf.local :
include &quot;/etc/bind/rndc.key&quot;;
should be :
include &quot;/etc/bind/rndc-key&quot;;

And also /etc/bind9 doesn&#039;t exist, whether you need to create a smylink or use /etc/bind

However, nice article.</description>
		<content:encoded><![CDATA[<p>in named.conf.local :<br />
include &#8220;/etc/bind/rndc.key&#8221;;<br />
should be :<br />
include &#8220;/etc/bind/rndc-key&#8221;;</p>
<p>And also /etc/bind9 doesn&#8217;t exist, whether you need to create a smylink or use /etc/bind</p>
<p>However, nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagadee</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-2508</link>
		<dc:creator>jagadee</dc:creator>
		<pubDate>Mon, 09 Mar 2009 06:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-2508</guid>
		<description>Nice article. Helps a lot to someone who tries to integrate DHCP and DNS for getting hostnames to dynamic IP addresses</description>
		<content:encoded><![CDATA[<p>Nice article. Helps a lot to someone who tries to integrate DHCP and DNS for getting hostnames to dynamic IP addresses</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l33tmyst</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-2119</link>
		<dc:creator>l33tmyst</dc:creator>
		<pubDate>Wed, 31 Dec 2008 17:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-2119</guid>
		<description>@Pastor_Ni, try logging in as root with
su
and then run
rndc reload.</description>
		<content:encoded><![CDATA[<p>@Pastor_Ni, try logging in as root with<br />
su<br />
and then run<br />
rndc reload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pastor_ni</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-2059</link>
		<dc:creator>pastor_ni</dc:creator>
		<pubDate>Fri, 17 Oct 2008 15:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-2059</guid>
		<description>nice tutorial, but i have a problem:
sudo /etc/init.d/dhcp3-server restart
sudo /etc/init.d/bind9 restart
sudo rndc reload
can&#039;t open /etc/bind/rndc.key: Permission denied</description>
		<content:encoded><![CDATA[<p>nice tutorial, but i have a problem:<br />
sudo /etc/init.d/dhcp3-server restart<br />
sudo /etc/init.d/bind9 restart<br />
sudo rndc reload<br />
can&#8217;t open /etc/bind/rndc.key: Permission denied</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nan</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-2058</link>
		<dc:creator>nan</dc:creator>
		<pubDate>Thu, 25 Sep 2008 15:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-2058</guid>
		<description>hi, newbie here. i just installed ubuntu desktop in vmware and i am wondering if this tutorial will work with what i have. pls let me know so i can try it. thanks.</description>
		<content:encoded><![CDATA[<p>hi, newbie here. i just installed ubuntu desktop in vmware and i am wondering if this tutorial will work with what i have. pls let me know so i can try it. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Big Kahuna</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-2057</link>
		<dc:creator>Big Kahuna</dc:creator>
		<pubDate>Thu, 21 Aug 2008 03:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-2057</guid>
		<description>No mention of the fact that you need to have DHCP3-Server, not just plain old DHCPD, for this to work.</description>
		<content:encoded><![CDATA[<p>No mention of the fact that you need to have DHCP3-Server, not just plain old DHCPD, for this to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-2056</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Fri, 01 Aug 2008 16:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-2056</guid>
		<description>dnsmasq is a much simpler solution for admins with small networks.  It&#039;s a combined DHCP/DNS server which automatically resolves queries for the hostnames of DHCP clients, has static DHCP/DNS entry support, etc.

That said, I do have a large network with 2nd and 3rd-level domains and multiple offices, and we use BIND/DHCPD.  Thanks for writing this!</description>
		<content:encoded><![CDATA[<p>dnsmasq is a much simpler solution for admins with small networks.  It&#8217;s a combined DHCP/DNS server which automatically resolves queries for the hostnames of DHCP clients, has static DHCP/DNS entry support, etc.</p>
<p>That said, I do have a large network with 2nd and 3rd-level domains and multiple offices, and we use BIND/DHCPD.  Thanks for writing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-2055</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-2055</guid>
		<description>@gp

updated article</description>
		<content:encoded><![CDATA[<p>@gp</p>
<p>updated article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gp</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-2054</link>
		<dc:creator>gp</dc:creator>
		<pubDate>Mon, 28 Jul 2008 14:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-2054</guid>
		<description>or edit it, so it gets:
query-source address *;</description>
		<content:encoded><![CDATA[<p>or edit it, so it gets:<br />
query-source address *;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gp</title>
		<link>http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html/comment-page-1#comment-2053</link>
		<dc:creator>gp</dc:creator>
		<pubDate>Mon, 28 Jul 2008 14:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-bind-in-debian.html#comment-2053</guid>
		<description>query-source address * port 53;

you should edit the article ASAP and add that they should remove this line...

http://www.google.com/search?q=dns+poisoning+kaminsky&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a</description>
		<content:encoded><![CDATA[<p>query-source address * port 53;</p>
<p>you should edit the article ASAP and add that they should remove this line&#8230;</p>
<p><a href="http://www.google.com/search?q=dns+poisoning+kaminsky&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" rel="nofollow">http://www.google.com/search?q=dns+poisoning+kaminsky&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
