工作组用户无法访问服务器

工作组用户无法访问服务器

我在名为 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 的所有建议。WS2008 上的事件日志:

 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.

答案1

你需要做两件事:

希望这可以帮助

相关内容