In article <gt61o2$2t66$1...@sf1.isc.org>, MontyRee <chul...@hotmail.com>
wrote:
--
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***
_______________________________________________
bind-users mailing list
bind-...@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users
You need to keep in mind that DNAME provides 'aliasing'
for domain names _below_ the name to which the DNAME belongs,
and _not_ for the name itself.
The DNAME record you've shown provides a hierarchy of mappings,
including the following:
a.example.com. -> a.example2.com.
tasty.example.com. -> tasty.example2.com.
sandwich.example.com. -> sandwich.example2.com.
is.what.i.want.for.lunch.example.com. ->
is.what.i.want.for.lunch.example2.com.
It doesn't do anything for example.com. itself.
You'll need to add A, AAAA, MX, records as needed.
/Niall