Hi,
I'm trying to clean up my Network at home, but ran into a problem I don'd understand.
My setup should look like the following 
Archer C7 with OpenWRT as router
Proxmox with some VM's and containers
all connected to a managed switch : Zyxel GS1900-24E
Default setup works fine, WAN is setup via DHCP over my existing network, LAN/WLAN ist set up with
DHCP Server. Now I want to add a new VLAN on the router, and there I'm stuck.
I added a VLAN 3 on OpenWRT, setting switch port LAN 3 exclusively be used by VLAN 3 and setting it to 'untagged' (as i understand, this will add the VLAN tag to all outgoing packets?)
I added a new network interface with static IP and correspondending DHCP server settings, and created an new firewall zone named DMZ.
I also created a new VLAN 3 on the zyxel switch and set it to use port '20', which is connected to LAN3 on the Archer C7.
Now I set VLAN Id to one of my VM's can watch the following (with help of wireshark on the VM and logread -f on the Archer) 
The CM sends a DHCPDISCOVERY which reaches the router (seen in wireshark and log), the router sends a DHCPOFFER, but this will not show up on the VM (only in log on router, but not in wireshark).
I played with tagged/untagged settings on the router and switch, but it does not work. What am I doing wrong here????
It looks like the DHCPOFFER never leaves the router?
Thanks for any tips!
So good night, thanks for the help, and tomorrow I'll pull some cables of the switch.