Hi Guys,
Im pretty new to Proxmox, and I just started to build machine for Proxmox to having the first homelab in my life.
Current setup, I am using a single physical NIC of motherboard and wanna to create a different Vlans for my homelab (e.g. Security Labs, Home Devices, Dockers, IOT devices, etc.)
Would it possible that can create multiple vlans in just one physical NIC?
---
I tried the following settings that I found in internet, I just wanna test if it works in my Windows VM and I added the Vlan tag 20 in Windows VM configuration setting. But unfortunately, the VM cannot get the IP address. Is there any settings that I still missing? Thanks for everyone.

Im pretty new to Proxmox, and I just started to build machine for Proxmox to having the first homelab in my life.
Current setup, I am using a single physical NIC of motherboard and wanna to create a different Vlans for my homelab (e.g. Security Labs, Home Devices, Dockers, IOT devices, etc.)
Would it possible that can create multiple vlans in just one physical NIC?
---
I tried the following settings that I found in internet, I just wanna test if it works in my Windows VM and I added the Vlan tag 20 in Windows VM configuration setting. But unfortunately, the VM cannot get the IP address. Is there any settings that I still missing? Thanks for everyone.

Code:
auto lo
iface lo inet loopback
iface enp8s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.80/24
gateway 192.168.1.1
bridge-ports enp8s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
iface wlo1 inet manual
auto vmbr0.20
iface vmbr0.20 inet static
address 10.10.20.0/24
gateway 10.10.20.1