Hi,
I've experimented a problem after upgrading kernel to 6.8 on Proxmox 8.2 on a Dell C6420 node.
After renaming interfaces as described in Kernel 6.8 - "Known Issues & Breaking Changes" (https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_8.2), I've been able to use almost every network defined in the node, but there is one network defined as a VLAN on the host with Traditional Linux Bridge that doesn't work.
I've changed the configuration to use VLAN aware Linux Bridge and it is working again, but I prefer to notify the issue.
Following the configuration recommended on https://pve.proxmox.com/wiki/Network_Configuration, my NOT working configuration is:
With this configuration network 192.168.106.0/24 does not work. I get an UNKNOWN state when checking with "ip a" and ping doesn't work.
Next configuration using VLAN aware works fine:
Hope it helps.
Regards,
Manuel Martínez
I've experimented a problem after upgrading kernel to 6.8 on Proxmox 8.2 on a Dell C6420 node.
After renaming interfaces as described in Kernel 6.8 - "Known Issues & Breaking Changes" (https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_8.2), I've been able to use almost every network defined in the node, but there is one network defined as a VLAN on the host with Traditional Linux Bridge that doesn't work.
I've changed the configuration to use VLAN aware Linux Bridge and it is working again, but I prefer to notify the issue.
Following the configuration recommended on https://pve.proxmox.com/wiki/Network_Configuration, my NOT working configuration is:
Code:
iface enp24s0f0np0 inet manual
iface enp24s0f0np0.106 inet manual
auto vmbr0v106
iface vmbr0v106 inet static
address 192.168.106.21/24
bridge-ports enp24s0f0np0.106
bridge-stp off
bridge-fd 0
auto vmbr0
iface vmbr0 inet static
address 192.168.105.21/24
gateway 192.168.105.1
bridge-ports enp24s0f0np0
bridge-stp off
bridge-fd 0
With this configuration network 192.168.106.0/24 does not work. I get an UNKNOWN state when checking with "ip a" and ping doesn't work.
Next configuration using VLAN aware works fine:
Code:
iface enp24s0f0np0 inet manual
iface enp24s0f0np0.106 inet manual
auto vmbr0.106
iface vmbr0.106 inet static
address 192.168.106.21/24
auto vmbr0
iface vmbr0 inet static
address 192.168.105.21/24
gateway 192.168.105.1
bridge-ports enp24s0f0np0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Hope it helps.
Regards,
Manuel Martínez
Last edited: