Windows NT 无法浏览 Windows Server 2008

Jan*_*jti 6 networking windows windows-server-2008

Windows NT 4.0 无法浏览 Windows Server 2008 R2,但我可以 ping 通它。但是在 Win Server 2003 上可以正常浏览(询问用户名和密码)。

Sofar我试过:

Windows NT 4.0 has SP6a, ie6, DSClient and i set NTML2 (LMCompatibilityLevel) on 3

Windows Server 2008:
gpedit.msc : -Network security:LAN Manager authentication level properties (set on  Send NTML v2 response only. Refuse LM&NTLM)
             -Microsoft network server:Digital sign communications (always)  (set on  disabled)
             -Computer Conf -> Administrative Templates -> System -> Net Logon -> Allow cryptography algorithms compatible with win NT 4.0  (set on enabled)

Active directory Users and Computers  -> Builtin -> Pre-Windows 2000 Compatible Access (i add Win NT user and tried also with domain user and it doesn't work)
Run Code Online (Sandbox Code Playgroud)

我得到的错误是:The network path was not found

知道它可能是什么吗?

Tom*_*nor 9

我可以提出替代解决方案吗?

如果您的 NT4.0 boxen 正在控制 CNC 硬件,我将假设您需要做的就是能够复制命令文件(或其他文件)。

把 IIS 放在 Windows 2k8 服务器上怎么样,然后你就可以使用 Internet Explorer(或类似的)来浏览文件列表,并从中下载东西。

您甚至可以使用 Active Directory 支持的 HTTP 身份验证来获取用户身份验证位。

您可能几乎没有机会获得正确的文件共享工作,因为协议发生了很大变化,可能超出了兼容性,但 HTTP 1.1 应该仍然是一种可能的机制。

也就是说,如果您想要双向文件传输,仍然可以使用 FTP。

  • IE 6 绝对支持 HTTP 1.1。 (2认同)
  • @JanOlMajti 您的下一个任务是将命令文件传递给 CNC 系统以生产大锤子。然后,您可以使用所述锤子击败 CNC 系统的制造商,直到他们支持本世纪制造的操作系统。:-) (2认同)