can i have a subdomain pointed at one ip with a wildcard entry pointed at a different domain

Posted by cori on Server Fault See other posts from Server Fault or by cori
Published on 2012-09-13T14:25:14Z Indexed on 2012/09/13 15:40 UTC
Read the original article Hit count: 191

Filed under:
|

I have a domain with a wildcard subdomain entry pointed at IP-A:

domain-a.com   -> xxx.xxx.xxx.xxx
*.domain-a.com -> xxx.xxx.xxx.xxx

Can I create another CNAME pointing a spcified subdomain at a different IP. Or, rather, if I create such an entry, will it resolve to the 2nd IP?:

domain-a.com       -> xxx.xxx.xxx.xxx
*.domain-a.com     -> xxx.xxx.xxx.xxx
thing.domain-a.com -> yyy.yyy.yyy.yyy

Will that work? Does it even make sense?

© Server Fault or respective owner

Related posts about dns

Related posts about wildcard-subdomain