When using Windows 2003 DNS Server, how do I configure it to resolve a particular FQDN but rely on e
Posted
by Corey
on Server Fault
See other posts from Server Fault
or by Corey
Published on 2010-06-14T19:52:25Z
Indexed on
2010/06/14
19:53 UTC
Read the original article
Hit count: 170
dns
Let's say I have a web-server on my internal network which is behind a NAT router. I have my external DNS for the “xyz.com” domain configured with an A record for “foo” that points to my router's public address.
I want my internal network clients to resolve foo.xyz.com to the internal address.
However, this is the only xyz.com record that should point to an internal address.
Do I need to create a primary zone for xyz.com and mirror all the records from my external zone with the exception of “foo” (this is what I am doing now), or is there a better way?
© Server Fault or respective owner