Hi to all,
i've set my vm config file in /etc/pve/qemu-server/<vm-id>.conf allowed vlan on trunk as below
But what if i would like to allow certain non contigous vlans, for example 100 and 200 but not from 100 to 200, without using range (-) ?
i've seen that by put colon (,) doesn't works
using
Any suggestions ?
Regards
i've set my vm config file in /etc/pve/qemu-server/<vm-id>.conf allowed vlan on trunk as below
JSON:
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: virtio-scsi-pci
smbios1: uuid=4b17d65f-1a05-4de3-956e-0836716b28af
sockets: 1
vmgenid: 66d62149-51c0-4121-8bad-22c96b91d0fe
But what if i would like to allow certain non contigous vlans, for example 100 and 200 but not from 100 to 200, without using range (-) ?
i've seen that by put colon (,) doesn't works
using
bridge vlan del and bridge vlan add vid xx works but not permanentlyAny suggestions ?
Regards
Last edited: