惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
D
Docker
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
美团技术团队
V
V2EX
Last Week in AI
Last Week in AI
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Microsoft Security Blog
Microsoft Security Blog
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
B
Blog RSS Feed
博客园_首页
B
Blog
博客园 - 叶小钗
I
InfoQ
WordPress大学
WordPress大学
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
The Register - Security
The Register - Security
MyScale Blog
MyScale Blog
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
Latest news
Latest news
W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Cyberwarzone
Cyberwarzone
Scott Helme
Scott Helme
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
CERT Recently Published Vulnerability Notes
C
CXSECURITY Database RSS Feed - CXSecurity.com
Recent Commits to openclaw:main
Recent Commits to openclaw:main
N
News and Events Feed by Topic
S
Secure Thoughts
The Hacker News
The Hacker News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News

博客园 - enjoy .net

visual basic video series:Forms over data 无功倒送问题 变压器高低压侧的电流计算 爬电、爬距(泄漏距离)、爬电比距 使用BackgroundWorker进行Thread编程 VS2005的初体验 地板选购指南 IT服务管理时代已经到来 IT服务管理的效果分析 How to use the Install from Media feature to promote Windows Server 2003-based domain controllers 70-294读书笔记 TechED上海 术语: Tombstone/Tombstone Lifetime Windows 2003故障恢复 几乎没有管理的国企! ASP.Net 2.0中的Membership,Role和Profile 关于ASP.Net 2.0中的Theme ntdsutil的功能 Flexible Single Master Operations (FSMO)
体验了一次DNS的动态更新功能
enjoy .net · 2005-08-02 · via 博客园 - enjoy .net

今天真正体验了一次DNS动态更新的功能。
场景:
已经安装了一个Forest Root Domain:mvp.com,接下来又安装了一个Child Domain:china.mvp.com,并且两个Domain共用了同一个DNS服务器。
操作:
出于好奇将DNS服务器中的China文件夹的内容删除掉了,导致的结果就是在mvp.com Domain Controller上访问china.mvp.com出现问题,但是在china.mvp.com domain controller上访问mvp.com一切正常。其实原因很简单当mvp.com的domain controller访问china.mvp.com的domain controller时,在DNS中找不到相应的记录。
于是查了查资料,说Netlogon服务可以动态地将domain controller的记录注册到DNS中,于是在china.mvp.com的Domain Controller上重新启动了一下Netlogon服务,可是在DNS服务器上的China文件夹中还是没有发现相应的记录,后来发现在区域的属性对话框中有一个选项是是否允许动态更新,由于选择了无,所以不能正常更新,当把它改为安全或不安全动态更新后就可以了!!
备注:
在将一台服务器通过Dcpromo.exe升级为Domain Controller后,与该DC对应的DNS中的记录就会保存到本机的名为%Systemroot%\System32\Config\netlogon.dns的文件中,当重新启动netlogon服务时,就会将上述文件中的重新更新到DNS中。

posted on 2005-08-02 06:12  enjoy .net  阅读(787)  评论()    收藏  举报