Skip to content

Commit

Permalink
pages/static-ip-config: remove reference to bug 358
Browse files Browse the repository at this point in the history
coreos/fedora-coreos-tracker#358 is fixed now
so we shouldn't need a whole section devoted to troubleshooting the
issue.
  • Loading branch information
dustymabe committed Jul 26, 2020
1 parent 42ec6b4 commit c88cd6d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/ROOT/pages/static-ip-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,3 @@ storage:
----
NOTE: Additional parameters for NetworkManager key files can be found in the https://developer.gnome.org/NetworkManager/stable/settings-connection.html[NetworkManager documentation].
NOTE: During the initramfs portion of the boot process, dracut will attempt to grab a DHCP address. When it times out, Ignition will take over and write the above configuration into the filesystem.

If the interface does not come up correctly on first boot (see https://github.com/coreos/fedora-coreos-tracker/issues/358[tracker issue 358]), you have two possible workarounds.

. If you configured a username and password in your Ignition configuration, you can log in to the
host via the console and issue the following commands to force the static IP to take effect:

nmcli connection down enp1s0
nmcli connection up enp1s0

. If you are not able to access the host via the console, you can reboot the host and the static IP configuration will take effect.

0 comments on commit c88cd6d

Please sign in to comment.