Windows
電腦在每次重新啟動後退出域
這是我的配置:
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
所有這些電腦都有相同的使用者名和密碼。每次重新啟動後,我都無法從and ping
computer2.mydomain.local
或computer1.mydomain.local
or 。我需要禁用和啟用網路適配器 2 或 3 次,有時我需要再次重新啟動才能 ping 域名或電腦名稱。controller.mydomain.local``computer1``computer2
不,您的電腦並未退出域,即從您的 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 公共 DNS 對您的本地 DNS 名稱一無所知。**每次客戶端電腦嘗試computer2.mydomain.local
從那裡查找時,它都注定會失敗。每當第一個 DNS 伺服器的響應時間超過一秒時,就會發生這種情況。每次重新啟動/禁用&啟用適配器/拔下&插入電纜時,它都會刷新 DNS 記憶體,這讓你相信它解決了問題,而客戶端只是暫時獲得了這兩個更好的條件,即唯一的 DNS 伺服器具有
mydomain.local
區。轉到 管理工具> DHCP >
controller.mydomain.local
>範圍[192.168.1.0]
>範圍選項並從8.8.8.8
.006 DNS Servers
(您還應該在那裡添加另一個域控制器,因為您總是應該至少有兩個域控制器。)