[4416] in Athena Bugs
6.4R /etc/named
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Mon Mar 5 16:24:01 1990
Date: Mon, 5 Mar 90 16:23:05 -0500
From: Mark Rosenstein <mar@MIT.EDU>
To: jfc@ATHENA.MIT.EDU
Cc: bugs@ATHENA.MIT.EDU, network@ATHENA.MIT.EDU
In-Reply-To: John Carr's message of Mon, 05 Mar 90 05:05:35 EST <9003051005.AA02659@ACHATES.MIT.EDU>
This has been discussed before on both the bind and namedroppers
mailing lists. It is not legal to have a CNAME and any other data at
the same node in the domain tree. Thus we currently have an illegal
configuration, and the result is ambiguous. Rather than having:
in MIT.EDU domain:
dialup CNAME relay.mit.edu
dialup NS relay.mit.edu
dialup NS megaira.mit.edu
int DIALUP.MIT.EDU domain:
athena ...
athena-vax ...
athena-rt ...
It should be configured
in MIT.EDU domain:
dialup NS relay.mit.edu
dialup NS megaira.mit.edu
int DIALUP.MIT.EDU domain:
. A [address of relay]
athena ...
athena-vax ...
athena-rt ...
This is the only legal way to do this.
-Mark