Hi everyone, I am having trouble configuring a VM...
# harvester
g
Hi everyone, I am having trouble configuring a VM to use the same physical network as the harvester nodes (mgmt); I have followed the documentation https://docs.harvesterhci.io/v1.5/networking/harvester-network and created an Untagged VM network connected to cluster network mgmt, in the VM added this network as the only interface with type: bridge and model: virtio; Inside the VM I assign an IP addr from the same subnet as the nodes with the default gatway; I am unable to reach the gateway or any of the nodes IP addresses. Solved by adding the correct VLAN tag in the VM net.
👍 1
a
Can you please explain in more detail what changes you made?
Solved by adding the correct VLAN tag in the VM net.
I'm not sure how to interpret this. I think others who come across this post could benefit from more context being provided here. Can you also post the output of
bridge vlan show
on one of your Harvester nodes here?
g
Sure, the management network is VLAN Tagged at the switch level, which I was not aware. I deleted the untagged VM network and created a new one with the proper VLAN id and I could then reach my gateway