[SOLVED] New Disk plugged, Webgui and Ping not reachable

Tim1

Member
May 5, 2022
55
1
6
Hello,

when I plug a new M.2 in my Asrock Deskmini x300, proxmox boot normal. The Server gets the static IP, but webgui and ping doesn't reach the Server.

When I disconnect the new Storage, Proxmox runs normal and Ping and webgui work.

Someone an idea?
 
When adding PCIe devices, like a NVMe SSD, your NICs name will change and therefore networking won'T work anymore. Connect a keyboard and display to it, use the console to check with ip addr what your NIC is named now and then use nano /etc/network/interfaces to replace the old NIC name with the new one. Then reboot or do a systemctl restart networking
 
  • Like
Reactions: leesteken and Tim1