[Bug 616064] Re: Broken networking in kvm guests

Anthony O. 616064 at bugs.launchpad.net
Wed Dec 21 09:39:51 UTC 2011


Here is what I done in my client :

user at host:~$ cat /dev/urandom | hexdump | head -c 1048576 > /tmp/1MB.txt
user at host:~$ N=1; while [ 1 ]; do echo $N | nc 192.168.1.214 8080; cat /tmp/1MB.txt | nc 192.168.1.214 8080; ((N += 1)); sleep 0.5s; done

No problem here, in terminal 1 all was displayed without blockings.

Do you want me to test another mechanism ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/616064

Title:
  Broken networking in kvm guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/616064/+subscriptions



More information about the Ubuntu-server-bugs mailing list