微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

domain-name-system – 你能在MS DNS服务器上同步两个不同的域吗?

假设您正在运行域X,但希望您的内部DNS服务器处理域X和域Y的请求,这样如果machine1.X解析为a.b.c.d,那么machine1.Y将解析为相同的IP地址?

基本上我们希望有一组主DNS记录,但是第二个域具有所有相同的记录.我们正处于迁移的中间阶段,如果我们不必记住一直更新两组域记录,那就太好了.

解决方法

我自己从未尝试过这种方法,但有可能使用DNAME记录来解决您的问题,以便为整个域别名.在 RFC 6672中,它定义如下:
"The DNAME record provides redirection for a subtree of the domain
name tree in the DNS.  That is,all names that end with a particular
suffix are redirected to another part of the DNS."

根据this link,它也是Windows DNS中的一个选项:

"What's also nice about this technique in comparison with the 'use the same
zone file' trick,is that it can also be applied on Windows DNS servers.

If you already have your data-filled zone (abc.be),simply create a new
zone (def.be) in DNS Manager.. Then rightclick the zone,and choose
'Other new records...'.

Select the Domain Alias (DNAME) type,and then create the record without
filling in an alias name,but selecting your target zone (abc.be)"

如果DNS域也是AD的基础,或者它只是DNS,那么您不会写.我不知道以这种方式混淆的AD会如何响应.作为一种纯粹的推测,人们可能还需要add a new UPN获取“AD域和信任”工具中的域别名.另一种可能性当然是AD通过其DNS别名来调用时可能会完全失控,即使它具有备用UPN.

原文地址:https://www.jb51.cc/html/228887.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐