how to set up subdomain on another server

Joseph S D Yao jsdy at cospo.osis.gov
Mon Oct 4 17:54:36 UTC 1999


> In the zone file for the master domain, just include an NS record
> pointing to the sub-domain's name server(s):
> 
> 
> sub-domain	IN  NS		ns1.sub.domain.com
> sub-domain	IN  NS		ns2.sub.domain.com

Spoke too quickly.  You should also have the A "glue" records for the
ns? hosts.  This is OK, because they are underneath your domain.

sub		IN  NS		ns1.sub.domain.com
sub		IN  NS		ns2.sub.domain.com
ns1.sub		IN  A		10.0.1.1
ns2.sub		IN  A		10.0.2.1

--
Joe Yao				jsdy at cospo.osis.gov - Joseph S. D. Yao
COSPO/OSIS Computer Support					EMT-B
-----------------------------------------------------------------------
      This message is not an official statement of COSPO policies.


More information about the bind-users mailing list