Synology RS822+ Multiple Vlans

Hello Everyone,

Can anyone point me in the direction of adding multiple networks to 1 interface on Synology?

I have the Synology 10GB Ethernet card and I am looking to have it in multiple vlans so, ideally I could have 192.168.10.200…192.168.11.200…192.168.12.200 all on that same 10GB adapter.

Below is what I have tested on my 1 nic Synology 218+ and seemed to work although in my limited testing so far the firewall rules don’t seem to apply.

ip link add link eth4 name eth4.10 type vlan id 10
ip addr add 192.168.10.200/24 brd 192.168.10.255 dev eth4.10
ip link set dev eth4.10 up