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. I see that there is a JIRA issue on this (
https://issues.apache.org/jira/browse/GUACAMOLE-1133). Not sure if there is a
resolution to this. Good to know a solution to this as well.
My tests to other hosts running debian and ubuntu succeeded.
2. In the post (
https://sourceforge.net/p/guacamole/discussion/1110834/thread/f9cc8d2a/ ),
Eddie suggests to link freerdp libraries, which might help.
3. The logs I posted are from guacd logs. I had the guacd logs write to a
separate file thru logback.xml configuration. 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
------
Thanks for looking at these. Appreciate your response/help.
Srinivas.
On Monday, October 5, 2020, 03:49:32 PM PDT, Mike Jumper
<[email protected]> wrote:
On Mon, Oct 5, 2020, 15:36 Sri Web <[email protected]> wrote:
Hello All,
I am running into errors trying to connect using rdp. Verified that the
Guacamole m/c can connect through rdp to the other machine.
"m/c"?
If you are able to connect to some machines via RDP but not others, that
suggests that those other machines are either not accessable to the Guacamole
server or are misconfigured.
What are you trying to connect to specifically? What differs between the
connections that work vs. the connections that fail?
Running Guacamole 1.2.0 on Debian 10. Verified the freerdp2 is installed. Also
soft linked (ln -s) libraries as mentioned in one of the posts.
What libraries? What post?
Any help would be appreciated.
Here is the log snippet from Guacamole logs:
---------------------------22:34:02.122 [http-nio-8080-exec-9] INFO
o.a.g.environment.LocalEnvironment [LocalEnvironment.java:124] - GUACAMOLE_HOME
is "/etc/guacamole".
...
The above logs are from the web application and will not have any information
regarding the RDP connection. The underlying protocol is opaque at this level.
What do you see on the guacd logs?
- Mike