how to set up subdomain on another server

Richard Barnes -Listserv rbarnes-list at blazenet.net
Mon Oct 4 13:15:02 UTC 1999


on the master NS server (ns.domain.com), modify the DNS record to look like
this:

@    IN    SOA    ns.domain.com. hostmaster.domain.com. (
....

                  IN    NS    ns.domain.com <- this specifies the nameserver
for "domain.com"
                  IN    NS    ns2.domain.com <- this specifies the secondary
server for "domain.com"
sub            IN    NS    X.X.X.X <- IP address of the name server you want
to host the db files on
sub            IN    NS    X.X.X.X <- IP address of secondary server - if
you want one.

I would recommend the book "DNS and BIND" published by O'Reilly &
Associates.  Chapter 9 deals with this issue.

-----Original Message-----
From: Joel Yoker <yoker at kinghome.net>
Newsgroups: comp.protocols.dns.bind
To: comp-protocols-dns-bind at moderators.isc.org
<comp-protocols-dns-bind at moderators.isc.org>
Date: Monday, October 04, 1999 3:22 AM
Subject: how to set up subdomain on another server


>I would like to delegate a subdomain of domain.com to another server
without
>keeping the db file on that server.  The examples I am finding on the web
>and HOWTO's are assuming that the server that contains the root domain is
>the master.  I would like to have "domain.com" on on IP address/server and
>create a subdomain "sub.domain.com" and assign it to another physical IP
>address/server which will be the master of all records below it.  The first
>server would not have any zone files for this sub in my scenario.  Can
>someone steer me in the right direction?  Thanks
>
>Joel
>
>
>




More information about the bind-users mailing list