Skip to content

Commit 4aea18c

Browse files
author
Bob Furu
authored
Merge pull request #30773 from bobfuru/ISSUE-27987
ISSUE-27987 - add ordering note and disable dhcp example
2 parents 6b2fdf4 + f942360 commit 4aea18c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/installation-user-infra-machines-static-network.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ When adding networking arguments, you must also add the `rd.neednet=1` kernel ar
2424

2525
The following table describes how to use `ip=`, `nameserver=`, and `bond=` kernel arguments for live ISO installs.
2626

27+
[NOTE]
28+
====
29+
Ordering is important when adding kernel arguments: `ip=`, `nameserver=`, and then `bond=`.
30+
====
31+
2732
.Routing and bonding options for ISO
2833
|===
2934
|Description |Examples
@@ -49,6 +54,13 @@ ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:enp1s0:none
4954
ip=10.10.10.3::10.10.10.254:255.255.255.0:core0.example.com:enp2s0:none
5055
----
5156

57+
a|Disable DHCP on a single interface, such as when there are two or more network interfaces and only one interface is being used.
58+
a|
59+
----
60+
ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:enp1s0:none
61+
ip=::::core0.example.com:enp2s0:none
62+
----
63+
5264
a|You can combine DHCP
5365
and static IP configurations on systems with
5466
multiple network interfaces.

0 commit comments

Comments
 (0)