NS record outside of our name space

King, Harold Clyde (Hal) hck at utk.edu
Tue Mar 13 17:35:44 UTC 2012


I tried adding the NS records but it looked like the entire example.com
was now subject to the NS of wordpress.com. I just want the sub domain to
get it's DNS from the wordpress.com NS servers. Not to give away my  whole
example.com domain.
 

-- 
Hal King  - hck at utk.edu
Systems Administrator
Office of Information Technology
Systems: Business Information Systems

The University of Tennessee
135D Kingston Pike Building
2309 Kingston Pk. Knoxville, TN 37996
Phone: 974-1599





On 3/13/12 11:04 AM, "Alan Clegg" <alan at clegg.com> wrote:

>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
>
>_______________________________________________
>Please visit https://lists.isc.org/mailman/listinfo/bind-users to
>unsubscribe from this list
>
>bind-users mailing list
>bind-users at lists.isc.org
>https://lists.isc.org/mailman/listinfo/bind-users





More information about the bind-users mailing list