Herb Martin said:
Thanks Herb. I am seeing another interesting aspect though after I gave your
suggestion a try.
First, the reason is a web app hosted in US but used in several other
continents. To optimize performance, I need to load static contents on app
web pages locally and have dynamic data come from US. Performance boost is
30-35%. However, the app funcationality is tied to its URL which has to start
same, say: "stuckname.company.com", anywhere it's accessed from.
With this exercise, stuckname.company.com would resolve to local static
content server which will route dynamic data requests back to US hosted
facility.
Now, I am able to create "special.company.com" as a primary Non-AD zone and
assign it a different IP address on different DNS/AD hosts. However, on all
DNS/AD hosts, since "company.com" is still AD-Primay zone, an entry appears
in that zone for "special" as a sub-domain. However this entry only points to
another AD/DNS server. This entry thus causes different resolution answers.
For example, off 6 replicated DNS DCs, 3 have a diff. IP for
"special.company.com" (created as separate prim-non-AD zone) and resolve
accordingly. Other 3 do not have this Prim-non-AD zone but "special" appears
under "company.com" and depending is pointing to which AD/DNS hosts, resolves
"Special" as defined on that very host.
All in all, it works during first level tests, I will write back if I run
into some other hinderances. Thanks a ton for now.
Regards.