You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Xavier Bonnec <xa...@univ-rennes2.fr> on 2022/03/30 10:22:34 UTC

Guacamole Balancing group and local session already opened

Hi,

I have balancing groups in Guacamole which are running OK when there are 
only remote connections.

Problem : When a local session is opened Guacamole initialize the RDP 
connection and asks for deconnection . It doesn't go further trying 
others connections from the balancing group.

Is there a way to indicate to bypass this or to priorize connections 
with no open session ?


thks




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Guacamole Balancing group and local session already opened

Posted by Nick Couchman <vn...@apache.org>.
On Wed, Mar 30, 2022 at 6:22 AM Xavier Bonnec <xa...@univ-rennes2.fr>
wrote:

> Hi,
>
> I have balancing groups in Guacamole which are running OK when there are
> only remote connections.
>
> Problem : When a local session is opened Guacamole initialize the RDP
> connection and asks for deconnection . It doesn't go further trying
> others connections from the balancing group.
>
> Is there a way to indicate to bypass this or to priorize connections
> with no open session ?
>
>
Not really, no, because Guacamole doesn't know that a session is opened
unless it is opened in Guacamole. You'd have to have some way (either
Guacamole polling something on the server, or the server updating some
information with Guacamole) for Guacamole to know that a session is already
opened outside of Guacamole. This doesn't exist in Guacamole, today - the
only solution at the moment is to make sure all access is done through
Guacamole.

-Nick