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
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-ipv6-for-linux.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.author: mbender
18
18
# Configure DHCPv6 for Linux VMs
19
19
20
20
21
-
Some of the Linux virtual-machine images in the Azure Marketplace do not have Dynamic Host Configuration Protocol version 6 (DHCPv6) configured by default. To support IPv6, DHCPv6 must be configured in the Linux OS distribution that you are using. The various Linux distributions configure DHCPv6 in a variety of ways because they use different packages.
21
+
Some of the Linux virtual-machine images in the Azure Marketplace don't have Dynamic Host Configuration Protocol version 6 (DHCPv6) configured by default. To support IPv6, DHCPv6 must be configured in the Linux OS distribution that you're using. The various Linux distributions configure DHCPv6 in various ways because they use different packages.
22
22
23
23
> [!NOTE]
24
24
> Recent SUSE Linux and CoreOS images in the Azure Marketplace have been pre-configured with DHCPv6. No additional changes are required when you use these images.
@@ -53,6 +53,7 @@ This document describes how to enable DHCPv6 so that your Linux virtual machine
53
53
dhcp4: true
54
54
dhcp6: true
55
55
```
56
+
56
57
1. Save the file and reboot.
57
58
58
59
1. Renew the IPv6 address:
@@ -63,7 +64,7 @@ This document describes how to enable DHCPv6 so that your Linux virtual machine
63
64
64
65
Beginning with Ubuntu 17.10, the default network configuration mechanism is [NETPLAN]( https://netplan.io). At install/instantiation time, NETPLAN reads network configuration from YAML configuration files at this location: /{lib,etc,run}/netplan/*.yaml.
65
66
66
-
Please include a *dhcp6:true* statement for each ethernet interface in your configuration. For example:
67
+
Include a *dhcp6:true* statement for each ethernet interface in your configuration. For example:
67
68
68
69
```config
69
70
network:
@@ -121,7 +122,7 @@ For reference information about NETPLAN, see https://netplan.io/reference.
121
122
122
123
## SLES 11 and openSUSE 13
123
124
124
-
Recent SUSE Linux Enterprise Server (SLES) and openSUSE images in Azure have been pre-configured with DHCPv6. No additional changes are required when you use these images. If you have a VM that's based on an older or custom SUSE image, do the following:
125
+
Recent SUSE Linux Enterprise Server (SLES) and openSUSE images in Azure have been pre-configured with DHCPv6. No other changes are required when you use these images. If you have a VM that's based on an older or custom SUSE image, follow the steps below:
125
126
126
127
1. Install the `dhcp-client` package, if needed:
127
128
@@ -143,7 +144,7 @@ Recent SUSE Linux Enterprise Server (SLES) and openSUSE images in Azure have bee
143
144
144
145
## SLES 12 and openSUSE Leap
145
146
146
-
Recent SLES and openSUSE images in Azure have been pre-configured with DHCPv6. No additional changes are required when you use these images. If you have a VM that's based on an older or custom SUSE image, do the following:
147
+
Recent SLES and openSUSE images in Azure have been pre-configured with DHCPv6. No other changes are required when you use these images. If you have a VM that's based on an older or custom SUSE image, follow the steps below:
147
148
148
149
1. Edit the */etc/sysconfig/network/ifcfg-eth0* file, and replace the `#BOOTPROTO='dhcp4'` parameter with the following value:
149
150
@@ -165,7 +166,7 @@ Recent SLES and openSUSE images in Azure have been pre-configured with DHCPv6. N
165
166
166
167
## CoreOS
167
168
168
-
Recent CoreOS images in Azure have been pre-configured with DHCPv6. No additional changes are required when you use these images. If you have a VM based on an older or custom CoreOS image, do the following:
169
+
Recent CoreOS images in Azure have been pre-configured with DHCPv6. No other changes are required when you use these images. If you have a VM based on an older or custom CoreOS image, follow the steps below:
169
170
170
171
1. Edit the */etc/systemd/network/10_dhcp.network* file:
0 commit comments