Skip to content

Commit

Permalink
Merge pull request #266 from Nitrokey/nethsm-bmc
Browse files Browse the repository at this point in the history
Nethsm BMC
  • Loading branch information
mmerklinger authored Jul 23, 2024
2 parents ed014a0 + 864d88f commit b31df05
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion nethsm/system_recovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,17 @@ The system recovery can be performed as follows.
If DHCP is not available the link-local address can be determined with Nmap.
The command ``nmap <network-in-cidr-notation> -p 80 --open`` will return a list of hosts with open port 80.
4. Open the BMC website in a web browser, using the determined IP address from the previous step.
To login, the default credentials are username ``bmc_admin``, and password ``abcd1234``.
To login, the default credentials are username ``bmc_admin``, and password ``8mCU$3r0nE``.

.. important::
In case you encounter an unauthorized login error on the BMC web interface it can be three of the following issues.

1. Username or password wrong.
2. During factory reset the BMC generates a new TLS certificate.
Some web browsers fail with connection errors when the certificate changes while the same window stays open.
Close the web browser window and open a new one.
3. The BMC software sometimes shows the issue that it doesn't accept an older session cookie which are still in the cache of the web browser.
Clear the web browsers cache and try again.

5. Mount the downloaded installer image by clicking in the menu on the left on *FRU: Hermes CFL (with TPM) Nitrokey Config* followed by *Virtual media* in the submenu.
In the middle open the tab *usb0*, and click the button *Attach media*.
Expand Down

0 comments on commit b31df05

Please sign in to comment.