On Fri, Oct 30, 2020 at 2:31 PM Arpit Agarwal <[email protected]> wrote:

> Please find below the result as asked by you
>
> oot@XXXXXXXX:~# sudo systemctl status guacd
> ● guacd.service - LSB: Guacamole proxy daemon
>      Loaded: loaded (/etc/init.d/guacd; generated)
>      Active: active (running) since Thu 2020-10-22 13:33:49 CEST; 1 weeks
> 1 days ago
>        Docs: man:systemd-sysv-generator(8)
>     Process: 474 ExecStart=/etc/init.d/guacd start (code=exited,
> status=0/SUCCESS)
>       Tasks: 1 (limit: 72284)
>      Memory: 35.5M
>      CGroup: /system.slice/guacd.service
>              └─504 /usr/local/sbin/guacd -p /var/run/guacd.pid
>
> Oct 30 19:17:19 xxxxxxxxxx.contaboserver.net guacd[504]: Connection ID is
> "$76a050f6-9428-4a04-988c-bb17f6c27fa1"
> Oct 30 19:17:19 xxxxxxxxxx.contaboserver.net guacd[194697]: Security
> mode: Negotiate (ANY)
> Oct 30 19:17:19 xxxxxxxxxx.contaboserver.net guacd[194697]: Resize
> method: none
> Oct 30 19:17:19 xxxxxxxxxx.contaboserver.net guacd[194697]: User
> "@23ddd45e-186d-434f-8c42-d5bdec0ce032" joined connection
> "$76a050f6-9428-4a04-988c-bb17f6c27fa1" (1 users>
> Oct 30 19:17:19 xxxxxxxxxx.contaboserver.net guacd[194697]: Loading
> keymap "base"
> Oct 30 19:17:19 xxxxxxxxxx.contaboserver.net guacd[194697]: Loading
> keymap "en-us-qwerty"
> Oct 30 19:17:34 xxxxxxxxxx.contaboserver.net guacd[194697]: Error
> connecting to RDP server
> Oct 30 19:17:34 xxxxxxxxxx.contaboserver.net guacd[194697]: User
> "@23ddd45e-186d-434f-8c42-d5bdec0ce032" disconnected (0 users remain)
> Oct 30 19:17:34 xxxxxxxxxx.contaboserver.net guacd[194697]: Last user of
> connection "$76a050f6-9428-4a04-988c-bb17f6c27fa1" disconnected
> Oct 30 19:17:34 xxxxxxxxxx.contaboserver.net guacd[504]: Connection
> "$76a050f6-9428-4a04-988c-bb17f6c27fa1" removed.
>

It looks like your Guacamole server just cannot connect to the RDP server.
You need to make sure that the network and firewall allow RDP-based
connectivity (TCP/3389, plus whatever return traffic is required) between
the Guacamole server and the RDP host. Also, make sure that either your
Guacamole server trusts the certificates presented by the RDP servers, or
that you disable certificate checking (not recommended).

-Nick

Reply via email to