<?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"
	>
<channel>
	<title>Comments on: What happened to named.conf in ISC BIND DNS on Fedora 7?</title>
	<atom:link href="http://www.tonybhimani.com/2007/12/16/what-happened-to-namedconf-in-isc-bind-dns-on-fedora-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonybhimani.com/2007/12/16/what-happened-to-namedconf-in-isc-bind-dns-on-fedora-7/</link>
	<description>Where I Share my Linux and Programming Experiences</description>
	<pubDate>Thu, 04 Dec 2008 16:52:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: stevenstromer</title>
		<link>http://www.tonybhimani.com/2007/12/16/what-happened-to-namedconf-in-isc-bind-dns-on-fedora-7/#comment-4</link>
		<dc:creator>stevenstromer</dc:creator>
		<pubDate>Wed, 09 Apr 2008 18:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonybhimani.com/2007/12/16/what-happened-to-namedconf-in-isc-bind-dns-on-fedora-7/#comment-4</guid>
		<description>Hi,

Great article. I think I might be the person who posted the idea of using system-config-bind to generate the zone files in the bind mailing list. Now, working on a bunch of remote servers, I was looking around to see if Fedora Core 8, and the newest version of bind, has resolved the problem (it hasn't been resolved) and came across your excellent site.

With a bit of experimentation, I've learned that bind-chroot takes its .conf and zone files from the existing bind configuration. So, to be slightly more syntactically consistent (and also to point out that these files have to be properly permissioned for security purposes), I'm offering the following slight revision:

yum install system-config-bind (Do not install bind-chroot, yet.)
mv /etc/named.conf /etc/named.orig
cd /usr/share/system-config-bind/profiles/default
cp -p named.conf /etc/
chmod 640 /etc/named.conf
cp ./named/* /var/named/
chmod 640 /var/named/named*
chmod 640 /var/named/local*
vim /etc/named.conf (change named.root to named.ca)
yum install bind-chroot

All of the files and settings will be copied from the standard bind configuration to the jailed configuration. Looking forward to future collaboration!

Best,
Steven Stromer</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great article. I think I might be the person who posted the idea of using system-config-bind to generate the zone files in the bind mailing list. Now, working on a bunch of remote servers, I was looking around to see if Fedora Core 8, and the newest version of bind, has resolved the problem (it hasn&#8217;t been resolved) and came across your excellent site.</p>
<p>With a bit of experimentation, I&#8217;ve learned that bind-chroot takes its .conf and zone files from the existing bind configuration. So, to be slightly more syntactically consistent (and also to point out that these files have to be properly permissioned for security purposes), I&#8217;m offering the following slight revision:</p>
<p>yum install system-config-bind (Do not install bind-chroot, yet.)<br />
mv /etc/named.conf /etc/named.orig<br />
cd /usr/share/system-config-bind/profiles/default<br />
cp -p named.conf /etc/<br />
chmod 640 /etc/named.conf<br />
cp ./named/* /var/named/<br />
chmod 640 /var/named/named*<br />
chmod 640 /var/named/local*<br />
vim /etc/named.conf (change named.root to named.ca)<br />
yum install bind-chroot</p>
<p>All of the files and settings will be copied from the standard bind configuration to the jailed configuration. Looking forward to future collaboration!</p>
<p>Best,<br />
Steven Stromer</p>
]]></content:encoded>
	</item>
</channel>
</rss>
