First and foremost, I want to express my sincere gratitude for all the incredible work Voxel has done to provide a powerful alternative to the limited stock firmware. I also deeply appreciate the time and effort the community volunteers put into supporting Voxel users—your dedication doesn’t go unnoticed.
I'm trying to pass VLAN tagged traffic between my Proxmox server and OPNsense router through my Orbi mesh network (RBR50 router and RBS50 satellite running Voxel firmware), but having no luck.
My setup:
- Proxmox Server connected to Orbi RBR50 (router)
- Orbi RBS50 (satellite) connected to OPNsense router
- Both Orbi devices running Voxel firmware
- Need to pass VLAN 20 tagged traffic between Proxmox and OPNsense
What I've tried:
- Confirmed VLAN support is already enabled in the router config:
Code:
[/LIST] [HEADING=2]From /etc/config/network:[/HEADING] config switchoption name 'switch0'option reset '1'option enable_vlan '1'
- Tried adding VLAN 20 configuration using swconfig:
Code:
swconfig dev switch0 set enable_vlan 1swconfig dev switch0 vlan 20 set ports "0t 1t 2t 3t 4t 5t 6t 7t 8t"
- Examined switch capabilities with swconfig dev switch0 help:
Code:
switch0: QCA AR8327 AR8337(QCA AR8327 AR8337), ports: 7 (cpu @ 0), vlans: 128
- Modified /overlay/etc/config/network on both Orbi devices to add:
Code:
config switch_vlanoption device 'switch0'option vlan '20'option ports '0t 1t 2t 3t 4t 5t' [/LIST] config interface 'vlan20'option ifname 'eth1.20'option proto 'none'option type 'bridge'
- The changes to the config file are visible after reboot, but VLAN tagging still isn't working.
Current network config:
Code:config switch_vlanoption device 'switch0'option vlan '1'option ports '0t 2 3 4 5'config switch_vlanoption device 'switch0'option vlan '2'option ports '0t 1'
The bridge configuration shows:Code:bridge name bridge id STP enabled interfacesbr0 8000.78d294aa4df8 yes ath0ath01ath02ath1ath11ath2eth0eth1
Anyone had success with VLAN tagging through Orbi mesh? Could the satellite be stripping VLAN tags? Any special configuration needed?
Thanks in advance for any help! - The changes to the config file are visible after reboot, but VLAN tagging still isn't working.
- Tried adding VLAN 20 configuration using swconfig:
Last edited: