<div>Hello,</div><div><br></div><div>I want to test spice on my virtual machines but I have problem.</div><div>I create 2 virtual machines (one for server, one for client) on VMware Workstation 8 and I run on them Fedora-16-x86_64-Live-Desktop.</div>

<div><br></div><div># On server I do:</div><div>yum -y install qemu-kvm libvirt python-virtinst bridge-utils</div><div>systemctl start libvirtd.service</div><div>chkconfig libvirtd on</div><div>yum -y install spice-server spice-protocol</div>

<div>qemu-img create /tmp/fedora.qcow 8G</div><div>qemu -cdrom /dev/cdrom -hda /tmp/fedora.qcow -boot d -net nic -net user -m 1024</div><div><br></div><div># Then after run virtual machine I start spice</div><div>qemu -spice port=5930</div>

<div><br></div><div># On client&#39;s machine I install spice client</div><div>yum -y install spice-client spice-protocol</div><div>spicec -h 192.168.163.128 -p 5930</div><div><br></div><div>And I receive warning:</div><div>

failed to connect: no route to host (113)</div><div><br></div><div>I can ping server and host. Tcpdump shows that when I want to connect via spicec packages are sent, and host receive it.</div><div><br></div><div>What is wrong? And how can I resolve this problem?</div>

<div><br></div><div>Greetings,</div><div>Daniel </div>