Hello everyone,
I need help with my Proxmox VE setup. Following a power outage, all my virtual machines encountered a fatal error.
Additionally, after trying to modify a setting in the BIOS to address the issue, I lost all network connectivity. Furthermore, the web server on port 8006 is also down and maybe some others.
Details :
systemctl status networking.service
Your advice or assistance would be greatly appreciated to resolve this issue.
I need help with my Proxmox VE setup. Following a power outage, all my virtual machines encountered a fatal error.
Additionally, after trying to modify a setting in the BIOS to address the issue, I lost all network connectivity. Furthermore, the web server on port 8006 is also down and maybe some others.
Details :
- Server with an Intel 82579V Ethernet controller.
- After the bios modification, the Proxmox environment does not recognize the network card, which appears as "UNCLAIMED" in lshw -class network.
- The only network interfaces visible are lo and vmbr0. The physical network interface (e.g., eno1, eth0) is missing.
- Checked lspci and confirmed the Intel Ethernet controller is listed and associated with the e1000e kernel module.
- Manually attempted to load the e1000e driver using sudo modprobe e1000e, but this did not resolve the issue.
- Ensured that the bridge configuration in /etc/network/interfaces is correct, but still no network access.
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.93/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
systemctl status networking.service
Code:
proxmox systemd[1]: Starting networking.service - Network initialization...
proxmox networking[738]: networking : configuring network interfaces
proxmox networking[846]: error: vmbr0: bridge port eno1 does not exists
/usr/sbin/ifup : error: vmbr0: bridge port eno1 does not exist
Your advice or assistance would be greatly appreciated to resolve this issue.