the last section in named.conf, I believe you have extra '.zone' suffix for the zone declaration, thus don't really have a section for '<a href="http://dailyezinefun.com">dailyezinefun.com</a>' itself.<br>
<br>Should have been something like this:<br>
zone "<a href="http://dailyezinefun.com">dailyezinefun.com</a>" IN {<br>
type master;<br>
file "zone/dailyezinefun.com.zone";<br>
};<br><br>Also, modern distros have named chrooted by default, so your zone file may need to under /var/named/chroot/var/named/zone<br><br><br><div class="gmail_quote">On Tue, Jun 24, 2008 at 10:00 AM, Randy Ramsdell <<a href="mailto:rramsdell@livedatagroup.com">rramsdell@livedatagroup.com</a>> 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'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>
allow-query { any; };<br>
recursion yes;<br>
allow-recursion {<br>
<a href="http://127.0.0.1" target="_blank">127.0.0.1</a>;<br>
<a href="http://206.212.244.202" target="_blank">206.212.244.202</a>;<br>
};<br>
listen-on {<br>
<a href="http://127.0.0.1" target="_blank">127.0.0.1</a>;<br>
<a href="http://206.212.244.202" target="_blank">206.212.244.202</a>;<br>
};<br>
};<br>
logging<br>
{<br>
channel default_debug {<br>
file "data/named.run";<br>
severity dynamic;<br>
};<br>
channel named_queries {<br>
file "data/named.queries" versions 5 size 20M;<br>
severity debug;<br>
print-time yes;<br>
};<br>
};<br>
zone "." {<br>
type hint;<br>
file "named.root";<br>
};<br>
zone "dailyezinefun.com.zone" {<br>
type master;<br>
file "zone/dailyezinefun.com.zone";<br>
};<br>
<br>
ZONE FILE: "/var/named/zone/dailyezinefun.com.zone" -- 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>
@ IN SOA <a href="http://dailyezinefun.com" target="_blank">dailyezinefun.com</a>. <a href="http://admin.dailyezinefun.com" target="_blank">admin.dailyezinefun.com</a>. (<br>
<br>
2007020400 ; Serial<br>
10800 ; Refresh after 3 hours<br>
3600 ; Retry after 1 hour<br>
604800 ; Expire after 1 week<br>
86400 ) ; Minimum TTL of 1 day<br>
<br>
NS <a href="http://dailyezinefun.com" target="_blank">dailyezinefun.com</a>.<br>
<br>
NS <a href="http://ns1.dailyezinefun.com" target="_blank">ns1.dailyezinefun.com</a>.<br>
MX 1 <a href="http://mx202.dailyezinefun.com" target="_blank">mx202.dailyezinefun.com</a>.<br>
TXT "Dailyezinefun.com: The real deal"<br>
<br>
localhost A <a href="http://127.0.0.1" target="_blank">127.0.0.1</a><br>
ns1 A <a href="http://206.212.244.202" target="_blank">206.212.244.202</a><br>
mx202 A <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">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>