Public DNS redirect subdomain to Windows Server 2003 DNS
Posted
by
user125248
on Server Fault
See other posts from Server Fault
or by user125248
Published on 2012-06-19T19:27:51Z
Indexed on
2012/06/20
3:17 UTC
Read the original article
Hit count: 559
I'm a programmer by trade but often dabble in sysadmin tasks and responsibilities. I have recently been tasked with setting up a Windows Server 2003 networking environment for a small business with multiple branches.
The business already has a domain name they use to host a website at www.example.com. Currently the DNS nameservers are at Zerigo and I would very much like it to remain that way (as they specialize in just providing DNS services and they do this very well). We also have a bunch of other subdomains we use to conviniently connect to the various branches that have static IPs assigned from ISPs, so we're able to connect easily to branch1.example.com.
Is it possible to 'redirect' all intranet.example.com DNS requests to a Windows box?
I've been doing a little reading and I see there are NS records that might be able to do this, and the Windows DNS server could then perform all of the lookups for that subdomain, say, server1.intranet.example.com or client5.intranet.example.com. This would seem better to me, than registering a new domain name for the organisation, as keeping a single domain name makes more organizational sense.
© Server Fault or respective owner