<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-10-18 22:43 GMT+02:00 John Taylor <span dir="ltr"><<a href="mailto:jtt77777@gmail.com" target="_blank">jtt77777@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gianluca,<br>
<br>
I've used the following as a cmd script to parse out the parms from<br>
the .vv and run<br>
the ultravnc vncviewer (<a href="http://uvnc.com" rel="noreferrer" target="_blank">uvnc.com</a>).<br>
<br></blockquote><div><br></div><div><br></div><div>You may want to contribute a wiki page on <a href="http://ovirt.org">ovirt.org</a> website with this.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
@setlocal enableextensions enabledelayedexpansion<br>
@echo off<br>
set file=%~1<br>
set area=[virt-viewer]<br>
set currarea=<br>
for /f "usebackq delims=" %%a in ("!file!") do (<br>
set ln=%%a<br>
if "x!ln:~0,1!"=="x[" (<br>
set currarea=!ln!<br>
) else (<br>
for /f "tokens=1,2 delims==" %%b in ("!ln!") do (<br>
set currkey=%%b<br>
set currval=%%c<br>
<br>
if "x!area!"=="x!currarea!" if "x!host"=="x!currkey!" (<br>
set host=!currval!<br>
)<br>
<br>
set key=port<br>
if "x!area!"=="x!currarea!" if "x!currkey!"=="x!port" (<br>
set port=!currval!<br>
)<br>
<br>
if "x!area!"=="x!currarea!" if "x!currkey!"=="x!password" (<br>
set password=!currval!<br>
)<br>
<br>
)<br>
<br>
)<br>
)<br>
<br>
start "vnc" "vncviewer.exe" !host!:!port! /password "!password!"<br>
endlocal<br>
<br>
<br>
<br>
Hope that helps.<br>
-John<br>
<div><div class="h5"><br>
<br>
<br>
<br>
On Wed, Oct 18, 2017 at 10:57 AM, Gianluca Cecchi<br>
<<a href="mailto:gianluca.cecchi@gmail.com">gianluca.cecchi@gmail.com</a>> wrote:<br>
> Hello,<br>
> I'm trying to have a user connect to the console VM through vnc protocol,<br>
> but without the virt-viewer application.<br>
> The client is Windows 10.<br>
> I have tried some options without success, with tightvnc, ultravnc and<br>
> realvnc but all of them give error about syntax.<br>
> Any native client suggested/recommended with windows 10 and oVirt?<br>
><br>
> Tried also noVnc that works from a Linux client and so I'm sure all is ok at<br>
> oVirt side, but from Windows 10 and chrome 61 I imported the certificate in<br>
> trusted root authority but nevertheless I get the error<br>
><br>
> Any hints?<br>
> Thanks,<br>
> Gianluca<br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> Users mailing list<br>
> <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
> <a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
><br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-weight:bold;margin:0px;padding:0px;font-size:14px;text-transform:uppercase"><span>SANDRO</span> <span>BONAZZOLA</span></p><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-size:10px;margin:0px 0px 4px;text-transform:uppercase"><span>ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D</span></p><p style="font-family:overpass,sans-serif;margin:0px;font-size:10px;color:rgb(153,153,153)"><a href="https://www.redhat.com/" style="color:rgb(0,136,206);margin:0px" target="_blank">Red Hat <span>EMEA</span></a></p><table border="0" style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-size:medium"><tbody><tr><td width="100px"><a href="https://red.ht/sig" target="_blank"><img src="https://www.redhat.com/profiles/rh/themes/redhatdotcom/img/logo-red-hat-black.png" width="90" height="auto"></a></td><td style="font-size:10px"><div><a href="https://redhat.com/trusted" style="color:rgb(204,0,0);font-weight:bold" target="_blank">TRIED. TESTED. TRUSTED.</a></div></td></tr></tbody></table><a href="http://www.teraplan.it/redhat-osd-2017/" target="_blank"><img src="http://images.engage.redhat.com/EloquaImages/clients/RedHat/%7Bce8ba915-16e1-4b66-8a16-dfaac06bd5c0%7D_RH_OSD_Generic_Banner_655x100.png" width="420" height="60"></a><span></span><a href="http:///" target="_blank"></a><span></span><br></div></div></div></div></div></div></div></div></div></div></div>
</div></div>