Skip to content

Commit 5d6b28a

Browse files
authored
Merge pull request #89108 from susegrant/patch-5
Add SUSE Section to Doc & clean up distro names.
2 parents 7180820 + b3878e9 commit 5d6b28a

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

includes/virtual-network-multiple-ip-addresses-os-config.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,18 @@ ping -S 10.1.0.5 outlook.com
113113
114114
</details>
115115

116-
### Linux (Ubuntu 14/16)
116+
### SUSE Linux Enterprise and openSUSE
117+
118+
<details>
119+
<summary>Expand</summary>
120+
121+
SUSE-based distributions use the <code>cloud-netconfig</code> plugin from the <code>cloud-netconfig-azure</code> package to manage additional IP addresses. No manual configuration is required on the part of the administrator. The first IP address of an interface set on the platform is assigned via DHCP. The cloud-netconfig plugin then probes the Azure Instance Metadata Service API continuously (once per minute) for additional IP addresses assigned to the interface and adds/removes them as secondary IP addresses automatically.
122+
123+
This plugin should be installed and enabled on new images by default. Configuration steps for old workloads can be found here: https://www.suse.com/c/multi-nic-cloud-netconfig-ec2-azure/.
124+
125+
</details>
126+
127+
### Ubuntu 14/16
117128

118129
<details>
119130
<summary>Expand</summary>
@@ -234,7 +245,7 @@ ip route add default via 10.1.0.1 dev eth2 table custom
234245
235246
</details>
236247
237-
### Linux (Ubuntu 18.04+)
248+
### Ubuntu 18.04+
238249
239250
<details>
240251
<summary>Expand</summary>
@@ -349,7 +360,7 @@ ip route add default via 10.1.0.1 dev eth2 table custom
349360

350361
</details>
351362

352-
### Linux (Red Hat, CentOS, and others)
363+
### Red Hat Enterprise Linux, CentOS, and others
353364

354365
<details>
355366
<summary>Expand</summary>
@@ -605,4 +616,4 @@ ip route add default via 10.1.0.1 dev eth2 table custom
605616
606617
- **eth2** to the name of your secondary NIC
607618
608-
</details>
619+
</details>

0 commit comments

Comments
 (0)