I am using Windows server 2003. My primary domain controller is my DNS. I want to make an internal subdomain for my main website, like a staffpage.oursite.com . However I do not have a zone for oursite.com on our DNS and if I create a new one, the webpage oursite.com will use our DNS instead of our ISP's DNS. How do I make a subdomain and any records that are not held in my DNS to resolve using the ISP? we have a lot of A records on our host and I just want to resolve one cname internally.
|
feedback
|
|
You can use your internal subdomain as a parent for additional child domains that you create to manage divisions within your company. For example, to implement an internal subdomain of the external domain example.com:
Instead of using forwarders, the internal DNS server may be configured simply to use the standard Internet root hints to resolve Internet names. The DNS server is configured with the list of standard root hints when the DNS server role is installed. This option is the least secure, however, because it requires the internal DNS server to be able to access DNS servers on the Internet. | |||||||
feedback
|
|
You can setup split DNS or you can just use your internal domain name to make things simpler. A less elegant solution would be to create an hosts file entry on all of your clients. The latter is a lot of work and headache, I would just use the internal domain name. | |||
|
feedback
|