These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for NS records for new domain on the new forum.
I create new Virtual Server "mydomain.com". Generated NS records:
mydomain.com. NS Default localhost.
What should I do to get this NS records after creating a new domain?
mydomain.com. NS Default ns1.mydomain.com.
mydomain.com. NS Default ns2.mydomain.com.
ns1.mydomain.com. A Default MYIP
ns2.mydomain.com. A Default MYIP
Thanks.
If you wish to change the DNS records that are added by default, you can do that in System Settings -> Server Templates -> Default -> BIND DNS Domain.
The primary NS record it adds is based on your systems hostname... so if it's adding "localhost", you may need to set your hostname to an FQDN.
To add additional NS records, you can set "Additional manually configured nameservers".
To set other DNS records, you can add them to "BIND DNS records for new domains".
-Eric
Thanks a lot for quick answer. The primary NS record it adds is based on your systems hostname... so if it's adding "localhost", you may need to set your hostname to an FQDN. Can you give me a link that I read about this? To add additional NS records, you can set "Additional manually configured nameservers".To add additional NS records, you can set "Additional manually configured nameservers". Is there any solution based on templates?