Lubos, In answer to you requested info
[root@Fedora14RD user01]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT udp -- anywhere anywhere udp dpt:domain ACCEPT tcp -- anywhere anywhere tcp dpt:domain ACCEPT udp -- anywhere anywhere udp dpt:bootps ACCEPT tcp -- anywhere anywhere tcp dpt:bootps ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh REJECT all -- anywhere anywhere reject-with icmp-host-prohibited Chain FORWARD (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED ACCEPT all -- 192.168.122.0/24 anywhere ACCEPT all -- anywhere anywhere REJECT all -- anywhere anywhere reject-with icmp-port-unreachable REJECT all -- anywhere anywhere reject-with icmp-port-unreachable REJECT all -- anywhere anywhere reject-with icmp-host-prohibited Chain OUTPUT (policy ACCEPT) target prot opt source destination [root@Fedora14RD user01]# [root@Fedora14RD user01]# ps -ef | grep qemu qemu 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$ qemu 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$ root 4913 4266 0 09:20 pts/2 00:00:00 grep --color=auto qemu [root@Fedora14RD user01]# The spice command line for remote client is : spicec h 192.168.171.21 p 5902 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. FEDORA14RD( HOST 192.168.171.21 ) ----- | VM FedoraTest DHCP 192.168.122.222 | VM Ubuntu11.4Test DHCP 192.168.122.63 These are both configured with the virt-manager to use graphics display of spice. Thanks in advance for any insight. Bill
_______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
