Hi there all,
On a cloud based root server, I'm equipped there with a single physical NIC (that's all right =).
Obviously the PVE setup procedure landed me with something like this:
Now, my goal would be to shift the logical identity of that bridge to say something like this:
After having made some internal network testings, it seems that renaming a bridge won't necessarily take all the hooked VMs along.
Hence basically, if I'm renaming that bridge to the wanted Bridge ID, aside of re-hosting the needed VMs within the new Bridge ID, I won't loose management connectivity through the physical NIC "eno1" correct?
Let me know,
Kind regards,
m.
EDIT1: Ahh as well, is there anything mandatory within the bridge naming convention? I.E. do I absolutely need to have a vmbr0 being present ?
On a cloud based root server, I'm equipped there with a single physical NIC (that's all right =).
Obviously the PVE setup procedure landed me with something like this:
Code:
iface eno1 inet manual
#NIC_0_WAN
auto vmbr0
iface vmbr0 inet static
address x.x.x.x/x
gateway x.x.x.x
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#BRI_WAN
Now, my goal would be to shift the logical identity of that bridge to say something like this:
Code:
iface eno1 inet manual
#NIC_0_WAN
auto vmbr99
iface vmbr99 inet static
address x.x.x.x/x
gateway x.x.x.x
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#BRI_WAN
After having made some internal network testings, it seems that renaming a bridge won't necessarily take all the hooked VMs along.
Hence basically, if I'm renaming that bridge to the wanted Bridge ID, aside of re-hosting the needed VMs within the new Bridge ID, I won't loose management connectivity through the physical NIC "eno1" correct?
Let me know,
Kind regards,
m.
EDIT1: Ahh as well, is there anything mandatory within the bridge naming convention? I.E. do I absolutely need to have a vmbr0 being present ?
Last edited: