On Mon, Apr 12, 2021 at 2:05 PM Blackula <[email protected]> wrote:

> I've been worikig with *Guacamole v1.2.0 * without any issues using RDP in
> my
> *Debian 10 Buster *until now. I have upgraded to *version v1.3.0* building
> *guacamole-server* and *guacamole-client * source code directly from Repo
> and I cannot connect to my servers using RDP anymore. This is the error I
> get:
> ...
> Apr 12 11:18:11 guacamole2 systemd[1]: Started LSB: Guacamole proxy daemon.
> Apr 12 11:18:11 guacamole2 guacd[18461]: Listening on host ::1, port 4822
> lines 1-16/16 (END)/
>
> And is listening at *localhost:4822* :
>
> /root@guacamole2:/etc/guacamole# cat guacamole.properties
> # Hostname and Guacamole server port
> guacd-hostname: localhost
> guacd-port: 4822
>
> root@guacamole2:/etc/guacamole# telnet localhost 4822
> Trying ::1...
> Connected to localhost.
> Escape character is '^]'./
>

It might be that guacd is listening on IPv6 localhost (::1), but the webapp
is attempting to connect to IPv4 localhost (127.0.0.1). Try creating a
"/etc/guacamole/guacd.conf" file containing the following:

[server]
bind_host = 127.0.0.1

and then restart guacd. That should cause guacd to bind to the IPv4 address
instead of the IPv6 address, and the startup log message for guacd should
change accordingly. Then try connecting to something again and see if the
webapp is now able to talk to guacd.

Reference for guacd.conf:
http://guacamole.apache.org/doc/gug/configuring-guacamole.html#guacd.conf

Michael Jumper
CEO, Lead Developer
Glyptodon Inc <https://glyp.to/>.

Reply via email to