<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
On Thu, 2005-12-29 at 22:07 +0100, Maciej Żenczykowski wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">> @        IN     NS      216.104.158.222</FONT>
<FONT COLOR="#000000">> @        IN     NS      216.104.128.37</FONT>
<FONT COLOR="#000000">> @        IN     NS      216.104.128.38</FONT>

<FONT COLOR="#000000">Specifying IP's for NS'es is illegal - NS'es should be hostnames - </FONT>
<FONT COLOR="#000000">themselves posessing A or AAAA records (for the interest of quick lookup </FONT>
<FONT COLOR="#000000">times these hostnames should be from within the domain they're NS'ing </FONT>
<FONT COLOR="#000000">for...)  In other words, you should have:</FONT>

<FONT COLOR="#000000">@ IN NS ns1</FONT>
<FONT COLOR="#000000">@ IN NS ns2</FONT>
<FONT COLOR="#000000">@ IN NS ns3</FONT>
<FONT COLOR="#000000">ns1 IN A 216.104.158.222</FONT>
<FONT COLOR="#000000">ns2 IN A 216.104.128.37</FONT>
<FONT COLOR="#000000">ns3 IN A 216.104.128.38</FONT>


<FONT COLOR="#000000">> wa4phy.net.             A       216.104.158.222</FONT>
<FONT COLOR="#000000">this is just "@ A ..."</FONT>
<FONT COLOR="#000000">> vortex.wa4phy.net.      A       216.104.158.222</FONT>
<FONT COLOR="#000000">this is just "vortex A ..."</FONT>
<FONT COLOR="#000000">> ns.wa4phy.net.          A       216.104.158.222</FONT>
<FONT COLOR="#000000">this is just "ns A ..."</FONT>
<FONT COLOR="#000000">> localhost               A       127.0.0.1</FONT>
<FONT COLOR="#000000">this is weird because it is localhost.wa4phy.net. A 127.0.0.1</FONT>
<FONT COLOR="#000000">> 1       IN      PTR             localhost.wa4phy.net.</FONT>
<FONT COLOR="#000000">Ah so maybe the weird localhost is what you wanted?</FONT>

<FONT COLOR="#000000">Cheers,</FONT>
<FONT COLOR="#000000">MaZe.</FONT>

</PRE>
</BLOCKQUOTE>
<BR>
If I remember correctly, the format I used came from the book associated with FreeBSD 2.3 or perhaps earlier.  Pretty much verbatim from the old days of the berkely format of the 80's<BR>
<BR>
I'm no bind guru by any sort of means, and I know there were significant changes between bind 8 and bind 9.  I was more curious why it was considered lame server whereas prior to CentOS, it worked well, and was not considered lame under BSD.  Everything still works, but there are some warnings if you look at the report from <A HREF="http://dnsreport.com">http://dnsreport.com</A> plugging in my domain name.  Part of that problem is upstream, which I can get corrected *I think* :-)<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Snowman
</TD>
</TR>
</TABLE>
</BODY>
</HTML>