Hello Everyone,
Proxmxox 8.3 experience issue with network interface are set incorrectly when VM is migrated from one node to another.
Instead insert tap interface into the bridge it creates sub interfaces which is not corresponding to any config,
There are no such sub interfaces on bond0
Or creates another bridges vmbr2v8 vmbr2v990
brctl show
Here are DMESG example
Any help thank you.
Proxmxox 8.3 experience issue with network interface are set incorrectly when VM is migrated from one node to another.
Instead insert tap interface into the bridge it creates sub interfaces which is not corresponding to any config,
There are no such sub interfaces on bond0
Or creates another bridges vmbr2v8 vmbr2v990
brctl show
Code:
vmbr2 8000.98f2b3d2c850 no bond0
vmbr2v8 8000.98f2b3d2c850 no bond0.8
tap118i2
vmbr2v990 8000.98f2b3d2c850 no bond0.990
tap118i0
Here are DMESG example
Code:
[19390.602463] tap118i0: entered promiscuous mode
[19390.662642] vmbr2v990: port 1(bond0.990) entered blocking state
[19390.662652] vmbr2v990: port 1(bond0.990) entered disabled state
[19390.662688] bond0.990: entered allmulticast mode
[19390.662749] bond0.990: entered promiscuous mode
[19390.669167] vmbr2v990: port 1(bond0.990) entered blocking state
[19390.669172] vmbr2v990: port 1(bond0.990) entered forwarding state
[19390.678719] vmbr2v990: port 2(tap118i0) entered blocking state
[19390.678730] vmbr2v990: port 2(tap118i0) entered disabled state
[19390.678747] tap118i0: entered allmulticast mode
[19390.678840] vmbr2v990: port 2(tap118i0) entered blocking state
[19390.678844] vmbr2v990: port 2(tap118i0) entered forwarding state
Any help thank you.