Is it possible to forward one DNS alias to another domain?
Example:
mysub.mydomain.com should return the IP Adresses of yoursub.yourdomain.org where mydomain and yourdomain are managed by the same Windows DNS server.
| |||
|
feedback
|
|
Yes you add a CNAME for mysub.mydomain.com that resolves to yoursub.yourdomain.org as outlined here : http://support.microsoft.com/kb/324260#5 | |||
|
feedback
|
| |||
|
feedback
|
|
Keep in mind that as far as most DNS requirements go... you may need to additional configurations. I.e. for http traffic... frequently require the DNS name to serve pages from the website. Since the FQDN won't match, you might not get the correct page. You may need the other party to setup an alias to that site with your fqdn. Otherwise, you'll need to setup your own site that redirects to the other. A CNAME works the same as an A record, except that a CNAME points to a name, and an A points to an IP. The URL won't automatically change because of a CNAME record. | |||
|
feedback
|