制作英文网站多少钱,网页设计教程网站,建设网站功能定位,临沂建设中专官方网站这是我第一次尝试设置一些虚拟机。 我正在尝试rdp给他们#xff0c;但我遇到了这个错误This is my first attempt in setting up some VMs. I am trying to rdp to them but Im encountering this error**远程桌面无法找到计算机\[服务器\]。 这可能意味着\…这是我第一次尝试设置一些虚拟机。 我正在尝试rdp给他们但我遇到了这个错误This is my first attempt in setting up some VMs. I am trying to rdp to them but Im encountering this error**远程桌面无法找到计算机\[服务器\]。 这可能意味着\[服务器\]。 不属于指定的网络。 验证您尝试连接的计算机名称和域。****Remote Desktop cant find the computer \[Server\]. This might mean that \[Server\] does not belong to the specified network. Verify the computer name and domain that you are trying to connect to.**我正在尝试设置一些开发服务器。 我在Hyper-V中创建了6台机器1台域控制器和5台成员服务器。I am trying to set up some dev servers. I have made 6 machines in Hyper-V, 1 domain controller and 5 member servers.所有正在运行的Windows Server 2008 R2 SP1。 全部在域名上(称之为d.com)。All running Windows Server 2008 R2 SP1. All on a domain (call it d.com).我创建了一个内部虚拟交换机配置如下I have created an Internal virtual switch, configuring it as follows:* IPv4地址 198.168.10.1* 子网掩码 255.255.255.0* DNS服务器 198.168.10.1* IPv4 Address 198.168.10.1* Subnet Mask 255.255.255.0* DNS Server 198.168.10.1对于域控制器(称之为DC)和第一个成员服务器(称之为S1)我启用了远程桌面允许来自运行[这个](https/之后的任何版本的计算机的连接 /briantjackett.com/2010/06/06/how-to-configure-remote-desktop-to-hyper-v-guest-virtual-machines/)链接的说明。 我确实将此指令中列出的服务设置为自动启动For the Domain Controller (call it DC) and the first member server (call it S1), I enabled Remote Desktop allowing for connections from computers running any version following [this](https://briantjackett.com/2010/06/06/how-to-configure-remote-desktop-to-hyper-v-guest-virtual-machines/) links instructions. I did set the services listed in this instruction to start automatically:* DNS客户端(已自动)* 功能发现资源发布* SSDP Discovery* UPnP设备主机* DNS Client (already automatic)* Function Discovery Resource Publication* SSDP Discovery* UPnP Device Host我能够ping上面给出的IP。 我通过在S1中禁用防火墙并尝试rdp检查是否存在防火墙问题但遇到了同样的错误。Im able to ping the IP given above. I checked to see if its a firewall issue by disabling the firewall in S1 and attempted to rdp but was met with the same error.昨天当我第一次把它全部搞定时我能够rdp但今天没有这样的运气。 当我启动机器时我确实发现SSDP Discovery服务还没有启动但即使启动它也无法解决问题。Wierdly I was able to rdp yesterday when I first set it all up, but today no such luck. I did spot that the SSDP Discovery service had not started when I spun up the machine, but even starting that did not resolve the issue.我缺少一些配置吗 我错误配置了什么吗Is there some configuration Im missing? Have I misconfigured something?* * ** * ***编辑已解决****EDIT: RESOLVED**我修改了内部交换机的IP配置在与VM相同的子网上为其提供了一个IP具有适当的子网掩码和默认网关(同样在同一子网上)。 我还删除了DNS服务器地址。I amended the IP config of the internal switch, giving it an IP on the same subnet as the VMs, with appropriate subnet mask, and a default gateway (again on the same subnet). I have also removed the DNS server address.我现在可以从主机ping和远程桌面我的虚拟机。I am now able to ping and remote desktop my VMs from the host machine.