Recent content by francescogalli

  1. F

    [SOLVED] Linux bridge - Allowed vlan on trunk interface to VMs

    This works fine Many thanks for the suggestion Do you perhaps know if there is a similar property for the untagged (native) vlan of the trunk? something like PVID untagged or anything else ? Regards
  2. F

    [SOLVED] Linux bridge - Allowed vlan on trunk interface to VMs

    That is a valid option, but the result that i would like to achieve is doing classing switching on the linux bridge since it should be capable of linux bridge with vlan awareness should be able to allow certain vlan on a port. with bridge vlan command it actually works as i want cause i can add...
  3. F

    [SOLVED] Linux bridge - Allowed vlan on trunk interface to VMs

    Hi to all, i've set my vm config file in /etc/pve/qemu-server/<vm-id>.conf allowed vlan on trunk as below bootdisk: scsi0 cores: 1 memory: 1024 name: test-vlan net0: virtio=1A:D5:5B:3E:11:3F,bridge=vmbr0,trunks=100-200 numa: 0 ostype: l26 scsi0: DATASTORE:vm-113-disk-0,size=30G scsihw...