Hey there, need some clarification, because I suspect it might actually just be a red herring or misunderstanding by me.
I have a small Proxmox cluster built on Dell OptiPlex 9020M which I use to lend VMs to other people. There's a default bridge
To segment them from each other, the Network Adapter device in VMs' hardware is configured to use their own VLAN tags. Because of this, we also need to make
After changing the network configuration, Proxmox asks to explicitly apply configuration. Apparently it doesn't actually run
I'd be very grateful if someone could tell me if this is normal behavior or is it a feature request material.
Cheers, Rawoosa.
I have a small Proxmox cluster built on Dell OptiPlex 9020M which I use to lend VMs to other people. There's a default bridge
vmbr0 with a physical NIC nic0 as a slave which is used by VMs.To segment them from each other, the Network Adapter device in VMs' hardware is configured to use their own VLAN tags. Because of this, we also need to make
vmbr0 aware of these VLAN IDs as well. This can be done from the WebUI in the node's network configuration or by manually changing /etc/network/interfaces. This time, I decided to add the required VLAN ID using the WebUI.After changing the network configuration, Proxmox asks to explicitly apply configuration. Apparently it doesn't actually run
ifreload -a to reload interfaces in auto mode, including vmbr0. As such, VMs with the newly added VLAN IDs won't be able to communicate with the network until you run it from the CLI (or, well, restart the node).I'd be very grateful if someone could tell me if this is normal behavior or is it a feature request material.
Cheers, Rawoosa.