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
-- 
a...@clegg.com | 1.919.355.8851

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to