I have a domain mydomain.com
and I'm using an external DNS Server to resolve some names like www.mydomain.com
and webmail.mydomain.com
on Internet.
Now, I need to create a rule, only on my LAN, to resolve newserver.mydomain.com
to newserver.cloudapp.net
(a new server hosted at Azure).
At first I tought, "I can create a CNAME entry on my local DNS Server and the job is done!" but to do it I had to create another zone to resolve *.mydomain.com
and all went wrong. My DNS server was able to resolve newserver.mydomain.com
but all other URLs were unavailable... of course, my local DNS server became "authoritative" for that domain.
I'm using Windows Server 2012, and I only want to configure my DNS Server to do this:
Resolve this entry:
newserver.mydomain.com CNAME newserver.cloudapp.net
and
*.mydomain.com
still resolving on external DNS Server.
How can I do that?
Thanks in advance! ;)
Comments
Post a Comment