这是我的配置:
controller.mydomain.local (Domain Controller)
IP Address : 192.168.1.1/24
computer1.mydomain.local
IP Address : 192.168.1.2/24
DNS Server 1 : 192.168.1.1
DNS Server 2 : 8.8.8.8
computer2.mydomain.local
IP Address : 192.168.1.3/24
DNS Server 1 : 192.168.1.1
DNS Server 2 : 8.8.8.8
所有这些计算机都使用相同的用户名和密码。每次重启后,我都无法从和pingcomputer2.mydomain.local
或。我需要禁用和启用网络适配器 2 或 3 次,有时我需要再次重启才能 ping 域名或计算机名称。computer1.mydomain.local
controller.mydomain.local
computer1
computer2
答案1
不,您的计算机不会脱离域,即从您的 Active Directory 中消失。此处的问题与您的 DNS 配置有关,仅此而已。我相信这ipconfig /all
表明:
Ethernet adapter Local Area Network:
Connection-specific DNS Suffix . : mydomain.local
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.2(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.???
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Enabled
这里的问题是你的 DHCP 服务器Google 公共 DNS 8.8.8.8
作为第二个 DNS 服务器。Google Public DNS 对您的本地 DNS 名称一无所知。每次客户端计算机尝试从那里查找时,computer2.mydomain.local
都注定会失败。每当第一个 DNS 服务器的响应时间超过一秒时,就会发生这种情况。
每次重新启动/禁用和启用适配器/拔下和插入电缆时,它都会刷新 DNS 缓存,这会导致您相信它解决了问题,而客户端只是暂时获得了这两者中较好的条件,即唯一具有该mydomain.local
区域的DNS服务器。
去 管理工具>DHCP> controller.mydomain.local
>范围 [192.168.1.0]
>范围选项和消除 8.8.8.8
来自006 DNS Servers
。(您还应该在那里添加另一个域控制器,因为您始终应该至少有两个域控制器。)
然后,如果你想在某个地方使用8.8.8.8
,请将其添加为货运代理在您的 DNS 服务器中。