In DNS can an IN NS point to a CNAME?

Posted by Mark Wagner on Server Fault See other posts from Server Fault or by Mark Wagner
Published on 2011-01-14T19:36:54Z Indexed on 2012/10/26 5:05 UTC
Read the original article Hit count: 454

Filed under:
|
|

Is it allowed to have an NS record be a CNAME? E.g.:

subdomain.example.com.       IN NS  ns1.example.com.
ns1.example.com.             CNAME  foo.example.com.
foo.example.com.             IN A   10.1.1.1

This doesn't seem to work in bind though this (of course) does:

subdomain.example.com.       IN NS  foo.example.com.
foo.example.com.             IN A   10.1.1.1

Any pointers to RFCs prohibiting this setup would be appreciated.

© Server Fault or respective owner

Related posts about dns

Related posts about cname-record