Is it possible to add a second domain to a windows dns server that is simply an alias for another domain?
For example, if our windows domain is mydomain.com, but we also own myother.net. I want any dns requests for *.myother.net to be aliased to *.mydomain.com
I tried a wildcard cname, but that didn't work. Should this work, or am I doing something wrong?
We're trying to get users in the habit of using the myother.net domain for everything, and have even added it as an alternate UPN. As users get in that habit though, they try to use the new domain to get to internal resources, such as browsing to intranet.myother.net instead of intranet.mydomain.com. I can create duplicate entries for all servers in the new zone if necessary, but that seems like a lot of extra work and long term upkeep compared to creating an alias for the entire domain.