Skip to content

Commit 4069fb1

Browse files
author
Bob Furu
authored
Merge pull request #40088 from xenolinux/nmcli
2 parents 15c8f40 + 541d2be commit 4069fb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ipi-install-preparing-the-provisioner-node-for-openshift-install.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ The IPv6 address can be any address as long as it is not routable via the `barem
149149
Ensure that UEFI is enabled and UEFI PXE settings are set to the IPv6 protocol when using IPv6 addressing.
150150
====
151151

152+
. Configure the IPv4 address on the `provisioning` network connection.
153+
+
154+
[source,terminal]
155+
----
156+
$ nmcli connection modify provisioning ipv4.addresses 172.22.0.254/24 ipv4.method manual
157+
----
158+
152159
. `ssh` back into the `provisioner` node (if required).
153160
+
154161
[source,terminal]

0 commit comments

Comments
 (0)