Skip to content

Commit c2a37b0

Browse files
author
Michael Bender
committed
Acrolinx
1 parent 039bccf commit c2a37b0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/load-balancer/load-balancer-ipv6-for-linux.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: mbender
1818
# Configure DHCPv6 for Linux VMs
1919

2020

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.
2222

2323
> [!NOTE]
2424
> 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
5353
dhcp4: true
5454
dhcp6: true
5555
```
56+
5657
1. Save the file and reboot.
5758
5859
1. Renew the IPv6 address:
@@ -63,7 +64,7 @@ This document describes how to enable DHCPv6 so that your Linux virtual machine
6364
6465
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.
6566
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:
6768
6869
```config
6970
network:
@@ -121,7 +122,7 @@ For reference information about NETPLAN, see https://netplan.io/reference.
121122
122123
## SLES 11 and openSUSE 13
123124
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:
125126
126127
1. Install the `dhcp-client` package, if needed:
127128
@@ -143,7 +144,7 @@ Recent SUSE Linux Enterprise Server (SLES) and openSUSE images in Azure have bee
143144
144145
## SLES 12 and openSUSE Leap
145146
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:
147148
148149
1. Edit the */etc/sysconfig/network/ifcfg-eth0* file, and replace the `#BOOTPROTO='dhcp4'` parameter with the following value:
149150
@@ -165,7 +166,7 @@ Recent SLES and openSUSE images in Azure have been pre-configured with DHCPv6. N
165166
166167
## CoreOS
167168
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:
169170
170171
1. Edit the */etc/systemd/network/10_dhcp.network* file:
171172

0 commit comments

Comments
 (0)