I wish to have someone point and resolve their domain to my web server to begin serving their pages.
Is it enough to have the person set only the NS1 and NS2 records to my name server, or must they also set the A Record as well?
Thanks
|
|
|
There are two distinct options:
|
|||||||||||
|
|
Please excuse me for being very blunt, but if you don't know the answer to this question, you should not be running your own name server, let alone hosting In the circumstances the only sane thing for them to do is to only point the |
||||
|
|
|
Good comments here on hosting your own DNS. I think it's a decision you should not take lightly. Due to the hierarchical, cached nature of DNS, a few minutes of misconfiguration or downtime can cause headaches for a long time, as your customers ISP DNS server might ignore your TTL value and cache a bad response from you for hours. And as DNS issues impact mail delivery to the domains you are authoratative for as well, the peril can be even higher. http://serverfault.com/questions/23744/hosting-your-own-dns/23814#23814 |
|||||
|
|
I think there is a third option in addition to the two that Dan suggested, which is more appropriate in some cases when you want to serve someone else's subdomain on your servers, and you want to be able to change the IP address of your server without asking them to update their NS records.... They can delegate just the subdomain that you want to manage to your nameservers. I will quote from dyn.com: "In your current zone file for your domain at the other DNS provider, you will need to create NS (NameServer) records. These NS records “redirect” queries for the specific subdomain to Dyn Standard DNS. For dynamic.example.com, these records would look like:
Please note the trailing “.” after each hostname. Once these NS records have been created, queries for the subdomain will be answered by your Dyn Standard DNS zone. |
||||
|