On Mon, Oct 5, 2020, 16:34 Sri Web <[email protected]> wrote:

> Hi Mike,
>
> Thanks for your response.
>
> 1. Tested that target computer can be connected over rdp from the host
> running Guacamole. In this case, Debian VB running Guacamole can connect to
> target macOS machine. Tested using KRC application.
>

> Looks like having trouble connecting to macOS machines. Even my test with
> vnc connection failed as well. ...
>

The failing machine is a Mac that is running both a VNC server and an RDP
server?


> 2. In the post (
> https://sourceforge.net/p/guacamole/discussion/1110834/thread/f9cc8d2a/ ),
> Eddie suggests to link freerdp libraries, which might help.
>

He suggests adding symbolic links to the FreeRDP plugins specifically to
resolve an error regarding those plugins not being found, not as a panacea
for absolutely anything related to RDP.

3. The logs I posted are from guacd logs. I had the guacd logs write to a
> separate file thru logback.xml configuration.
>

No, those were the web application logs (from Tomcat). The logback.xml file
configures web application logging only. It is not relevant to guacd, which
logs messages through syslog.

Here is what is on syslog:
>
> ------
>
> Oct  5 16:06:37 debian guacd[6856]: Creating new client for protocol "rdp"
> Oct  5 16:06:37 debian guacd[6856]: Connection ID is
> "$b6a11665-3b28-44eb-a84b-929f16366015"
> Oct  5 16:06:37 debian guacd[9101]: Security mode: Negotiate (ANY)
> Oct  5 16:06:37 debian guacd[9101]: Resize method: none
> Oct  5 16:06:37 debian guacd[9101]: User
> "@15cf3b9e-3b72-4486-b820-33a574acb7f2" joined connection
> "$b6a11665-3b28-44eb-a84b-929f16366015" (1 users now present)
> Oct  5 16:06:37 debian guacd[9101]: Loading keymap "base"
> Oct  5 16:06:37 debian guacd[9101]: Loading keymap "en-us-qwerty"
> Oct  5 16:07:07 debian guacd[9101]: User is not responding.
> Oct  5 16:07:07 debian guacd[9101]: User
> "@15cf3b9e-3b72-4486-b820-33a574acb7f2" disconnected (0 users remain)
> Oct  5 16:07:07 debian guacd[9101]: Last user of connection
> "$b6a11665-3b28-44eb-a84b-929f16366015" disconnected
>

Are you sure there is an RDP service on the machine in question? Not just
VNC?

The above is closer to what I would expect to see if a destination machine
were silently ignoring the RDP connection attempt, presumably because no
RDP service is running or the firewall is blocking inbound connections.

- Mike

Reply via email to