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. +==== + |===