Hello everyone,
I’m experiencing an issue with SDN and QinQ configuration in my Proxmox environment. Here’s a breakdown of my setup and the problem:


This mismatch is causing issues with QinQ, as the expectation was for the configuration to reference the bridge (vmbr0) rather than the physical interface.
I’m experiencing an issue with SDN and QinQ configuration in my Proxmox environment. Here’s a breakdown of my setup and the problem:
Environment Details
- Proxmox Version: 8.4.0
- SDN Zone Configuration:
- Name: For example, QinQ_ACCESS
- Bridge: vmbr0
- VLAN Protocol: 802.1ad
- Service VLAN ID: 10 (as shown in the attached screenshots)
Configuration Details
- In the Proxmox SDN zone settings, I have explicitly set the bridge to be vmbr0.
- However, when examining the automatically generated configuration in the /etc/network/interfaces.d/sdn file, I noticed that the configuration references a physical interface (e.g., eno1) as the vlan-raw-device


This mismatch is causing issues with QinQ, as the expectation was for the configuration to reference the bridge (vmbr0) rather than the physical interface.