Skip to content

Commit 3431863

Browse files
committed
fixing broken link
1 parent 179f089 commit 3431863

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/lab-services/how-to-enable-nested-virtualization-template-vm-using-script.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Consider the following sample lab setup:
104104
- Nested VM 2-1 (Ubuntu 20.04, IP 192.168.0.102, SSH allowed)
105105
- Nested VM 2-2 (Windows 11, IP 192.168.0.103, remote desktop enabled and allowed)
106106
107-
To connect with SSH from lab VM 2 to nested lab VM 1-1:
107+
Enable connection with SSH from lab VM 2 to nested lab VM 1-1:
108108
109109
1. On lab VM 1, add a static mapping:
110110
@@ -118,7 +118,7 @@ To connect with SSH from lab VM 2 to nested lab VM 1-1:
118118
119119
```
120120
121-
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:
122122
123123
1. On lab VM 1, add a static mapping.
124124
@@ -162,14 +162,16 @@ If you're using the Medium (Nested Virtualization) VM size for the lab, consider
162162
163163
- Verify that you followed the previous steps for enabling nested virtualization. Consider using the PowerShell script option.
164164
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.
166166
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.
168170
169171
- Check the network adapter settings for the Hyper-V VM.
170172
171173
- 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.
173175
174176
> [!NOTE]
175177
> 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

Comments
 (0)