mxs*_*cho 6 windows hyper-v remote-desktop remote-desktop-services
我刚刚从微软评估中心下载并安装了 Hyper-V Server 2019 (版本:1809/10.0.17763.1)。现在我无法hypervserver使用远程桌面连接到这台机器(我命名为)。
路由似乎没问题,ping 也能正常工作,但无法访问 RDP 端口:
>$ ping hypervserver
Reply from {IP}: bytes=32 time<1ms TTL=128
[...]
>$ telnet hypervserver 3389
Connecting To {IP}...Could not open connection to the host, on port 3389: Connect failed
Run Code Online (Sandbox Code Playgroud)
即使在禁用防火墙并将所用网络配置文件的网络类别设置为Private.
我可以看到我成功启用了 RDP,因为sconfig.cmd说:
4) Configure Remote Management: Enabled
7) Remote Desktop: Enabled (all clients)
Run Code Online (Sandbox Code Playgroud)
注册表项看起来也不错:
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnection = 0
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\fEnableWinStation = 1
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber = 3389
Run Code Online (Sandbox Code Playgroud)
服务似乎正在运行:
PS >$ Get-Service -Name termservice -ComputerName hypervserver
Status Name DisplayName
------ ---- -----------
Running termservice Remote Desktop Services
Run Code Online (Sandbox Code Playgroud)
然而,似乎没有人在监听 3389 端口:
>$ netstat -ano | findstr LISTEN | findstr :3389
>$
Run Code Online (Sandbox Code Playgroud)
我有一个普通(和单个)以太网网络接口的标准设置,配置为使用 DHCP 获取其 IP。重新启动或重新启动服务都没有帮助。事件日志不包含任何错误。
还有什么问题?这不应该开箱即用吗?
这是一个错误。
更新:
Microsoft 在更新 KB4482887 (内部版本 17763.348,于 2019 年 3 月 1 日发布)中修复了该问题。上次我检查它必须手动安装,并且无法通过服务器的更新源获得:
~$ wusa.exe kb4482887.msu
Run Code Online (Sandbox Code Playgroud)
有关更多信息,请参阅此线程。
| 归档时间: |
|
| 查看次数: |
19984 次 |
| 最近记录: |