From 26ee4a3a7718478dd7ed33f264e83e018a12789a Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Thu, 10 Dec 2020 15:10:47 -0500 Subject: [PATCH] Manual cherrypick from #28036 --- ...lation-user-infra-machines-static-network.adoc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/modules/installation-user-infra-machines-static-network.adoc b/modules/installation-user-infra-machines-static-network.adoc index 0cdce3e9905c..59816cee8a31 100644 --- a/modules/installation-user-infra-machines-static-network.adoc +++ b/modules/installation-user-infra-machines-static-network.adoc @@ -53,6 +53,17 @@ information for the bonded interface. `bond=bond0:em1,em2:mode=active-backup,tx_queues=32,downdelay=5000` `ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none` -`bond=bond0:em1,em2:mode=active-backup,tx_queues=32,downdelay=5000` -`ip=bond0:dhcp` +To configure the bonded interface to use a static IP address, +enter the specific IP address you want and related information. For example: + +---- +bond=bond0:em1,em2:mode=active-backup +ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:bond0:none +---- + +[IMPORTANT] +==== +When using the advanced networking options, you could encounter issues during the first boot of {op-system} where the statically configured address is not present or not activated properly. In such cases, you might need to manually reboot the {op-system} machine to workaround this problem. In newer versions of {op-system}, this issue is resolved. See link:https://bugzilla.redhat.com/show_bug.cgi?id=1902584[BZ#1902584] for additional details. +==== + |===