Registering and Managing Child Name Servers Print

  • 103

Child Name Servers are Name Servers which are registered with the Registry under your domain name. You have to register Name servers with the Registry, before you can use them as Name Servers for registering other domain names. Child Name Servers can be registered only by the owner of the domain name under which they are registered.

Example:

A Child Name Server ns2.xyz.com can only be registered by the Owner of xyz.com.

Login to your Control Panel, search for the domain name and proceed to the Order Information view

Click the Child Name Servers link.

Here, you may:

Add a Child Name Server

Enter the Host Name of the Child Name Server you wish to add in the Host Name box, mention its IP Address (IPv4 or IPv6) and click the Save button.

Examples:

  • For yourdomainname.com, you may use the Host Name as ns1.yourdomainname.com and an IPv4 IP Address as 111.222.333.444.

  • yourdomainname.biz could have the Host Name as dns1.yourdomainname.biz and an IPv6 IP Address as 2001:0db8:0:0:0:0:1428:57ab.

Note

Registering a Child Name Server as mentioned above is just the first step. The Child Name Server is required to be registered at the Registry to only serve as a non-authoritative Record should your Child Name Server not be resolvable in some extreme condition.

This Name Server would start working only after you have added either an Address (A) Record for IPv4 or AAAA Record for IPv6 or Canonical (CNAME) Record for this Name Server within the Zone for the domain name (of this Child Name Server) in your own DNS Server, thus binding the NS to the IP Address.

Examples:

  • If you are running your own DNS Servers, then you would need to add a Zone for the domain name yourdomainname.com and create an A Record like:

    ns1.yourdomainname.com. 38400 IN A 111.222.333.444

    Similarly, you may add an AAAA Record as

    ns1.yourdomainname.com. 38400 IN AAAA 2001:0db8:0:0:0:0:1428:57ab

  • If you wish to simply point your Name Servers to other Name Servers, then you may do so by either:

    1. you may either add a CNAME Record to your Service Provider's Name Server, after enabling Managed DNS service through them:

      ns1.yourdomainname.com. 38400 IN CNAME ns1.serviceprovider.com

      or

    2. you may add an A or AAAA Record to your Service Provider's Name Server IP Address (depending upon whether your Service Provider has an IPv4 or IPv6), after enabling Managed DNS service through them:

      ns1.yourdomainname.com. 38400 IN A 777.888.999.000

      or

      ns1.yourdomainname.com. 38400 IN AAAA 2001:0db8:0:0:0:0:1428:57ab

      1.  




Was this answer helpful?

« Back