<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://sufan.maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://sufan.maytide.net/read.php/1863.htm</link>
<title><![CDATA[HOWTO: 通过 Remote Desktop (RDP) 远程访问 Hyper-V 下的虚拟机]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[Virtualization]]></category>
<pubDate>Tue, 28 Nov 2017 03:48:31 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/1863.htm</guid> 
<description>
<![CDATA[ 
	<p><a href="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/Hyper-V_Logo.jpg"><img width="292" height="80" title="Hyper-V_Logo" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="Hyper-V_Logo" src="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/Hyper-V_Logo_thumb.jpg" border="0"></a></p><p><strong><font color="#fd3f0d" size="4">HOWTO: 通过 Remote Desktop (RDP) 远程访问 Hyper-V 下的虚拟机</font></strong></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remote Desktop 是 Windows 的远程桌面工具，通过 RDP 远程访问 Windows 计算机，可在 Windows 桌面下执行管理操作。那么它又是怎么跟 Hyper-V 扯上关系的呢？！本文 <a href="http://goxia.maytide.net" target="_blank">gOxiA</a> 将分享通过 Remote Desktop 直接远程登录到 Hyper-V 下的虚拟机，对虚拟机系统执行操作。</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 在 Hyper-V 上如果要管理其下的虚拟机通常会在 Hyper-V 管理器下选中虚拟机（VM），并鼠标右键点击，选择“连接”。</p><p><a href="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/Hyper-V_connect.png"><img width="442" height="379" title="Hyper-V_connect" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="Hyper-V_connect" src="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/Hyper-V_connect_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 之后 ，Hyper-V 管理器会为我们启动一个新的程序，名为 VMConnect，即虚拟机连接器。这样我们便可以像本地计算机一样去操控它。</p><p><a href="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/vmconnect.png"><img width="448" height="248" title="vmconnect" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="vmconnect" src="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/vmconnect_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 当然，我们也可以为虚拟机启用远程桌面访问，这样便可以通过 Remote Desktop 登录。但是，前面所讲的都是面向 Windows 系统的，如果 Hyper-V 虚拟机是一个 Linux 呢？？？通常，接下来的解答是在 Linux 上开启 SSH 或其他远程访问服务，按照 Linux 的方案去执行。但是如果正好这个 Linux 虚拟机不能开启 SSH 怎么办？</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OK，开始今天的主题！如果 Hyper-V 下的虚拟机是一个没有远程管理方案的 Linux，又或者虚拟机与客户端是隔离网络关系，那么该如何远程操控这些虚拟机系统？！</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 其实我们可以借助 Windows Server 2016 的 RDP 即远程桌面协议实现我们的需求。原理是客户端通过 RDP 连接到 Hyper-V Host，之后使用 RDP 作为桥去连接虚拟机的 VMMS 端口 2179，实现两端通信。（PS：默认该端口是由 VMConnect 去连接。）</p><p><a href="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/vmms2179.png"><img width="630" height="151" title="vmms2179" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="vmms2179" src="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/vmms2179_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 要使用远程桌面来连接的具体操作步骤如下：</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 首先，获取要远程连接的虚拟机ID，可以通过 PowerShell 命令：<font style="background-color: rgb(255, 255, 0);"><strong>get-vm &#124; fl name,id</strong></font></p><p><a href="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/get-vm_id.png"><img width="280" height="376" title="get-vm_id" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="get-vm_id" src="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/get-vm_id_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 然后使用记事本新建一个扩展名为“<strong><font style="background-color: rgb(255, 255, 0);">.rdp</font></strong>”的文件，并添加如下内容：</p><p><div class="code">full address:s:servername</div></p><p><div class="code">pcb:s:VMID</div></p><p><div class="code">server port:i:2179</div></p><p><div class="code">negotiate security layer:i:0</div></p><p><a href="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/rdp.png"><img width="417" height="217" title="rdp" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="rdp" src="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/rdp_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 保存后便可直接使用，以下截图是连接一台正要安装 Ubuntu 的虚拟机截图。</p><p><a href="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/rdp_vm_2179_ubuntu1.png"><img width="488" height="379" title="rdp_vm_2179_ubuntu1" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="rdp_vm_2179_ubuntu1" src="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/rdp_vm_2179_ubuntu1_thumb.png" border="0"></a></p><p><a href="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/rdp_vm_2179_ubuntu2.png"><img width="488" height="379" title="rdp_vm_2179_ubuntu2" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="rdp_vm_2179_ubuntu2" src="http://goxia.maytide.net/ftpup/2017/HOWTO--Remote-Desktop_8AE9/rdp_vm_2179_ubuntu2_thumb.png" border="0"></a></p><p>参考资料：<a title="https://technet.microsoft.com/en-us/library/Cc764268.aspx" href="https://technet.microsoft.com/en-us/library/Cc764268.aspx">https://technet.microsoft.com/en-us/library/Cc764268.aspx</a></p><table style="border: 0.5px solid rgb(187, 187, 187); border-image: none; text-align: left; text-transform: none; text-indent: 0px; letter-spacing: normal; margin-top: 20px; margin-bottom: 20px; word-spacing: 0px; white-space: normal; border-collapse: collapse; orphans: 2; background-color: transparent; -webkit-text-stroke-width: 0px;" summary="table" responsive="true"><tbody style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;" responsive="true"><th align="left" style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; background-color: rgb(237, 237, 237);" scope="col"><font style="font-size: 9.8pt;">Connection type </font></th><font style="font-size: 9.8pt;"></font><th align="left" style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; background-color: rgb(237, 237, 237);" scope="col"><font style="font-size: 9.8pt;">Protocol </font></th><font style="font-size: 9.8pt;"></font><th align="left" style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; background-color: rgb(237, 237, 237);" scope="col"><font style="font-size: 9.8pt;">Default port </font></th><font style="font-size: 9.8pt;"></font><th align="left" style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; background-color: rgb(237, 237, 237);" scope="col"><font style="font-size: 9.8pt;">Where to change the port setting </font></th><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM server to VMM agent on Windows Server–based host (control)</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">WS-Management</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">80</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">During VMM setup, registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM server to VMM agent on Windows Server–based host (file transfers)</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">HTTPS (using BITS)</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">443 (Maximum value: 32768)</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">Registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM server to remote Microsoft SQL Server database</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">TDS</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">1433</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">Registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM server to P2V source agent</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">DCOM</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">135</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">Registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM Administrator Console to VMM server</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">WCF</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">8100</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">During VMM setup, registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM Self-Service Portal Web server to VMM server</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">WCF</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">8100</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">During VMM setup</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM Self-Service Portal to VMM self-service Web server</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">HTTPS</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">443</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">During VMM setup</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM library server to hosts</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">BITS</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">443 (Maximum value: 32768)</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">During VMM setup, registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM host-to-host file transfer</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">BITS</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">443 (Maximum value: 32768)</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">Registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMRC connection to Virtual Server host</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMRC</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">5900</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM Administrator Console, registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt; background-color: rgb(255, 255, 0);">VMConnect (RDP) to Hyper-V hosts</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><font style="background-color: rgb(255, 255, 0);"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="background-color: rgb(255, 255, 0);"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt; background-color: rgb(255, 255, 0);">RDP</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><font style="background-color: rgb(255, 255, 0);"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="background-color: rgb(255, 255, 0);"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt; background-color: rgb(255, 255, 0);">2179</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><font style="background-color: rgb(255, 255, 0);"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="background-color: rgb(255, 255, 0);"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt; background-color: rgb(255, 255, 0);">VMM Administrator Console, registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">Remote Desktop to virtual machines</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">RDP</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">3389</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">Registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMware Web Services communication</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">HTTPS</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">443</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">VMM Administrator Console, registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">SFTP file transfer from VMWare ESX Server 3.0 and VMware ESX Server 3.5 hosts</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">SFTP</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">22</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">Registry</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font></tr><font style="font-size: 9.8pt;"></font><tr style="border: 0px rgb(187, 187, 187); border-image: none; margin-top: 0px; margin-bottom: 0px; border-collapse: collapse;"><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">SFTP file transfer from VMM server to VMWare ESX Server 3i hosts</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">HTTPS</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">443</font></p><font style="font-size: 9.8pt;"></font></td><font style="font-size: 9.8pt;"></font><td style="padding: 10px 8px; border: 1px solid rgb(187, 187, 187); border-image: none; vertical-align: top; min-width: 80px;" data-th="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Where to change the port setting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "><font style="font-size: 9.8pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><p style="line-height: 18px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;"><font style="font-size: 9.8pt;">Registry</font></p></td></tr></tbody></table>
]]>
</description>
</item><item>
<link>https://sufan.maytide.net/read.php/1863.htm#blogcomment5239</link>
<title><![CDATA[[评论] HOWTO: 通过 Remote Desktop (RDP) 远程访问 Hyper-V 下的虚拟机]]></title> 
<author>未名 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 23 Aug 2025 23:04:19 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/1863.htm#blogcomment5239</guid> 
<description>
<![CDATA[ 
	在windows 11 24h2里，实测不可用了，报错提示：远程桌面无法找到计算机“UbuntuDesktop”。可能是“UbuntuDesktop”不属于指定的网络。请验证该计算机名和你尝试连接到的域。[Expanded Information]错误代码： 0x104扩展错误代码： 0x0时间戳 (UTC)： 08/23/25 11:02:12 PM
]]>
</description>
</item>
</channel>
</rss>