Hi everyone..
I have a Proxmox install running on a Dell Precision tower. I added a four port copper ethernet NIC, IBM 46Y3512 4 Port Base 1GB TX PCI-E Gigabit Adapter Card to an already configured ProxMox server. This shows up as:
Everything I've read suggests this card is supported and you can see it has loaded the kernel modules. But in the GUI, you cannot see the new interfaces. I'm not sure what else I'm supposed to do. I would have imagined that Proxmox would pick up on the card and add them to the available interfaces but it didn't do that, and I can't seem to find any information about what step I am missing. All the other threads I found were cases where the network card wasn't supported, or where it didn't see the card at all, even on lspci, or where someone needed to actually compile drivers.
Can someone help?? Many thanks in advance!!
And it's not in /etc/network/interfaces either. All that is there is the onboard NIC.
I am up to date on Proxmox but just for posterity, here are the versions I'm running.
I have a Proxmox install running on a Dell Precision tower. I added a four port copper ethernet NIC, IBM 46Y3512 4 Port Base 1GB TX PCI-E Gigabit Adapter Card to an already configured ProxMox server. This shows up as:
Code:
04:00.0 Ethernet controller: Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller (Copper) (rev 06)
Subsystem: IBM 4-Port 10/100/1000 Base-TX PCI Express Adapter for POWER
Kernel driver in use: vfio-pci
Kernel modules: e1000e
04:00.1 Ethernet controller: Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller (Copper) (rev 06)
Subsystem: IBM 4-Port 10/100/1000 Base-TX PCI Express Adapter for POWER
Kernel driver in use: vfio-pci
Kernel modules: e1000e
Everything I've read suggests this card is supported and you can see it has loaded the kernel modules. But in the GUI, you cannot see the new interfaces. I'm not sure what else I'm supposed to do. I would have imagined that Proxmox would pick up on the card and add them to the available interfaces but it didn't do that, and I can't seem to find any information about what step I am missing. All the other threads I found were cases where the network card wasn't supported, or where it didn't see the card at all, even on lspci, or where someone needed to actually compile drivers.
Can someone help?? Many thanks in advance!!
And it's not in /etc/network/interfaces either. All that is there is the onboard NIC.
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.<REDACTED>/24
gateway 192.168.<REDACTED>
bridge-ports eno1
bridge-stp off
bridge-fd 0
#Onboard NIC
I am up to date on Proxmox but just for posterity, here are the versions I'm running.
Code:
proxmox:~# pveversion -v
proxmox-ve: 7.4-1 (running kernel: 5.15.107-2-pve)
pve-manager: 7.4-13 (running version: 7.4-13/46c37d9c)
pve-kernel-5.15: 7.4-3
pve-kernel-5.15.107-2-pve: 5.15.107-2
pve-kernel-5.15.102-1-pve: 5.15.102-1
ceph-fuse: 15.2.17-pve1
corosync: 3.1.7-pve1
criu: 3.15-1+pve-1
glusterfs-client: 9.2-1
ifupdown2: 3.1.0-1+pmx4
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-1
libknet1: 1.24-pve2
libproxmox-acme-perl: 1.4.4
libproxmox-backup-qemu0: 1.3.1-1
libproxmox-rs-perl: 0.2.1
libpve-access-control: 7.4.1
libpve-apiclient-perl: 3.2-1
libpve-common-perl: 7.4-1
libpve-guest-common-perl: 4.2-4
libpve-http-server-perl: 4.2-3
libpve-rs-perl: 0.7.7
libpve-storage-perl: 7.4-3
libspice-server1: 0.14.3-2.1
lvm2: 2.03.11-2.1
lxc-pve: 5.0.2-2
lxcfs: 5.0.3-pve1
novnc-pve: 1.4.0-1
proxmox-backup-client: 2.4.2-1
proxmox-backup-file-restore: 2.4.2-1
proxmox-kernel-helper: 7.4-1
proxmox-mail-forward: 0.1.1-1
proxmox-mini-journalreader: 1.3-1
proxmox-widget-toolkit: 3.7.2
pve-cluster: 7.3-3
pve-container: 4.4-4
pve-docs: 7.4-2
pve-edk2-firmware: 3.20230228-4~bpo11+1
pve-firewall: 4.3-4
pve-firmware: 3.6-5
pve-ha-manager: 3.6.1
pve-i18n: 2.12-1
pve-qemu-kvm: 7.2.0-8
pve-xtermjs: 4.16.0-2
qemu-server: 7.4-3
smartmontools: 7.2-pve3
spiceterm: 3.2-2
swtpm: 0.8.0~bpo11+3
vncterm: 1.7-1
zfsutils-linux: 2.1.11-pve1
Last edited: