I have a hosting account, www.somedomain.com, on my server
A software vendor that the account owners are working with has asked me to set up a CNAME record for a subdomain "info" (info.somedomain.com) that points to their server, abc.outside.com, like this -
- which I have done.
My understanding, however, is that an A record (with a destination IP address) is needed to accomplish the redirection to an outside server, like this -
They disagree, and their contentions are that:
I configured the CNAME record as described above about 8 hours ago, and "info.somedomain.com" continues to resolve to my host server.
Is this a propagation time issue, or do I indeed need to create an A record instead of the CNAME record?
If I do need an A record, how is the problem of specifying the specific target on the other end (abc.outside.com vs def.outside.com) solved?
Thanks for your help - it is truly appreciated!
Bruce
A software vendor that the account owners are working with has asked me to set up a CNAME record for a subdomain "info" (info.somedomain.com) that points to their server, abc.outside.com, like this -
info 14400 IN CNAME abc.outside.com.
- which I have done.
My understanding, however, is that an A record (with a destination IP address) is needed to accomplish the redirection to an outside server, like this -
info 14400 IN A 1.2.3.4
They disagree, and their contentions are that:
- They have several subdomains at the destination IP address (abc.outside.com, def.outside.com, etc.) and so I need to direct to the specific subdomain
- They have done this "hundreds of times" without any problems
I configured the CNAME record as described above about 8 hours ago, and "info.somedomain.com" continues to resolve to my host server.
Is this a propagation time issue, or do I indeed need to create an A record instead of the CNAME record?
If I do need an A record, how is the problem of specifying the specific target on the other end (abc.outside.com vs def.outside.com) solved?
Thanks for your help - it is truly appreciated!
Bruce