Skip to content

Commit ea9580f

Browse files
Merge pull request #232348 from ntrogh/als-nested-virt-issue
[Azure Lab Services] Add step for restarting the VM after virtual switch creation
2 parents 789aea0 + 2b38af9 commit ea9580f

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

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

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ To create a new virtual switch:
120120
1. For the newly created virtual switch, set the name to something memorable. For this example, you use *LabServicesSwitch*.
121121
1. Select **OK**.
122122

123-
Windows now creates a new network adapter. The name is similar to *vEthernet (LabServicesSwitch)*. To verify, open the **Control Panel** > **Network and Internet** > **View network status and tasks**. On the left, select **Change adapter settings**.
123+
Windows now creates a new network adapter. The name is similar to *vEthernet (LabServicesSwitch)*. To verify, open the **Control Panel** > **Network and Internet** > **View network status and tasks**. On the left, select **Change adapter settings** to view all network adapters.
124+
125+
1. Before you continue to create a NAT network, restart the template virtual machine.
124126

125127
### Create a NAT network
126128

@@ -131,15 +133,21 @@ To create a NAT network:
131133
1. Select the local server in the left navigation page.
132134
1. Choose **Action** -> **Configure and Enable Routing and Remote Access**.
133135
1. When **Routing and Remote Access Server Setup Wizard** appears, select **Next**.
134-
1. On the **Configuration** page, select **Network address translation (NAT)** configuration. Select **Next**.
136+
1. On the **Configuration** page, select **Network address translation (NAT)** configuration, and then select **Next**.
137+
138+
>[!WARNING]
139+
>Don't choose the **Virtual private network (VPN) access and NAT** option.
140+
141+
1. On **NAT Internet Connection** page, choose **Ethernet**, and then select **Next**.
135142

136143
>[!WARNING]
137-
>Do not choose the 'Virtual private network (VPN) access and NAT' option.
144+
>Don't choose the **vEthernet (LabServicesSwitch)** connection we created in Hyper-V Manager.
145+
146+
If there are no network interfaces in the list, restart the virtual machine.
138147

139-
1. On **NAT Internet Connection** page, choose 'Ethernet'. Don't choose the 'vEthernet (LabServicesSwitch)' connection we created in Hyper-V Manager. Select **Next**.
140148
1. Select **Finish** on the last page of the wizard.
141-
1. When the **Start the service** dialog appears, select **Start Service**.
142-
1. Wait until service is running.
149+
150+
1. On the **Start the service** dialog, select **Start Service**, and wait until the service is running.
143151

144152
## Update network adapter settings
145153

0 commit comments

Comments
 (0)