Hi Amarjeet,

 

Build FreeRDP Stable 1.1

https://github.com/FreeRDP/FreeRDP/tree/stable-1.1

https://github.com/FreeRDP/FreeRDP/wiki/Compilation

yum -y install cmake (building freerdp stable 1.1)

 

If RDP fails to be found by Guac configure - FreeRDP libraries missing fix

The problem is not that it can't find the libguac-client-rdp.so, it's that it 
can't find

the freerdp libs. So try to run ldd on the 
/usr/local/lib/libguac-client-rdp.so, and it

should have some that is not found, look for those files, and then add them 
into /etc/ld.so.conf.

Add:

/usr/local/lib64

/usr/local/lib

/usr/local/lib/freerdp

And then run ldconfig, it works after this.

 

Regards,

Jeff

 

From: Amarjeet Singh <amarjee...@gmail.com>
Reply-To: "user@guacamole.apache.org" <user@guacamole.apache.org>
Date: Friday, April 13, 2018 at 6:57 AM
To: "user@guacamole.apache.org" <user@guacamole.apache.org>
Subject: EXT: Preconnection PDU (Hyper-V) support in Guacamole

 

Hi Team, 

 

 

I am trying to connect to VM using Hyper-V

 

Below is the configurations I have used :-

 

 

<protocol>rdp</protocol>

<param name="port">2179</param>

<param name="preconnection-blob">e59b4540-d759-4628-b449-d3791985fc8e</param>

<param name="ignore-cert">true</param>

<param name="security">any</param>

<param name="hostname">172.16.0.20</param>

<param name="domain">localhost</param>

<param name="username">administrator</param>

<param name="password">xyz@123</param>

 

 

Below are the logs of guacd :- 

 

Apr  9 03:03:52 localhost guacd[16308]: Creating new client for protocol "rdp"

Apr  9 03:03:52 localhost guacd[16308]: Connection ID is 
"$f459de5a-aba4-41a7-b193-591f3b19f4e2"

Apr  9 03:03:52 localhost guacd[16320]: Security mode: ANY

Apr  9 03:03:52 localhost guacd[16320]: Installed version of FreeRDP lacks 
support for the preconnection PDU. The specified preconnection BLOB and/or ID 
will be ignored.

Apr  9 03:03:52 localhost guacd[16320]: Resize method: none

Apr  9 03:03:52 localhost guacd[16320]: User 
"@632a8d61-a110-4e7e-8726-d831bae796d3" joined connection 
"$f459de5a-aba4-41a7-b193-591f3b19f4e2" (1 users now present)

Apr  9 03:03:52 localhost guacd[16320]: Loading keymap "base"

Apr  9 03:03:52 localhost guacd[16320]: Loading keymap "en-us-qwerty"

 

FreeRDP version installed is : 1.0.2 

Guacamole-Client and Guacamole-Server : Latest version from GIT 

 

which version of FreeRDP I have to install which is also supported by Guacamole 
in order to  resolve the above  and use this feature. ?

 

 

Thanks and Regards,

Amarjeet Singh

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to