Re: CNAME issue

2013-12-12 Thread Alain Hebert
Confused :( Do your customer want: www.xyz.com pointing to the same IP as www.abcd.com without having to manage xyz.com? -- With bind: zonefile xyz.com $ORIGIN xyz.com. $INCLUDEdomains/abcd.com.all zonefile abcd.com $ORIGIN abcd.com.

Re: CNAME issue

2013-12-12 Thread David Dowdle
short answer: can't be done You cannot have a cname and 'other' information for same entry. As a zone requires an SOA record, you cannot have a CNAME for the entire domain (theoretically a registrar could do it in .com, but afaik nobody does his). Depending on customer's requirements, can p

Re: CNAME issue

2013-12-12 Thread Jon Lewis
On Wed, 11 Dec 2013, Methsri Wickramarathna wrote: Hi All, One of our customer having the following requirement. There is a domain abcd.com ( zone file created , A records are pointed ). He has another domain xyz.com. He want us to create a separate zone file for " xyz.com " & abcd.com should b

CNAME issue

2013-12-12 Thread Methsri Wickramarathna
Hi All, One of our customer having the following requirement. There is a domain abcd.com ( zone file created , A records are pointed ). He has another domain xyz.com. He want us to create a separate zone file for " xyz.com " & abcd.com should be the CNAME of it. ( No "A" records mentioned ) I'm b