[Qemu-devel] Apple Remote Desktop - macosx built-in client and qemu -vnc

2011-06-16 Thread Amitava Shee
Please redirect me if this is not the appropriate forum to discuss this topic. I have been spawning qemu using -vnc :3 and using an ssh tunnel to view the console from my macosx client. "Chicken of the VNC" is able to work over the tunnel. However, the built-in "Apple Remote Desktop" client is una

Re: [Qemu-devel] user-mode networking not allowing internet traffic

2011-06-15 Thread Amitava Shee
> User mode network (SLIRP) only supports plain TCP and UDP, traceroute and ping (which need ICMP) do not work. Indeed - wget google.com works just fine! Chris, your link to the documentation is helpful. Here's my modified command amitava@bonjovi:~/qemu$ kvm -name cold -m 512 -drive file=$PWD/co

[Qemu-devel] user-mode networking not allowing internet traffic

2011-06-15 Thread Amitava Shee
My ubuntu 11.04 guest is not able to connect to the internet when launched as -net user. Any help is much appreciated. qemu command line == amitava@bonjovi:/var/vms$ qemu-system-x86_64 -m 512 -drive index=0,media=disk,if=virtio,file=ub2.qcow2,boot=on -vnc :0 -monitor stdio -net nic,mod