All vm have same net stats , what's going on?

themoeran

New Member
Nov 29, 2023
3
0
1
QQ截图20231130143942.jpg
QQ图片20231130144009.png
all vm have same image in network stats, and if they have more network card will have multiple stats
 
Seem to be a network flood.

Maybe do you have set "bridge-ageing 0" in your /etc/network/interfaces ?
no , full default setting.

auto vmbr0
iface vmbr0 inet static

bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-disable-mac-learning 1 #just add now
 
Last edited:
Maybe try to do a tcpdump on the tapX interfaces, and look if you see same traffic everywhere, with wrong destination ip.

Do you see same traffic for netout too ? (because if it's a flood, you should only have same netin everywhere)


(Note: bridge-disable-mac-learning 1, need to restart of the vms to be applied)