NS record outside of our name space

Alan Clegg alan at clegg.com
Tue Mar 13 15:04:59 UTC 2012


On 3/13/2012 9:49 AM, King, Harold Clyde (Hal) wrote:
> Here's an example of my zone record:
> 
> $ORIGIN .
> $TTL 1800       ; 30 minutes
> Wordpress.example.com.         IN SOA  hiddenmaster.example.com.
> ipmgr.example.com. (
>                                 2012020601 ; serial
>                                 10800      ; refresh (3 hours)
>                                 1800       ; retry (30 minutes)
>                                 604800     ; expire (1 week)
>                                 900        ; minimum (15 minutes)
>                                 )
> $TTL 28800      ; 8 hours
>                         NS      NS1.WORDPRESS.COM.
>                         NS      NS2.WORDPRESS.COM.
>                         NS      NS3.WORDPRESS.COM.
> $ORIGIN wordpress.example.com.
> $TTL 900        ; 15 minutes
> www                     CNAME   wordpress.example.com.

What are you actually trying to do?  If all you are trying to do is
"give away" the zone, you want these NS records to be in the
example.com. zone .. ie:

example.com.	IN SOA ( <...> )
		IN NS  ns1.example.com.
		IN NS  ns2.example.com.

wordpress	IN NS  ns1.wordpress.com.
		IN NS  ns2.wordpress.com.
		IN NS  ns3.wordpress.com.

AlanC
-- 
alan at clegg.com | 1.919.355.8851

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20120313/d43581d8/attachment.bin>


More information about the bind-users mailing list