I am trying to debug a network using wireshark. I have a few VMs running on virtualbox. One of the VM is connected to the host using a "host only" interface. The host runs OVS through which all the VMs communicate. I ran wireshark on one of the VMs and the corresponding port on OVS and I see a number of TCP retransmissions. What can cause this? asked 13 Aug '12, 17:13 Abhishek Chanda |
One Answer:
I see the following, possible reasons:
Regards answered 14 Aug '12, 03:28 Kurt Knochner ♦ |
This turned out to be a problem with Virtualbox. I changed to KVM and its gone.