This is not possible.  It is against RFC, and BIND enforces it, to have CNAME and any other data at the same branch of the DNS tree.<br>In this case you are trying to put a CNAME at the second level domain <a href="http://example.com">example.com</a>.  However <a href="http://example.com">example.com</a> also has an SOA record, several NS records, and possibly MX records.<br>
<br>You will need to make <a href="http://example.com">example.com</a> an A record or use <a href="http://www.example.com">www.example.com</a> IN CNAME <a href="http://someother.site.com">someother.site.com</a>.<br><br>-- <br>
-Ben Croswell<br><br><div class="gmail_quote">On Sun, Jan 18, 2009 at 12:37 PM, Dhaval Thakar <span dir="ltr"><<a href="mailto:dhaval.thakar@networthdirect.com">dhaval.thakar@networthdirect.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Hi,<br>
<br>
I am using bind 9.6.0.<br>
<br>
I want to configure cname for corporate web (<a href="http://example.com" target="_blank">example.com</a>).<br>
When I mention following my company site opens without sub domain. e.g<br>
<a href="http://example.com" target="_blank">example.com</a> I dont need to mention <a href="http://www.example.com" target="_blank">www.example.com</a>.<br>
<br>
@  IN  A  x.x.x.x<br>
<br>
I have two ISP with radware link proof. Radware device has its own dns e.g<br>
<a href="http://abc.com" target="_blank">abc.com</a><br>
I have web record on link proof e.g <a href="http://www.abc.com" target="_blank">www.abc.com</a> (ip x.x.x.1 & y.y.y.1)<br>
<br>
Now when I am trying to configure following my domain doesn't resolve.<br>
@  IN  CNAME <a href="http://www.abc.com" target="_blank">www.abc.com</a>.<br>
OR<br>
<a href="http://example.com" target="_blank">example.com</a>.  IN  CNAME  <a href="http://www.abc.com" target="_blank">www.abc.com</a>.<br>
<br>
Kindly guide me to create <a href="http://example.com" target="_blank">example.com</a> aliased to <a href="http://www.abc.com" target="_blank">www.abc.com</a><br>
<br>
Thanks & Regards<br>
<br>
<br>
_______________________________________________<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote></div><br><br clear="all"><br><br>