This message was deleted.
# harvester
a
This message was deleted.
b
You can create multiple VLAN-based VM networks against the same interface if that interface is plugged into a switchport that accepts those VLANs
b
A trunk interface would make much more sense.
b
Would you be willing to file a GitHub issue describing your use-case? https://github.com/harvester/harvester/issues
b
yes no problem
b
You kinda can!
If the traffic comes in untagged, you can connect the interface to it and tag it at the VM level.
You can set up templates to help do that for you as well.
I'm trying to remember what the crap I called my docs at work so I can look it up and give you an example.
b
The whole point is to pass tagged packets to the vm.
b
It does
But you add a cloud init config for that portion
The only problem was that elemental will keep adding a VLAN tag and filtering it out at the host level
b
Cool, taking a look
b
You also have to make a
NetworkAttachmentDefinition
( VM Network) with it as well (not just a VlanConfig)
The cloud config object looks something like ☝️
It's a totally hacky way of doing it and I'd love a better supported way of getting it done, but it is what it is for now. 🙂