Hello,
I am currently in the process of setting up a NAS system with OpenMediaVault on my Raspberry Pi 4B. When I execute the install script from OpenMediaVault, everything works fine. At the end, it says that everything has been successfully created, and then the script restarts my Raspberry Pi:
yaml
Succeeded: 13 (changed=8)
Failed: 0
-------------
Total states run: 13
Total run time: 3.513 s
[2024-02-11 13:35:19+0100] [omvinstall] Network setup. Rebooting...
I get kicked out of my SSH session. However, I cannot reconnect afterward. On my router, I can see that the Raspberry Pi is connected to the Wi-Fi network. However, I cannot access the OpenMediaVault page, and I cannot connect via SSH.
When I ping the Pi (using the Ping command in the Windows cmd):
yaml
Pinging 192.168.2.213 with 32 bytes of data:
Reply from 192.168.2.196: Destination host unreachable.
Reply from 192.168.2.196: Destination host unreachable.
Reply from 192.168.2.196: Destination host unreachable.
Reply from 192.168.2.196: Destination host unreachable.
Ping statistics for 192.168.2.213:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
Operating System data (
cat /etc/os-release):
makefile
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian