You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To connect with RDP from lab VM 2, or its nested VMs, to nested lab VM 1-2:
121
+
Enable connection with RDP from lab VM 2, or its nested VMs, to nested lab VM 1-2:
122
122
123
123
1. On lab VM 1, add a static mapping.
124
124
@@ -162,14 +162,16 @@ If you're using the Medium (Nested Virtualization) VM size for the lab, consider
162
162
163
163
- Verify that you followed the previous steps for enabling nested virtualization. Consider using the PowerShell script option.
164
164
165
-
- Verify host VM (lab VM) *doesn't* have DHCP role installed, if you're running a system administration class,
165
+
- Check if the host VM (lab VM) has the DHCP role installed if you are using Windows Server.
166
166
167
-
Running a lab VM as a DHCP server is an *unsupported* scenario. See [Can I deploy a DHCP server in a virtual network?](/azure/virtual-network/virtual-networks-faq) for details. Changing the settings of the lab VM can cause issues with other lab VMs. Instead, create an internal or private NAT network and have one of the Hyper-V VMs act as the DHCP, DNS, or domain controller.
167
+
Running a lab VM as a DHCP server is an *unsupported* scenario. See [Can I deploy a DHCP server in a virtual network?](/azure/virtual-network/virtual-networks-faq) for details. Changing the settings of the lab VM can cause issues with other lab VMs.
168
+
169
+
If you have the DHCP role installed, try enabling Hyper-V [DHCP guard](/archive/blogs/virtual_pc_guy/hyper-v-networkingdhcp-guard) to block outbound offer packets.
168
170
169
171
- Check the network adapter settings for the Hyper-V VM.
170
172
171
173
- Set the IP address of the DNS server and DHCP server to [*168.63.129.16*](/azure/virtual-network/what-is-ip-address-168-63-129-16).
172
-
- Set the guest VM IPv4 address in the range of the [NAT network you created previously](#create-a-nat-network).
174
+
- If the guest VM IPv4 address is set manually, verify it is in the range of the NAT network connected to the Hyper-V switch.
173
175
174
176
> [!NOTE]
175
177
> The `ping` command from a Hyper-V VM to the host VM doesn't work. To test internet connectivity, launch a web browser and verify that the web page loads correctly.
0 commit comments