on CentOS 5 (RHEL 5), you can use &#39;system-config-bind-gui&#39;, a nice GUI, to configure it from scratch too.<br><br><div class="gmail_quote">On Tue, Jun 24, 2008 at 11:56 AM, Jerry Yu &lt;<a href="mailto:jjj863@gmail.com">jjj863@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">the last section in named.conf, I believe you have extra &#39;.zone&#39; suffix for the zone declaration, thus don&#39;t really have a section for &#39;<a href="http://dailyezinefun.com" target="_blank">dailyezinefun.com</a>&#39; itself.<br>

<br>Should have been something like this:<br>
zone &quot;<a href="http://dailyezinefun.com" target="_blank">dailyezinefun.com</a>&quot;&nbsp; IN {<div class="Ih2E3d"><br>

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; type master;<br>

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;file &quot;zone/dailyezinefun.com.zone&quot;;<br>
};<br><br></div>Also, modern distros have named chrooted by default, so your zone file may need to under /var/named/chroot/var/named/zone<div><div></div><div class="Wj3C7c"><br><br><br><div class="gmail_quote">On Tue, Jun 24, 2008 at 10:00 AM, Randy Ramsdell &lt;<a href="mailto:rramsdell@livedatagroup.com" target="_blank">rramsdell@livedatagroup.com</a>&gt; wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
This is the first time I have had to set up named from scratch starting<br>
with a new domain and I don&#39;t know the ins and outs of this process.<br>
<br>
We registered a domain. ( <a href="http://dailyezinefun.com" target="_blank">dailyezinefun.com</a> ) a couple of days ago and I<br>
set the domain to point to our nameserver. I have tried so many<br>
configurations but nothing seems to work and I now have the most basic<br>
setup for ease of understanding.<br>
<br>
So.<br>
<br>
<a href="http://ns1.dailyezinefun.com" target="_blank">ns1.dailyezinefun.com</a> == <a href="http://206.212.244.202" target="_blank">206.212.244.202</a> --- resolves : no other hosts<br>
do however.<br>
<br>
named.conf - simplified for testing<br>
<br>
options<br>
{<br>
 &nbsp; &nbsp; &nbsp; &nbsp;allow-query { any; };<br>
 &nbsp; &nbsp; &nbsp; &nbsp;recursion yes;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;allow-recursion {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://127.0.0.1" target="_blank">127.0.0.1</a>;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://206.212.244.202" target="_blank">206.212.244.202</a>;<br>
};<br>
 &nbsp; &nbsp; &nbsp; &nbsp;listen-on {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://127.0.0.1" target="_blank">127.0.0.1</a>;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://206.212.244.202" target="_blank">206.212.244.202</a>;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;};<br>
};<br>
logging<br>
{<br>
 &nbsp; &nbsp; &nbsp; &nbsp;channel default_debug {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;file &quot;data/named.run&quot;;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;severity dynamic;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;};<br>
 &nbsp; &nbsp; &nbsp; &nbsp;channel named_queries {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; file &quot;data/named.queries&quot; versions 5 size 20M;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; severity debug;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print-time yes;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;};<br>
};<br>
 &nbsp; &nbsp; &nbsp; &nbsp;zone &quot;.&quot; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;type hint;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;file &quot;named.root&quot;;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;};<br>
 &nbsp; &nbsp; &nbsp; &nbsp; zone &quot;dailyezinefun.com.zone&quot; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;type master;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;file &quot;zone/dailyezinefun.com.zone&quot;;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;};<br>
<br>
ZONE FILE: &quot;/var/named/zone/dailyezinefun.com.zone&quot; -- it has gone<br>
through many iterations but this is the latest which shows no errors<br>
when starting named.<br>
<br>
$TTL 1D<br>
@ &nbsp; &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;SOA &nbsp; &nbsp; <a href="http://dailyezinefun.com" target="_blank">dailyezinefun.com</a>. <a href="http://admin.dailyezinefun.com" target="_blank">admin.dailyezinefun.com</a>. (<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2007020400 &nbsp; ; Serial<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10800 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; Refresh after 3 hours<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3600 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Retry after 1 hour<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;604800 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; Expire after 1 week<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;86400 ) &nbsp; &nbsp; &nbsp; &nbsp; ; Minimum TTL of 1 day<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://dailyezinefun.com" target="_blank">dailyezinefun.com</a>.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://ns1.dailyezinefun.com" target="_blank">ns1.dailyezinefun.com</a>.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MX &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; <a href="http://mx202.dailyezinefun.com" target="_blank">mx202.dailyezinefun.com</a>.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;TXT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;Dailyezinefun.com: The real deal&quot;<br>
<br>
localhost &nbsp; &nbsp; &nbsp; A &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://127.0.0.1" target="_blank">127.0.0.1</a><br>
ns1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; A &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://206.212.244.202" target="_blank">206.212.244.202</a><br>
mx202 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; A &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://206.212.244.202" target="_blank">206.212.244.202</a><br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
</blockquote></div><br>
</div></div></blockquote></div><br>