Hi all,
I have been using Proxmox for a few months now without any issues. I have ubuntu container and Untangle firewall VM installed on it. But last night, one of the scheduled backups failed and VM was locked.
After killing the vzdump process and unlocking Untangle VM, I restarted Proxmox. But now, I can’t activate my network devices on my 2nd NIC card.
Here is my interfaces config:
Same config was working until last night and all 5 NICs enp37s0, enp16s0f0/1/2/3 were being shown as “Active” in gui.
Proxmox version is
root@vhost1:~# pveversion
pve-manager/6.1-7/13e58d5e (running kernel: 5.3.18-2-pve)
Could someone please help me get the network devices to be in active state again? I can’t activate vmbr1-4 without NICs.
Thanks in advance
I realized after posting that this thread is more suited for Networking forum section. I can’t move it there though. If Mods can move it, I would appreciate that.
I have been using Proxmox for a few months now without any issues. I have ubuntu container and Untangle firewall VM installed on it. But last night, one of the scheduled backups failed and VM was locked.
After killing the vzdump process and unlocking Untangle VM, I restarted Proxmox. But now, I can’t activate my network devices on my 2nd NIC card.
Here is my interfaces config:
Code:
root@vhost1:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp37s0 inet manual
iface enp16s0f0 inet manual
iface enp16s0f1 inet manual
iface enp16s0f2 inet manual
iface enp16s0f3 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.86.5/24
gateway 192.168.86.1
bridge-ports enp37s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp16s0f0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr2
iface vmbr2 inet manual
bridge-ports enp16s0f1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr3
iface vmbr3 inet manual
bridge-ports enp16s0f2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr4
iface vmbr4 inet manual
bridge-ports enp16s0f3
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
root@vhost1:~#
Same config was working until last night and all 5 NICs enp37s0, enp16s0f0/1/2/3 were being shown as “Active” in gui.
Proxmox version is
root@vhost1:~# pveversion
pve-manager/6.1-7/13e58d5e (running kernel: 5.3.18-2-pve)
Could someone please help me get the network devices to be in active state again? I can’t activate vmbr1-4 without NICs.
Thanks in advance
I realized after posting that this thread is more suited for Networking forum section. I can’t move it there though. If Mods can move it, I would appreciate that.
Last edited: