On 02/15/2016 12:56 PM, Ian Pilcher wrote:
> I knew this rang a bell ...
> 
> The problem was that the SPICE server was configured to listen on the
> wildcard address (0.0.0.0).
> 
>     <graphics type='spice' autoport='yes' listen='0.0.0.0'>
>       <listen type='address' address='0.0.0.0'/>
>     </graphics>
> 
> Getting rid of the listen address makes things work.
> 
>     <graphics type='spice' autoport='yes'/>
> 

Makes me wonder what virt-viewer does differently though... maybe it always
tries to use an ssh tunnel if the hypervisor connection is ssh, even if
listen=0.0.0.0 ? I'd need to check

- Cole

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to