Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nethsm BMC #266

Merged
merged 2 commits into from
Jul 23, 2024
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
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
Loading