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
| NIC network security group | Select **Advanced**. |
134
+
| Configure network security group | Select **Create new**. </br> Enter **myNSG** in Name. </br> Select **OK**. |
243
135
244
136
6. Select **Review + create**.
245
137
@@ -257,30 +149,37 @@ You'll associate the IPv4 and IPv6 addresses you created previously to the netwo
257
149
258
150
### Network interface configuration
259
151
260
-
A network interface is automatically created and attached to the chosen virtual network during creation. In this section, you'll remove this default network interface and attach the network interface you created previously.
152
+
A network interface is automatically created and attached to the chosen virtual network during creation. In this section, you'll add the IPv6 configuration to the existing network interface.
261
153
262
154
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
263
155
264
156
2. Select **myVM**.
265
157
266
-
3. Select **Networking** in **Settings**.
158
+
3. Select **Stop**, to stop the virtual machine. Wait for the machine to shut down.
267
159
268
-
4. Select **Attach network interface**.
160
+
4. Select **Networking** in **Settings**.
269
161
270
-
5. Select **myNIC1**that you created previously.
162
+
5.The name of your default network interface will be **myvmxx**, with xx a random number. In this example, it's **myvm281**. Select **myvm281**next to **Network Interface:**.
271
163
272
-
6.Select **OK**.
164
+
6.In the properties of the network interface, select **IP configurations** in **Settings**.
273
165
274
-
7.Select**Detach network interface**.
166
+
7.In**IP configurations**, select **+ Add**.
275
167
276
-
8. The name of your default network interface will be **myvmxx**, with xx a random number. In this example, it's **myvm281**. Select **myvm281** in **Detach network interface**.
168
+
8. In **Add IP configuration**, enter or select the following information.
169
+
170
+
| Setting | Value |
171
+
| ------- | ----- |
172
+
| Name | Enter **Ipv6config**. |
173
+
| IP version | Select **IPv6**. |
174
+
|**Private IP address settings**||
175
+
| Allocation | Leave the default of **Dynamic**. |
176
+
| Public IP address | Select **Associate**. |
177
+
| Public IP address | Select **myPublicIP-IPv6**. |
277
178
278
179
9. Select **OK**.
279
180
280
181
10. Return to the **Overview** of **myVM** and start the virtual machine.
281
182
282
-
11. The default network interface can be safely deleted.
283
-
284
183
## Test SSH connection
285
184
286
185
You'll connect to the virtual machine with SSH to test the IPv4 public IP address.
@@ -293,9 +192,9 @@ You'll connect to the virtual machine with SSH to test the IPv4 public IP addres
293
192
294
193
4. Open an SSH connection to the virtual machine by using the following command. Replace the IP address with the IP address of your virtual machine. Replace **`azureuser`** with the username you chose during virtual machine creation. The **`-i`** is the path to the private key that you downloaded earlier. In this example, it's **~/.ssh/mySSHKey.pem**.
0 commit comments