我在 VMware 工作站 15 上安装了 Windows Server 2016。在 Windows Server 2016 中,我安装了 Hyper-V。Hyper 有 2 个虚拟机 i. Ubuntu ii. Windows 10。
我的问题是:如何使用端口转发从我的物理机(Windows 10)访问 Hyper-v vm?我想通过 RDP(对于 Windows vm)或通过 ssh(对于 Linux vm)访问 VM。
设置如下:
Windows 10 -> VMware 工作站 -> Windows 服务器 2016 -> Hyper-V -> VM。
我在 VMware 工作站中使用 NAT 网络。
我想使用端口转发从 Windows 10 访问虚拟机。例如,如果我通过端口 80 访问 Windows Server 2016 IP 地址,则会转发到托管我的 Apache 服务器的端口 80 上的虚拟机 IP 地址。
谢谢 :)