<!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>
Ok.. I made some edits, and before I do a restart, if you don't mind, take a look at the revised zone file.  I think I got the idea what you were talking about.  here's the edited file......<BR>
<BR>
@       IN      SOA     wa4phy.net. root.wa4phy.net. (<BR>
                        2005122901      ; Serial, todays date + todays serial #<BR>
                        8H              ; Refresh, seconds<BR>
                        2H              ; retry, seconds<BR>
                        1W              ; expire, seconds<BR>
                        1D )            ; minimum, seconds<BR>
@        IN     NS      ns.wa4phy.net.<BR>
@        IN     NS      ns5.gabn.net.<BR>
@        IN     NS      ns6.gabn.net.<BR>
<BR>
ns1     IN      A       216.104.158.222<BR>
ns2     IN      A       216.104.128.37<BR>
ns3     IN      A       216.104.128.38<BR>
<BR>
wa4phy.net.             A       216.104.158.222<BR>
vortex.wa4phy.net.      A       216.104.158.222<BR>
ns.wa4phy.net.          A       216.104.158.222<BR>
localhost.              A       127.0.0.1<BR>
                        MX      10 wa4phy.net.  ;Primary Mail Exchanger<BR>
                        MX      20 smtp7.bagger.usbn.net. ;Secondary MX<BR>
<BR>
www                     CNAME   wa4phy.net.<BR>
ftp                     CNAME   wa4phy.net.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>