I'm trying to get the NIC mentioned in the subject line to work for more than a few minutes in Proxmox. I've done a lot of testing and interrogating, so I don't know what info to include. I realize too much information can be a bad thing, but bare with me. The initial symptom was accessing the Proxmox GUI and after x-amount of time, no longer having access via the GUI or ping. After reboot, could ping the Proxmox host for about 3 minutes then the NIC would stop responding. So, I jumped on the host and tried to ping out to both the gateway and www.google.com and it would only ping them, or any other host 12 times, then give me an error for each remaining ping: "ping: sendmsg: No buffer space available". I can ping it's IP address (ping itself) at the host and it pings forever which normal and expected.
I can reboot, and start all over again but I get the eventual same result as above.
This problem DOES NOT exist on Debian Live Boot USB on same machine. The kernel version was 4.19.some#. The driver loaded is be2net and version 12.0.0.0 via $lshw. Ping works for hours.
This problem DOES NOT exist on Fedora Live Boot USB on same machine. The kernel version wasn't looked for. The driver loaded is be2net and version 12.0.0.0 via $lshw. Ping works for hours
* * * * * * * *
/etc/network/interfaces
auto lo
iface lo inet loopback
iface enp3s0 inet manual
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.201/24
gateway 192.168.0.1
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
* * * * * * * *
The same driver and version is loaded in Proxmox as it was in the Debian Live Boot and Fedora Live Boot via $lshw, kernel version is 5.4.106-1-pve, and I get the results/symptoms mentioned in the opening paragraph.
Some digging led me to https://www.cyberciti.biz/faq/linux-tcp-tuning/ where I adjusted the recommended settings for /etc/sysctl.conf at that site. Still the same problem.
I'm not sure what to try next. Any direction would be appreciated.
PS. I almost hate mentioning this, because this has no bearing on Fedora or Debian (mentioned above) on the same machine, but the firmware for the NIC is at 2.X and the latest version is 4.X. I am working on a way to update the firmware, but I would rather not hassle with that, as the update utilities only seem to be available in openSUSE Enterprise, RedHat Enterprise, and older Windows Server editions.
Thanks in advance for any ideas that I can try.
EDIT: Added some clarity to driver and version in Proxmox.
EDIT 2: This NIC is installed on a consumer grade Gigabyte motherboard, not HP hardware. Which again, has no bearing on other distros working fine.
I can reboot, and start all over again but I get the eventual same result as above.
This problem DOES NOT exist on Debian Live Boot USB on same machine. The kernel version was 4.19.some#. The driver loaded is be2net and version 12.0.0.0 via $lshw. Ping works for hours.
This problem DOES NOT exist on Fedora Live Boot USB on same machine. The kernel version wasn't looked for. The driver loaded is be2net and version 12.0.0.0 via $lshw. Ping works for hours
* * * * * * * *
/etc/network/interfaces
auto lo
iface lo inet loopback
iface enp3s0 inet manual
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.201/24
gateway 192.168.0.1
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
* * * * * * * *
The same driver and version is loaded in Proxmox as it was in the Debian Live Boot and Fedora Live Boot via $lshw, kernel version is 5.4.106-1-pve, and I get the results/symptoms mentioned in the opening paragraph.
Some digging led me to https://www.cyberciti.biz/faq/linux-tcp-tuning/ where I adjusted the recommended settings for /etc/sysctl.conf at that site. Still the same problem.
I'm not sure what to try next. Any direction would be appreciated.
PS. I almost hate mentioning this, because this has no bearing on Fedora or Debian (mentioned above) on the same machine, but the firmware for the NIC is at 2.X and the latest version is 4.X. I am working on a way to update the firmware, but I would rather not hassle with that, as the update utilities only seem to be available in openSUSE Enterprise, RedHat Enterprise, and older Windows Server editions.
Thanks in advance for any ideas that I can try.
EDIT: Added some clarity to driver and version in Proxmox.
EDIT 2: This NIC is installed on a consumer grade Gigabyte motherboard, not HP hardware. Which again, has no bearing on other distros working fine.
Last edited: