<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Re: [Gllug] DNS verification (slightly OT)</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>> What? No! It's perfectly valid to have:<BR>
> mydomain.foo. IN NS ns1.example.org.<BR>
> mydomain.foo. IN NS 12.34.38.82<BR>
<BR>
As per RFC 1035:<BR>
<BR>
<domain-name> is a domain name represented as a series of labels, and<BR>
terminated by a label with zero length.  <character-string> is a single<BR>
length octet followed by that number of characters.  <character-string><BR>
is treated as binary information, and can be up to 256 characters in<BR>
length (including the length octet).<BR>
<BR>
and:<BR>
<BR>
3.3.11. NS RDATA format<BR>
<BR>
    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+<BR>
    /                   NSDNAME                     /<BR>
    /                                               /<BR>
    +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+<BR>
<BR>
where:<BR>
<BR>
NSDNAME         A <domain-name> which specifies a host which should be<BR>
                authoritative for the specified class and domain.<BR>
<BR>
<BR>
So, you surely should mean<BR>
<BR>
"mydomain.foo. IN NS 12.34.38.82." to comply with the required format?<BR>
<BR>
Andy<BR>
</FONT>
</P>

</BODY>
</HTML>