I have install Wireshark on a VM with Windows10, but i see only the traffic related to vm, what i need to configure to capture all the traffic related to vmbr0?
I have install Wireshark on a VM with Windows10, but i see only the traffic related to vm, what i need to configure to capture all the traffic related to vmbr0?
if you want the traffic from all your VMs then you need to run it on the host.
to install wireshark you'd need a graphical X interface on your PVE [0], but you could also just install tcpdump, capture the packets to a pcap file, transfer it to your machine, and open it in wireshark
for example something like tcpdump -envi vmbr0 -w my_packets.pcap should work on your PVE host
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.