
我有一個在 2003 年森林中的 win2k8 R2 上運行的 Hyper-V 叢集。這些伺服器位於我們的 NOC,其 DC 透過持久性 VPN 連接到總部的 PDC。群集盒報告錯誤事件 ID 1006,如下所示。 DC 也報告錯誤 5805,如下所示。我發現了很多關於 1006 錯誤的帖子,但沒有找到關於錯誤 ID 52 的帖子。這很奇怪,我可以 ping 通並且可以瀏覽每個 DC 上的網路共用。我認為可能是 DNS 或網路問題,但 nslook up 也可以。
事件1006
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-GroupPolicy" Guid="{AEA1B4FA-97D1-45F2-A64C-4D69FFFD92C9}" />
<EventID>1006</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>1</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2013-12-17T00:08:19.582292600Z" />
<EventRecordID>41808</EventRecordID>
<Correlation ActivityID="{26B10592-6228-4A3E-845B-E04B49702A54}" />
<Execution ProcessID="964" ThreadID="1384" />
<Channel>System</Channel>
<Computer>NEOREEFVH1.neoreef.com</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="SupportInfo1">1</Data>
<Data Name="SupportInfo2">5012</Data>
<Data Name="ProcessingMode">0</Data>
<Data Name="ProcessingTimeInMilliseconds">1138</Data>
<Data Name="ErrorCode">52</Data>
<Data Name="ErrorDescription">Unavailable</Data>
<Data Name="DCName" />
</EventData>
</Event>
活動5805
Event Type: Error
Event Source: NETLOGON
Event Category: None
Event ID: 5805
Date: 12/16/2013
Time: 2:32:01 PM
User: N/A
Computer: NEOREEFSRV15
Description:
The session setup from the computer NEOREEFVH3 failed to authenticate. The following error occurred:
Access is denied.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 22 00 00 c0 "..À
以下是主機上的網路:
凡是帶有「Enabled」字樣的都是虛擬交換器。
答案1
最終成為 VPN 可靠性和路由問題。我們從使用 RRAS 切換到專用 VPN 設備,並在點之間配置了新路由。一旦我們這樣做了,問題就消失了。