Lost network when installing additional PCI-e USB Controller

H3TTC

New Member
Aug 3, 2022
1
0
1
Hi I am running a Proxmox server

I have fitted a PCI-E usb3 adaptor and now have lost network connection hard wired network.
the server is running Unbutu, anyone offer any assistance
 
When adding/removing PCIe devices your NICs IDs will probably change so your PVE webUI nd SSH isn't reachable anymore because your network config won't fit with the changed NIC ID. In such a case you can connect a keyboard+display to your server, login and then find out the new NIC IDs by running ip addr and change the old NIC IDs to the new NIC IDs by using nano /etc/network/interfaces and then a systemctl restart networking. Then your SSH + webUI should work again.