Connection disconnected fequently

2023-03-29 Thread 陈鹏鹏
Hi, I’m building a web app based on guacamole 1.4.0 and users report connection disconnected frequently. I found that when this occurs, the tunnel status code is 519(0x207) which throws by GuacamoleUpstreamNotFoundException, the guacd log says ‘User is not responding’ as bellow: Mar 30 13:32

Connection disconnected fequently

2023-03-29 Thread 陈鹏鹏
Hi, I’m building a web app based on guacamole 1.4.0 and users report connection disconnected frequently. I found that when this occurs, the tunnel status code is 519(0x207) which throws by GuacamoleUpstreamNotFoundException, the guacd log says ‘User is not responding’ as bellow: Mar 30 13:32:58 l

Re: update to 1.5.0 and cannot connect to machines

2023-03-29 Thread Nick Couchman
On Wed, Mar 29, 2023 at 17:48 Nein, Wade, OSE wrote: > Hello, > > > > I did an update to 1.5.0. It was a simple docker-compose pull and up -d. > > > > Now the connections for VNC are not working and giving the below error: > > > > *The remote desktop server is currently unreachable. If the probl

Re: update to 1.5.0 and cannot connect to machines

2023-03-29 Thread Rezk Mekhael
change the Color depth: to 32bit On Wed, Mar 29, 2023 at 2:48 PM Nein, Wade, OSE wrote: > Hello, > > > > I did an update to 1.5.0. It was a simple docker-compose pull and up -d. > > > > Now the connections for VNC are not working and giving the below error: > > > > *The remote desktop server is

update to 1.5.0 and cannot connect to machines

2023-03-29 Thread Nein, Wade, OSE
Hello, I did an update to 1.5.0. It was a simple docker-compose pull and up -d. Now the connections for VNC are not working and giving the below error: The remote desktop server is currently unreachable. If the problem persists, please notify your system administrator, or check your system log

Re: RDP is not working with IPV6

2023-03-29 Thread Sean Hulbert
Hello Nick,The command netstat -tapnl does just that, seeing if IPv6 is enabled and what daemons are bound to it.  His output shows no IPv6 binding to guacd daemon.  This is also why I recommended checking the end point system he like to RDP  to has ipv6 enabled as well.  You can have one enable

Re: RDP is not working with IPV6

2023-03-29 Thread Nick Couchman
On Wed, Mar 29, 2023 at 1:19 AM Sean Hulbert wrote: > > Here is a link that should address your issue > > > > https://issues.apache.org/jira/browse/GUACAMOLE-1190 > > I don't think that's the same issue that Venkata is seeing. From the provided error messages, it looks like Guacamole Client is su