<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&nbsp;</div><div><br></div><div><div>[root@Fedora14RD user01]# iptables -L</div><div>Chain INPUT (policy ACCEPT)</div><div>target &nbsp; &nbsp; prot opt source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; destination</div><div>ACCEPT &nbsp; &nbsp; udp &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;udp dpt:domain</div><div>ACCEPT &nbsp; &nbsp; tcp &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;tcp dpt:domain</div><div>ACCEPT &nbsp; &nbsp; udp &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;udp dpt:bootps</div><div>ACCEPT &nbsp; &nbsp; tcp &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;tcp dpt:bootps</div><div>ACCEPT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;state RELATED,ESTABLISHED</div><div>ACCEPT &nbsp; &nbsp; icmp -- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere</div><div>ACCEPT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere</div><div>ACCEPT &nbsp; &nbsp; tcp &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;state NEW tcp dpt:ssh</div><div>REJECT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;reject-with icmp-host-prohibited</div><div><br></div><div>Chain FORWARD (policy ACCEPT)</div><div>target &nbsp; &nbsp; prot opt source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; destination</div><div>ACCEPT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 192.168.122.0/24 &nbsp; &nbsp;state RELATED,ESTABLISHED</div><div>ACCEPT &nbsp; &nbsp; all &nbsp;-- &nbsp;192.168.122.0/24 &nbsp; &nbsp; anywhere</div><div>ACCEPT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere</div><div>REJECT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;reject-with icmp-port-unreachable</div><div>REJECT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;reject-with icmp-port-unreachable</div><div>REJECT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;reject-with icmp-host-prohibited</div><div><br></div><div>Chain OUTPUT (policy ACCEPT)</div><div>target &nbsp; &nbsp; prot opt source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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> &nbsp;2438 &nbsp; &nbsp; 1 &nbsp;8 08:53 ? &nbsp; &nbsp; &nbsp; &nbsp;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> &nbsp;3032 &nbsp; &nbsp; 1 12 08:59 ? &nbsp; &nbsp; &nbsp; &nbsp;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> &nbsp;4913 &nbsp;4266 &nbsp;0 09:20 pts/2 &nbsp; &nbsp;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 &#8211;h 192.168.171.21 &#8211;p 5902&nbsp;</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>