Skip to content

Commit 19b6ccf

Browse files
committed
fixes
1 parent d0e8d33 commit 19b6ccf

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This document describes how to enable DHCPv6 so that your Linux virtual machine
3030
3131
## Ubuntu (18.02 or higher)
3232

33-
1. Edit the `**/etc/dhcp/dhclient.conf**` file, and add the following line:
33+
1. Edit the **`/etc/dhcp/dhclient.conf`** file, and add the following line:
3434

3535
```config
3636
timeout 10;
@@ -63,18 +63,7 @@ This document describes how to enable DHCPv6 so that your Linux virtual machine
6363
sudo apt install net-tools
6464
```
6565
66-
```bash
67-
azureuser@TestVM:~$ ifconfig
68-
69-
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
70-
inet 10.1.0.4 netmask 255.255.255.0 broadcast 10.1.0.255
71-
inet6 fe80::20d:3aff:feec:fd2 prefixlen 64 scopeid 0x20<link>
72-
ether 00:0d:3a:ec:0f:d2 txqueuelen 1000 (Ethernet)
73-
RX packets 279 bytes 86034 (86.0 KB)
74-
RX errors 0 dropped 0 overruns 0 frame 0
75-
TX packets 329 bytes 96704 (96.7 KB)
76-
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
77-
```
66+
:::image type="content" source="./media/load-balancer-ipv6-for-linux/ipv6-ip-address-ifconfig.png" alt-text="Screenshot of ifconfig showing IPv6 IP address.":::
7867
7968
## Debian
8069
146 KB
Loading

0 commit comments

Comments
 (0)