QUESTION NO: 160
You are the network administrator of the TestKing Works network. You plan to install a new Windows
2000 domain. The DNS zone for the new domain will be hosted on a server named BIND1, which runs
UNIX and BIND.
You configure the testking.com zone on BIND1 and enable dynamic updates. You configure a new
Windows 2000 Server computer with the address of BIND1 and install the new server as your first
domain controller.
The installation proceeds to completion without errors. However, when you try to join additional
computers to the domain, you receive the following error message.
A domain controller for your domain could not be found.
You verify that the domain controller is running. You examine BIND1 and confirm that the records are
being updated in the zone file. However, you discover that the master zone is not functioning. You also
discover the following error message.
Master zone for “testking.com” (IN) rejected due to errors.
You need to restore the functionality of the master zone on BIND1. What should you do?
A. Enable name checking on BIND1
B. Disable name checking on BIND1
C. Manually add SRV (service) records to the zone file on BIND1
D. Configure BIND1 to set authoritative AA bits on all responses.
Answer: B
Explanation:
SYMPTOMS
When you are using BIND (a popular Domain Name System, or DNS, server implementation) DNS for a
Windows 2000 Active Directory domain, the master zone may stop working with the following error message:
Master zone for "domain.com" (IN) rejected due to errors.
RESOLUTION
To resolve this problem, disable name checking on the BIND DNS server. To disable name checking, add the
following lines to the "/etc/named.conf" configuration file:
options {
check-names master ignore;
};
Reference: Microsoft Knowledge Base Article – 241973, Master Zone May Not Work with BIND DNS for
Windows 2000 Active Directory
http://support.microsoft.com/default.aspx?scid=kb;en-us;241973
You are the network administrator of the TestKing Works network. You plan to install a new Windows
2000 domain. The DNS zone for the new domain will be hosted on a server named BIND1, which runs
UNIX and BIND.
You configure the testking.com zone on BIND1 and enable dynamic updates. You configure a new
Windows 2000 Server computer with the address of BIND1 and install the new server as your first
domain controller.
The installation proceeds to completion without errors. However, when you try to join additional
computers to the domain, you receive the following error message.
A domain controller for your domain could not be found.
You verify that the domain controller is running. You examine BIND1 and confirm that the records are
being updated in the zone file. However, you discover that the master zone is not functioning. You also
discover the following error message.
Master zone for “testking.com” (IN) rejected due to errors.
You need to restore the functionality of the master zone on BIND1. What should you do?
A. Enable name checking on BIND1
B. Disable name checking on BIND1
C. Manually add SRV (service) records to the zone file on BIND1
D. Configure BIND1 to set authoritative AA bits on all responses.
Answer: B
Explanation:
SYMPTOMS
When you are using BIND (a popular Domain Name System, or DNS, server implementation) DNS for a
Windows 2000 Active Directory domain, the master zone may stop working with the following error message:
Master zone for "domain.com" (IN) rejected due to errors.
RESOLUTION
To resolve this problem, disable name checking on the BIND DNS server. To disable name checking, add the
following lines to the "/etc/named.conf" configuration file:
options {
check-names master ignore;
};
Reference: Microsoft Knowledge Base Article – 241973, Master Zone May Not Work with BIND DNS for
Windows 2000 Active Directory
http://support.microsoft.com/default.aspx?scid=kb;en-us;241973
Windows 2000域BIND DNS主区域问题解决
博客围绕在Windows 2000新域中,BIND DNS服务器主区域无法正常工作的问题展开。当尝试将其他计算机加入域时出错,虽记录能更新但主区域功能异常。解决办法是在BIND DNS服务器上禁用名称检查,可在配置文件添加相应内容。
2198

被折叠的 条评论
为什么被折叠?



