I have a domain I'm using for a domain name reseller account. I can point the "http://www.mydomain.tld" domain to the reseller account by using a CNAME record, and configure their control panel to accept it:
www.mydomain.tld IN CNAME www.otherdomain.tld
Works like a champ ... when you type "www.mydomain.tld" in the browser, up comes the site at "www.otherdomain.tld".
They also give me an IP address to use for a sub-domain used for sub-resellers who sign up under me:
reseller.mydomain.tld IN A 0.0.0.126
This also works great ... type in "reseller.mydomain.tld" and up comes the "reseller.otherdomain.tld" site.
There are also two additional URLs used for accessing the control panels to manage the domain names, one for customers and sub-resellers. I would like to have a sub-domain point to them, but I only have the URL, not the IP address. So:
customer.mydomain.tld IN A www.otherdomain.tld/customer
Does not work ... so I suspect A records always require an IP address. WHM will accept it as a CNAME entry, but I'm not sure if that will work. Anyone have any ideas on this one?
www.mydomain.tld IN CNAME www.otherdomain.tld
Works like a champ ... when you type "www.mydomain.tld" in the browser, up comes the site at "www.otherdomain.tld".
They also give me an IP address to use for a sub-domain used for sub-resellers who sign up under me:
reseller.mydomain.tld IN A 0.0.0.126
This also works great ... type in "reseller.mydomain.tld" and up comes the "reseller.otherdomain.tld" site.
There are also two additional URLs used for accessing the control panels to manage the domain names, one for customers and sub-resellers. I would like to have a sub-domain point to them, but I only have the URL, not the IP address. So:
customer.mydomain.tld IN A www.otherdomain.tld/customer
Does not work ... so I suspect A records always require an IP address. WHM will accept it as a CNAME entry, but I'm not sure if that will work. Anyone have any ideas on this one?
Comment