<?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>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
