[ovirt-users] console viewer for ovrit engine

Donny Davis donny at cloudspin.me
Wed Dec 17 19:38:22 UTC 2014


Is it error 1006 in the novnc console, or connection timeout

1006 = you need to trust the CA

connection timeout = you don't have a connection setup, or iptables is not
allowing port 6100 in

 

Try stopping iptables or adding the correct rule

iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 6100 -j ACCEPT

or the more permenant method 

vi /etc/sysconfig/iptables

 

-A INPUT -p tcp -m state --state NEW -m tcp --dport 6100 -j ACCEPT

 

service iptables restart

 

 

From: users-bounces at ovirt.org [mailto:users-bounces at ovirt.org] On Behalf Of
Amador Pahim
Sent: Wednesday, December 17, 2014 12:34 PM
To: Dan Yasny; Yue, Cong
Cc: users at ovirt.org
Subject: Re: [ovirt-users] console viewer for ovrit engine

 

On 12/17/2014 04:26 PM, Dan Yasny wrote:

 

 

On Wed, Dec 17, 2014 at 2:22 PM, Yue, Cong <Cong_Yue at alliedtelesis.com>
wrote:

Hi

 

I finally created VM and it seems work well. But for the administrator
menu,but I can not show the browser-embeded console, noVNC and Spice HTML5
browser client.

I am using firefox and chrome in Ubuntu 14.04 desktop OS.

Is there any setting or requirements for the browser-embeded console viewer?

 

html5 support is all you need iirc


And install the CA cert on your browser.




 

Also if I select other console options as native client, one .w file will be
downloaded, what is the recommendation to open these .w files with some
native viewer for Ubuntu 14.04 desktop?

 

The file should be opened by virt-viewer (remote-viewer) 

 

 

Thanks,

Cong

 

 

  _____  

This e-mail message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all copies
of the original message. If you are the intended recipient, please be
advised that the content of this message is subject to access, review and
disclosure by the sender's e-mail System Administrator.


_______________________________________________
Users mailing list
Users at ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

 






_______________________________________________
Users mailing list
Users at ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20141217/580af327/attachment-0001.html>


More information about the Users mailing list