TOS 802.1Q / VLAN tagging support

Tell us what new features you'd love to see or any upgrades you think we should make!
Post Reply
storageninja
Posts: 64
Joined: 06 Aug 2025, 14:32
Netherlands

TOS 802.1Q / VLAN tagging support

Post by storageninja »

Goodmorning

I'm used to run vlans in docker macvlan on my Synology, after I tried the same config on the F4 SSD my whole unit was unreachable. That might be caused by the missing 8021q module which is not loaded in to the OS these days?

Could you enhance the OS to load this module by default? And / or could I load this module manually to use the vlan tagging in my network, until you embedded it into the OS?

Interestingly the macvlan module is loaded, and currently working fine without vlan tagging.

Code: Select all

user@TNAS:~# lsmod | grep vlan
macvlan                28672  0
Suprisingly the vlan module of the OS is not loaded, which confirms that my macvlan test was failing.

Code: Select all

user@TNAS:~# lsmod | grep 8021q
user@TNAS:~# cat /proc/modules | grep 8021q
user@TNAS:~# modinfo 8021q
modinfo: ERROR: Module 8021q not found.
athurdent
Posts: 43
Joined: 05 Aug 2025, 00:53
Germany

Re: TOS 802.1Q / VLAN tagging support

Post by athurdent »

This is also a requirement for the already accepted QEMU-KVM implementation:
viewtopic.php?p=49727#p49727
There's no proper VM guest support without VLAN capabilities.
As it's a no-go to directly expose a NAS to the internet, people will need the capability to put a VM into a tagged and locked-up DMZ VLAN network.
User avatar
AndriiD
Posts: 1
Joined: 16 Dec 2025, 18:41
Great Britain

Re: TOS 802.1Q / VLAN tagging support

Post by AndriiD »

I can confirm that VLAN tagging (`ip link type vlan`) works on TOS 7 Beta!
storageninja
Posts: 64
Joined: 06 Aug 2025, 14:32
Netherlands

Re: TOS 802.1Q / VLAN tagging support

Post by storageninja »

AndriiD wrote: 16 Dec 2025, 18:43 I can confirm that VLAN tagging (`ip link type vlan`) works on TOS 7 Beta!
Great news!
Post Reply

Return to “New Requests & Proposals”