Child nameservers, also known as custom nameservers, allow you to create nameservers using your own domain (e.g., ns1.yourdomain.com
). These are commonly used by resellers or advanced users who want a personalized DNS setup.
Here’s a step-by-step guide to creating child nameservers in OzSpeed hPanel.
Steps to Create Child Nameservers in OzSpeed #
Step 1: Log in to OzSpeed hPanel #
- Visit OzSpeed hPanel.
- Enter your credentials and click Log In.
Step 2: Access the Domain Management Section #
- From the dashboard, navigate to the Domains section.
- Select the domain for which you want to create child nameservers.
- Click Manage DNS or Child Nameservers if the option is directly available.
Step 3: Create a Child Nameserver #
- Locate the section for Child Nameservers or Custom Nameservers.
- Click Add Child Nameserver or Register Nameserver.
- Fill out the required fields:
- Hostname:
- Enter the subdomain for the nameserver (e.g.,
ns1
,ns2
).
- Enter the subdomain for the nameserver (e.g.,
- IP Address:
- Enter the IP address of your server. Obtain this from your hosting provider or server configuration.
- Example:yamlCopy code
Hostname: ns1 IP Address: 192.0.2.123
- Hostname:
- Save the changes to register the child nameserver.
Step 4: Add a Second Nameserver #
- Repeat the process to create a secondary nameserver (e.g.,
ns2.yourdomain.com
). - Assign the second IP address if applicable or use the same IP address depending on your setup.
Step 5: Verify Child Nameservers #
- After creation, the nameservers should appear in the Child Nameservers or Custom Nameservers section.
- Use a DNS lookup tool like dnschecker.org to verify the new nameservers.
Step 6: Update Nameservers for Your Domain #
- Go back to the Nameservers section in OzSpeed.
- Set the newly created child nameservers as the nameservers for your domain:Copy code
ns1.yourdomain.com ns2.yourdomain.com
- Save the changes.
Troubleshooting Common Issues #
- Child Nameservers Not Resolving:
- Ensure the IP address is correct and matches your server’s configuration.
- Wait for DNS propagation (up to 24–48 hours).
- Invalid IP Address:
- Verify the IP address with your hosting provider. It should be static and publicly accessible.
- Incorrect Hostname:
- Use only valid subdomains (e.g.,
ns1
,ns2
). Avoid special characters or spaces.
- Use only valid subdomains (e.g.,
Additional Notes: #
- Use Static IP Addresses:
- Child nameservers require static IPs to ensure consistent operation.
- Backup DNS Settings:
- Save your current DNS configuration before making changes.
- Allow Propagation:
- DNS changes, including child nameserver creation, may take time to propagate globally.