I've installed a PCIE NIC into my machine running Proxmox, but no new interfaces are showing up under the network tab. I can tell that the NIC is detected by the computer because it shows up when I run
, which I've shown in the first screenshot. The NIC in question has the 4 Intel I350 ports.
The second screenshot shows what's in my
file.
Is there some step that I'm missing to get the adapters assigned to an interface?
Code:
lspci | egrep -i --color 'network|ethernet'
The second screenshot shows what's in my
Code:
/etc/network/interfaces
Is there some step that I'm missing to get the adapters assigned to an interface?