On Tue, Jan 11, 2022 at 8:22 AM Luciano Oliveira <olluci...@outlook.com> wrote:
> I had the same problems... > > Unbelievable... Configure > > guacamole.properties with > > guacd-hostname: 127.0.0.1 > > and guacd.conf with: > > [server] > bind_host = 127.0.0.1 > bind_port = 4822 > > here worked > > This is due to IPv4 vs. IPv6 differences - depending on the version of Linux, guacd may listen on IPv6 by default, and Tomcat tries to connect on IPv4. Forcing one or the other to use IPv4 or IPv6 usually works - in this case, the change forces guacd to listen on IPv4, and Tomcat can connect to it. -Nick >