工作组用户不能访问服务器

我有名为test1的工作组中的computer1(windows nt – 旧cnc机器)。 有了它,我可以访问Windows Server 2000(请参阅共享文件夹)。 问题是我无法到达Windows Server 2008 R2。 它显示错误Can't find network path 。 域(test1.com)用户可以访问这两个Windows服务器。 Ping IP server2008正在工作,但是ping server2008的名字没有(想ping不同的IP地址)。

  Folder: \\ip addr. server2\folder Connect: test1\user1 

有人知道,如何解决这个问题? 谢谢。

编辑:我做了所有Noor和Ed Fries的build议。 事件loginWS2008:

  Log Name: Security Source: Microsoft-Windows-Security-Auditing Date: 23.7.2013 8:45:05 Event ID: 4672 Task Category: Special Logon Level: Information Keywords: Audit Success User: N/A Computer: DATASRV.company.com Description: Special privileges assigned to new logon. Subject: Security ID: SYSTEM Account Name: SYSTEM Account Domain: NT AUTHORITY Logon ID: 0x3e7 Privileges: SeAssignPrimaryTokenPrivilege SeTcbPrivilege SeSecurityPrivilege SeTakeOwnershipPrivilege SeLoadDriverPrivilege SeBackupPrivilege SeRestorePrivilege SeDebugPrivilege SeAuditPrivilege SeSystemEnvironmentPrivilege SeImpersonatePrivilege 

NT计算机上的一个错误: The network path was not found

编辑2:当我尝试浏览另一个ws2008它说:在Windows NT上: Access is denied 。 在WS2008日志:

  An account failed to log on. Subject: Security ID: NULL SID Account Name: - Account Domain: - Logon ID: 0x0 Logon Type: 3 Account For Which Logon Failed: Security ID: NULL SID Account Name: boke Account Domain: COMPANY Failure Information: Failure Reason: An Error occured during Logon. Status: 0xc0000225 Sub Status: 0x0 Process Information: Caller Process ID: 0x0 Caller Process Name: - Network Information: Workstation Name: \\PR03 Source Network Address: 193.77.60.174 Source Port: 4453 Detailed Authentication Information: Logon Process: Authentication Package: NTLM Transited Services: - Package Name (NTLM only): - Key Length: 0 This event is generated when a logon request fails. It is generated on the computer where access was attempted. The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe. The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network). The Process Information fields indicate which account and process on the system requested the logon. The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases. The authentication information fields provide detailed information about this specific logon request. - Transited services indicate which intermediate services have participated in this logon request. - Package name indicates which sub-protocol was used among the NTLM protocols. 

你需要做两件事情:

  • 安装Active Directory客户端扩展: http : //technet.microsoft.com/en-us/library/cc750223.aspx
  • 确保启用了NTLM V2: http : //support.microsoft.com/kb/239869
  • 它不会伤害安装NT 4.0的最新的SP(这是你有什么,正确的?): http : //support.microsoft.com/kb/246009

希望这可以帮助