Skip to content

Commit 234561b

Browse files
committed
fix conflicts
1 parent 770958a commit 234561b

File tree

1 file changed

+77
-78
lines changed

1 file changed

+77
-78
lines changed
Lines changed: 77 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,121 @@
1-
---
2-
title: Add a dual-stack network to an existing virtual machine - Azure portal
3-
titleSuffix: Azure Virtual Network
4-
description: Learn how to add a dual stack network to an existing virtual machine using the Azure portal.
5-
author: asudbring
6-
ms.author: allensu
7-
ms.service: virtual-network
8-
ms.subservice: ip-services
9-
ms.topic: how-to
10-
ms.date: 08/23/2022
11-
ms.custom: template-how-to
12-
---
1+
---
2+
title: Add a dual-stack network to an existing virtual machine - Azure portal
3+
titleSuffix: Azure Virtual Network
4+
description: Learn how to add a dual stack network to an existing virtual machine using the Azure portal.
5+
author: asudbring
6+
ms.author: allensu
7+
ms.service: virtual-network
8+
ms.subservice: ip-services
9+
ms.topic: how-to
10+
ms.date: 08/19/2022
11+
ms.custom: template-how-to
12+
---
1313

14-
# Add a dual-stack network to an existing virtual machine using the Azure portal
14+
# Add a dual-stack network to an existing virtual machine using the Azure portal
1515

16-
In this article, you'll add IPv6 support to an existing virtual network. You'll configure an existing virtual machine with both IPv4 and IPv6 addresses. When completed, the existing virtual network will support private IPv6 addresses. The existing virtual machine network configuration will contain a public and private IPv4 and IPv6 address.
16+
In this article, you'll add IPv6 support to an existing virtual network. You'll configure an existing virtual machine with both IPv4 and IPv6 addresses. When completed, the existing virtual network will support private IPv6 addresses. The existing virtual machine network configuration will contain a public and private IPv4 and IPv6 address.
1717

18-
## Prerequisites
18+
## Prerequisites
1919

20-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2121

22-
- An existing virtual network, public IP address and virtual machine in your subscription that is configured for IPv4 support only. For more information about creating a virtual network, public IP address and a virtual machine, see [Quickstart: Create a Linux virtual machine in the Azure portal](/azure/virtual-machines/linux/quick-create-portal).
22+
- An existing virtual network, public IP address and virtual machine in your subscription that is configured for IPv4 support only. For more information about creating a virtual network, public IP address and a virtual machine, see [Quickstart: Create a Linux virtual machine in the Azure portal](/azure/virtual-machines/linux/quick-create-portal).
2323

24-
- The example virtual network used in this article is named **myVNet**. Replace this value with the name of your virtual network.
24+
- The example virtual network used in this article is named **myVNet**. Replace this value with the name of your virtual network.
25+
26+
- The example virtual machine used in this article is named **myVM**. Replace this value with the name of your virtual machine.
27+
28+
- The example public IP address used in this article is named **myPublicIP**. Replace this value with the name of your public IP address.
2529

26-
- The example virtual machine used in this article is named **myVM**. Replace this value with the name of your virtual machine.
30+
## Add IPv6 to virtual network
2731

28-
- The example public IP address used in this article is named **myPublicIP**. Replace this value with the name of your public IP address.
32+
In this section, you'll add an IPv6 address space and subnet to your existing virtual network.
2933

30-
## Add IPv6 to virtual network
34+
1. Sign in to the [Azure portal](https://portal.azure.com).
3135

32-
In this section, you'll add an IPv6 address space and subnet to your existing virtual network.
36+
2. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
3337

34-
1. Sign in to the [Azure portal](https://portal.azure.com).
38+
3. Select **myVNet** in **Virtual networks**.
3539

36-
2. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
40+
4. Select **Address space** in **Settings**.
3741

38-
3. Select **myVNet** in **Virtual networks**.
42+
5. Select the box **Add additional address range**. Enter **2404:f800:8000:122::/63**.
3943

40-
4. Select **Address space** in **Settings**.
44+
6. Select **Save**.
4145

42-
5. Select the box **Add additional address range**. Enter **2404:f800:8000:122::/63**.
46+
7. Select **Subnets** in **Settings**.
4347

44-
6. Select **Save**.
48+
8. In **Subnets**, select your subnet name from the list. In this example, the subnet name is **default**.
4549

46-
7. Select **Subnets** in **Settings**.
50+
9. In the subnet configuration, select the box **Add IPv6 address space**.
4751

48-
8. In **Subnets**, select your subnet name from the list. In this example, the subnet name is **default**.
52+
10. In **IPv6 address space**, enter **2404:f800:8000:122::/64**.
4953

50-
9. In the subnet configuration, select the box **Add IPv6 address space**.
54+
11. Select **Save**.
5155

52-
10. In **IPv6 address space**, enter **2404:f800:8000:122::/64**.
56+
## Create IPv6 public IP address
5357

54-
11. Select **Save**.
58+
In this section, you'll create a IPv6 public IP address for the virtual machine.
5559

56-
## Create IPv6 public IP address
60+
1. In the search box at the top of the portal, enter **Public IP address**. Select **Public IP addresses** in the search results.
5761

58-
In this section, you'll create a IPv6 public IP address for the virtual machine.
62+
2. Select **+ Create**.
5963

60-
1. In the search box at the top of the portal, enter **Public IP address**. Select **Public IP addresses** in the search results.
64+
3. Enter or select the following information in **Create public IP address**.
6165

62-
2. Select **+ Create**.
66+
| Setting | Value |
67+
| ------- | ----- |
68+
| IP version | Select IPv6. |
69+
| SKU | Select **Standard**. |
70+
| **IPv6 IP Address Configuration** | |
71+
| Name | Enter **myPublicIP-IPv6**. |
72+
| Idle timeout (minutes) | Leave the default of **4**. |
73+
| Subscription | Select your subscription. |
74+
| Resource group | Select your resource group. In this example, the resource group is named **myResourceGroup**. |
75+
| Location | Select your location. In this example, the location is **East US 2**. |
76+
| Availability zone | Select **Zone-redundant**. |
6377

64-
3. Enter or select the following information in **Create public IP address**.
78+
4. Select **Create**.
6579

66-
| Setting | Value |
67-
| ------- | ----- |
68-
| IP version | Select IPv6. |
69-
| SKU | Select **Standard**. |
70-
| **IPv6 IP Address Configuration** | |
71-
| Name | Enter **myPublicIP-IPv6**. |
72-
| Idle timeout (minutes) | Leave the default of **4**. |
73-
| Subscription | Select your subscription. |
74-
| Resource group | Select your resource group. In this example, the resource group is named **myResourceGroup**. |
75-
| Location | Select your location. In this example, the location is **East US 2**. |
76-
| Availability zone | Select **Zone-redundant**. |
80+
## Add IPv6 configuration to virtual machine
7781

78-
4. Select **Create**.
82+
The virtual machine must be stopped to add the IPv6 configuration to the existing virtual machine. You'll stop the virtual machine and add the IPv6 configuration to the existing virtual machine's network interface.
7983

80-
## Add IPv6 configuration to virtual machine
84+
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
8185

82-
The virtual machine must be stopped to add the IPv6 configuration to the existing virtual machine. You'll stop the virtual machine and add the IPv6 configuration to the existing virtual machine's network interface.
86+
2. Select **myVM** or your existing virtual machine name.
8387

84-
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
88+
3. Stop **myVM**.
8589

86-
2. Select **myVM** or your existing virtual machine name.
90+
4. Select **Networking** in **Settings**.
8791

88-
3. Stop **myVM**.
92+
5. Select your network interface name next to **Network Interface:**. In this example, the network interface is named **myvm404**.
8993

90-
4. Select **Networking** in **Settings**.
94+
6. Select **IP configurations** in **Settings** of the network interface.
9195

92-
5. Select your network interface name next to **Network Interface:**. In this example, the network interface is named **myvm404**.
96+
7. In **IP configurations**, select **+ Add**.
9397

94-
6. Select **IP configurations** in **Settings** of the network interface.
98+
8. Enter or select the following information in **Add IP configuration**.
9599

96-
7. In **IP configurations**, select **+ Add**.
100+
| Setting | Value |
101+
| ------- | ----- |
102+
| Name | Enter **Ipv6config**. |
103+
| IP version | Select **IPv6**. |
104+
| **Private IP address settings** | |
105+
| Allocation | Leave the default of **Dynamic**. |
106+
| Public IP address | Select **Associate**. |
107+
| Public IP address | Select **myPublic-IPv6**. |
97108

98-
8. Enter or select the following information in **Add IP configuration**.
109+
9. Select **OK**.
99110

100-
| Setting | Value |
101-
| ------- | ----- |
102-
| Name | Enter **Ipv6config**. |
103-
| IP version | Select **IPv6**. |
104-
| **Private IP address settings** | |
105-
| Allocation | Leave the default of **Dynamic**. |
106-
| Public IP address | Select **Associate**. |
107-
| Public IP address | Select **myPublic-IPv6**. |
111+
10. Start **myVM**.
108112

109-
9. Select **OK**.
113+
## Next steps
110114

111-
10. Start **myVM**.
115+
In this article, you learned how to add a dual stack IP configuration to an existing virtual network and virtual machine.
112116

113-
## Next steps
117+
For more information about IPv6 and IP addresses in Azure, see:
114118

115-
In this article, you learned how to add a dual stack IP configuration to an existing virtual network and virtual machine.
116-
117-
For more information about IPv6 and IP addresses in Azure, see:
118-
119-
- [Overview of IPv6 for Azure Virtual Network.](ipv6-overview.md)
120-
121-
- [What is Azure Virtual Network IP Services?](ip-services-overview.md)
119+
- [Overview of IPv6 for Azure Virtual Network.](ipv6-overview.md)
122120

121+
- [What is Azure Virtual Network IP Services?](ip-services-overview.md)

0 commit comments

Comments
 (0)