Skip to content

Commit 622af5b

Browse files
committed
OSDOCS-6545: Added an admonishment about using multiple NICs in the same subnet..
1 parent 4882a8e commit 622af5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ipi-install-node-requirements.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ Do not deploy a cluster with only one worker node, because the cluster will depl
3838
====
3939
4040
* *Network interfaces:* Each node must have at least one network interface for the routable `baremetal` network. Each node must have one network interface for a `provisioning` network when using the `provisioning` network for deployment. Using the `provisioning` network is the default configuration.
41+
+
42+
[NOTE]
43+
====
44+
Only one network card (NIC) on the same subnet can route traffic through the gateway. By default, Address Resolution Protocol (ARP) uses the lowest numbered NIC. Use a single NIC for each node in the same subnet to ensure that network load balancing works as expected. When using multiple NICs for a node in the same subnet, use a single bond or team interface. Then add the other IP addresses to that interface in the form of an alias IP address. If you require fault tolerance or load balancing at the network interface level, use an alias IP address on the bond or team interface. Alternatively, you can disable a secondary NIC on the same subnet or ensure that it has no IP address.
45+
====
4146
4247
* *Unified Extensible Firmware Interface (UEFI):* Installer-provisioned installation requires UEFI boot on all {product-title} nodes when using IPv6 addressing on the `provisioning` network. In addition, UEFI Device PXE Settings must be set to use the IPv6 protocol on the `provisioning` network NIC, but omitting the `provisioning` network removes this requirement.
4348
+

0 commit comments

Comments
 (0)