Re: [Users] VM Console access with isolated virtual hosts

--========GMXBoundary311121377085884405691 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi Itamar, thanks for reply. I have actually found that and tried. The issue is that client (remote-viewer on F19) still keeps trying to contact directly the hosts. What I also do not understand is an overall idea behind. As far as I have noticed, RHEV-m does not provide spice-proxy functionality on it's own. If I understand well, it only directs clients to a proxy which sits somewhere else, right? If so, what are pre-requisities on such a proxy solution? What should it be? Regards, Peter ----- Original Message ----- From: Itamar Heim Sent: 08/21/13 01:23 PM To: Peter Bahlyi Subject: Re: [Users] VM Console access with isolated virtual hosts On 08/21/2013 04:37 AM, Peter Bahlyi wrote: > Hi everybody, > I've got a question - what if my hosts are isolated from the rest of > network but I still need to access consoles of my virtual machines with > spice protocol? How to get this solved? As far as I've noticed the > clients (remote-viewer) connect remotely to the hosts on ports assigned > to virtual machines (5900, 5901, 5902) that are in my case unaccessible. > I've found something about spice-proxy but there is not any > documentation around. Does anybody have experience with this? > > Thanks for any info. > > Regards, > Peter > > > _______________________________________________ > Users mailing list > Users@ovirt.org > http://lists.ovirt.org/mailman/listinfo/users > have you reviewed http://www.ovirt.org/Features/Spice_Proxy ? hmmm, it seems to lack information on client version to support this --========GMXBoundary311121377085884405691 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <span style=3D'font-family:Verdana'><span style=3D'font-size:12px'>Hi Itama= r, thanks for reply. I have actually found that and tried. The issue is tha= t client (remote-viewer on F19) still keeps trying to contact directly the = hosts. What I also do not understand is an overall idea behind. As far as I= have noticed, RHEV-m does not provide spice-proxy functionality on it's ow= n. If I understand well, it only directs clients to a proxy which sits some= where else, right? If so, what are pre-requisities on such a proxy solution= ? What should it be?<br /><br />Regards, Peter<br />=C2=A0<p style=3D"margi= n:0px; padding:0px;" >=C2=A0</p><blockquote style=3D"border-left: 1px solid= #CCC; padding-left: 5px; margin-left: 5px; margin-bottom: 0px; margin-top:= 0px; margin-right: 0px;" type=3D"cite"><p style=3D"margin:0px; padding:0px= ;" ><span style=3D"font-family:Verdana"><span style=3D"font-size:12px">----= - Original Message -----</span></span></p><p style=3D"margin:0px; padding:0= px;" ><span style=3D"font-family:Verdana"><span style=3D"font-size:12px">Fr= om: Itamar Heim</span></span></p><p style=3D"margin:0px; padding:0px;" ><sp= an style=3D"font-family:Verdana"><span style=3D"font-size:12px">Sent: 08/21= /13 01:23 PM</span></span></p><p style=3D"margin:0px; padding:0px;" ><span = style=3D"font-family:Verdana"><span style=3D"font-size:12px">To: Peter Bahl= yi</span></span></p><p style=3D"margin:0px; padding:0px;" ><span style=3D"f= ont-family:Verdana"><span style=3D"font-size:12px">Subject: Re: [Users] VM = Console access with isolated virtual hosts</span></span></p>=C2=A0<div><div=
<pre style=3D"white-space: pre-wrap; word-wrap: break-word; font-size:11;p= re">On 08/21/2013 04:37 AM, Peter Bahlyi wrote:=20 > Hi everybody,=20 > I've got a question - what if my hosts are isolated from the rest of= =20 > network but I still need to access consoles of my virtual machines wit= h=20 > spice protocol? How to get this solved? As far as I've noticed the=20 > clients (remote-viewer) connect remotely to the hosts on ports assigne= d=20 > to virtual machines (5900, 5901, 5902) that are in my case unaccessibl= e.=20 > I've found something about spice-proxy but there is not any=20 > documentation around. Does anybody have experience with this?=20 >=20 > Thanks for any info.=20 >=20 > Regards,=20 > Peter=20 >=20 >=20 > _______________________________________________=20 > Users mailing list=20 > Users@ovirt.org=20 > http://lists.ovirt.org/mailman/listinfo/users=20 >=20
have you reviewed http://www.ovirt.org/Features/Spice_Proxy ?=20 hmmm, it seems to lack information on client version to support this</pre><= /div></div></blockquote><p style=3D"margin:0px; padding:0px;" >=C2=A0</p></= span></span> --========GMXBoundary311121377085884405691--

Hi Itamar, thanks for reply. I have actually found that and tried. The issue is that client (remote-viewer on F19) still keeps trying to contact directly the hosts. What I also do not understand is an overall idea behind. As far as I have noticed, RHEV-m does not provide spice-proxy functionality on it's own. If I understand well, it only directs clients to a proxy which sits somewhere else, right? If so, what are pre-requisities on such a proxy solution? What should it be? Hi,
On Aug 21, 2013, at 13:51 , "Peter Bahlyi" <peter.bahlyi@mail.com> wrote: that's correct. you need to set up the proxy yourself, but it's fairly easy, just a simple squid proxy would work… the only caveat is that you should perhaps increase the timeout just in case the connection is idle for a long time. Something like
pconn_timeout 12 hours request_timeout 12 hours read_timeout 12 hours and ideally set up ACL so only your clients can connect and they can only go to your set of hosts
Thanks, michal
Regards, Peter
----- Original Message ----- From: Itamar Heim Sent: 08/21/13 01:23 PM To: Peter Bahlyi Subject: Re: [Users] VM Console access with isolated virtual hosts
On 08/21/2013 04:37 AM, Peter Bahlyi wrote:
Hi everybody, I've got a question - what if my hosts are isolated from the rest of network but I still need to access consoles of my virtual machines with spice protocol? How to get this solved? As far as I've noticed the clients (remote-viewer) connect remotely to the hosts on ports assigned to virtual machines (5900, 5901, 5902) that are in my case unaccessible. I've found something about spice-proxy but there is not any documentation around. Does anybody have experience with this?
Thanks for any info.
Regards, Peter
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
have you reviewed http://www.ovirt.org/Features/Spice_Proxy ? hmmm, it seems to lack information on client version to support this
participants (2)
-
Michal Skrivanek
-
Peter Bahlyi