[ 
https://issues.apache.org/jira/browse/GUACAMOLE-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337835#comment-16337835
 ] 

Kris Keller commented on GUACAMOLE-370:
---------------------------------------

I tried with the docker image as others have stated and found that it does not 
work either.  I don't believe it can work because the Docker file in the master 
branch uses a CentOS7 base and CentOS7 repo has freerdp-1.0.2.
{code:java}
[root@ip-10-0-3-15 ~]# docker run -d -p 4822:4822 guacamole/guacd:0.9.14
078670f256a3f885294d7f5c774db54497c9caee3bf1ed6264cf6fa32dc73c29
[root@ip-10-0-3-15 ~]# docker ps
CONTAINER ID        IMAGE                    COMMAND                  CREATED   
          STATUS              PORTS                    NAMES
078670f256a3        guacamole/guacd:0.9.14   "/usr/local/sbin/gua…"   3 seconds 
ago       Up 3 seconds        0.0.0.0:4822->4822/tcp   epic_stonebraker
[root@ip-10-0-3-15 ~]# docker exec -it 078670f256a3 /bin/bash
[root@078670f256a3 /]# xfreerdp --version
This is FreeRDP version 1.0.2
{code}
It does produce a false positive because "something" does connect.  But it is 
NOT the session host or the virtualization host.  it is the broker that you 
connect to because the load-balance-info is not used by freerdp and guacamole 
would not have enabled this feature with this version of freerdp.

 

> Missing broker support in RDP
> -----------------------------
>
>                 Key: GUACAMOLE-370
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-370
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole
>    Affects Versions: 0.9.13-incubating
>         Environment: Ubuntu Xenial 16.04
>            Reporter: Rodrigo Gonçalves
>            Priority: Major
>
> Connecting to a broker does not work. _load-balancing-info_ informed as well 
> but no success. 
> Only "Error connecting to RDP server" in guacd logs.
> When trying to connect to one of the serves in the collection, it will work 
> if it is the server running the user session. 
> If a connection is tried to a secondary server, and this tries to redirect to 
> the correct one, the connection is lost in guacd.
> Config used:
> {code:xml}
> <config name="Desktop Virtual" protocol="rdp">
>     <param name="hostname" value="broker-address" />
>     <param name="port" value="3389" />
>     <param name="enable-printing" value="true" />
>     <param name="ignore-cert" value="true" />
>     <param name="load-balancing-info" value="tsv://MS Terminal Services 
> Plugin.1.Secretarias" />
> </config>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to