For my local environment i'm trying to add multiple vlans to my KVM server. I want to use one nic for management and the other for vlan tagging.
Initial installation was made by following https://www.cyberciti.biz/faq/how-to-install-kvm-on-centos-8-headless-server/
Afterwards I tried to add new vlan by this guide https://fardog.io/blog/2020/11/08/centos-and-kvm-single-interface-multiple-vlans-for-guests/
Have tried several nmcli commands to connect cards to correct vlan, no matter what it seems that vlan are not accessible on my server.
Using macvtap is possible and works for the most, I also need to have access between virtual maskines and that seems to not work on macvtap.
Anyone that has configured KVM with multiple vlans on centos 8 that can help me?