Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions modules/installation-user-infra-machines-static-network.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
====

|===