<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Lubos,</div><div><br></div><div>In answer to you requested info </div><div><br></div><div><div>[root@Fedora14RD user01]# iptables -L</div><div>Chain INPUT (policy ACCEPT)</div><div>target prot opt source destination</div><div>ACCEPT udp -- anywhere anywhere udp dpt:domain</div><div>ACCEPT tcp -- anywhere anywhere tcp dpt:domain</div><div>ACCEPT udp -- anywhere anywhere udp dpt:bootps</div><div>ACCEPT tcp -- anywhere anywhere tcp dpt:bootps</div><div>ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED</div><div>ACCEPT icmp -- anywhere anywhere</div><div>ACCEPT all -- anywhere anywhere</div><div>ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh</div><div>REJECT all -- anywhere anywhere reject-with icmp-host-prohibited</div><div><br></div><div>Chain FORWARD (policy ACCEPT)</div><div>target prot opt source destination</div><div>ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED</div><div>ACCEPT all -- 192.168.122.0/24 anywhere</div><div>ACCEPT all -- anywhere anywhere</div><div>REJECT all -- anywhere anywhere reject-with icmp-port-unreachable</div><div>REJECT all -- anywhere anywhere reject-with icmp-port-unreachable</div><div>REJECT all -- anywhere anywhere reject-with icmp-host-prohibited</div><div><br></div><div>Chain OUTPUT (policy ACCEPT)</div><div>target prot opt source destination</div><div>[root@Fedora14RD user01]#</div><div><br></div><div>[root@Fedora14RD user01]# ps -ef | grep qemu</div><div>qemu<span class="Apple-tab-span" style="white-space:pre">        </span> 2438 1 8 08:53 ? 00:02:08 /usr/bin/qemu-kvm -S -M pc-0.14 -enable-kvm -m 512 -smp 1,sockets=1$</div><div>qemu<span class="Apple-tab-span" style="white-space:pre">        </span> 3032 1 12 08:59 ? 00:02:37 /usr/bin/qemu-kvm -S -M pc-0.14 -enable-kvm -m 512 -smp 1,sockets=1$</div><div>root<span class="Apple-tab-span" style="white-space:pre">        </span> 4913 4266 0 09:20 pts/2 00:00:00 grep --color=auto qemu</div><div>[root@Fedora14RD user01]#</div></div><div><br></div><div>The spice command line for remote client is :</div><div><br></div><div>spicec –h 192.168.171.21 –p 5902 </div><div><br></div><div>The host IP address is the eth0 port on the KVM host. If I use the DHCP address assigned to the VM I get nothing.</div><div><br></div><div>FEDORA14RD( HOST 192.168.171.21 ) -----</div><div><span class="Apple-tab-span" style="white-space:pre">                                                                                </span>| VM FedoraTest DHCP 192.168.122.222</div><div><span class="Apple-tab-span" style="white-space:pre">                                                                                </span>| VM Ubuntu11.4Test DHCP 192.168.122.63</div><div><br></div><div>These are both configured with the virt-manager to use graphics display of spice.</div><div><br></div><div>Thanks in advance for any insight.</div><div><br></div><div>Bill</div></body></html>