AW: Guacamole RDP Probleme with VM machine

2019-03-02 Thread Joachim Lindenberg
Hi Kamal,

are you using extended mode / preconnection blob?

Best Regards, Joachim

 

Von: Kamal Ezzaki  
Gesendet: Freitag, 1. März 2019 14:30
An: user@guacamole.apache.org
Betreff: Guacamole RDP Probleme with VM machine

 

Hello again, 

i have a probleme with RDP connexion From Guacamole to WIndows 7 | 10 .

i tried to connect to windows 10 from another windows and it's work

i tried to connect from guacamole to my physical machine ( Windows 10 ) and 
it's work

i tried to connect from a VM Windows 10 to another Windows 10 and it's Work

i tried telnet 3389 and it's work too 

But when i tried to connect Guacamole with a VM windows it's not working 

and this is my log file :

 

Feb 16 18:55:18 localhost guacd[94927]: Creating new client for protocol "rdp"

Feb 16 18:55:18 localhost guacd[94927]: Connection ID is 
"$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba"

Feb 16 18:55:18 localhost guacd[110757]: No security mode specified. Defaulting 
to RDP.

Feb 16 18:55:18 localhost guacd[110757]: Resize method: none

Feb 16 18:55:18 localhost server: 18:55:18.138 [http-bio-8080-exec-48] INFO  
o.a.g.tunnel.TunnelRequestService - User "guacadmin" connected to connection 
"4".

Feb 16 18:55:18 localhost guacd[110757]: User 
"@b245c2ef-a019-498c-91d7-b12554a47bfe" joined connection 
"$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba" (1 users now present)

Feb 16 18:55:18 localhost guacd[110757]: Loading keymap "base"

Feb 16 18:55:18 localhost guacd[110757]: Loading keymap "en-us-qwerty"

Feb 16 18:55:18 localhost guacd[110757]: Failed to load guacdr plugin. Drive 
redirection and printing will not work. Sound MAY not work.

Feb 16 18:55:18 localhost guacd[110757]: Failed to load guacsnd alongside 
guacdr plugin. Sound will not work. Drive redirection and printing MAY not work.

Feb 16 18:55:21 localhost guacd[110757]: Error connecting to RDP server

Feb 16 18:55:21 localhost guacd[110757]: User 
"@b245c2ef-a019-498c-91d7-bs2s5fag7bqe" disconnected (0 users remain)

Feb 16 18:55:21 localhost server: 18:55:21.156 [http-bio-8080-exec-48] INFO  
o.a.g.tunnel.TunnelRequestService - User "guacadmin" disconnected from 
connection "4". Duration: 3018 milliseconds

Feb 16 18:55:21 localhost guacd[110757]: Last user of connection 
"$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba" disconnected

Feb 16 18:55:21 localhost guacd[94927]: Connection 
"$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba" removed.

 



Re: Guacamole RDP Probleme with VM machine

2019-03-01 Thread Kamal Ezzaki
Nick Couchman , Your are the Best , Thank you , i used NLA and it's work
like a charm

Le ven. 1 mars 2019 à 14:36, Nick Couchman  a écrit :

>
> On Fri, Mar 1, 2019 at 8:31 AM Kamal Ezzaki 
> wrote:
>
>> *Hello again, *
>> i have a probleme with RDP connexion From Guacamole to WIndows 7 | 10 .
>> i tried to connect to windows 10 from another windows and it's work
>> i tried to connect from guacamole to my physical machine ( Windows 10 )
>> and it's work
>> i tried to connect from a VM Windows 10 to another Windows 10 and it's
>> Work
>> i tried telnet 3389 and it's work too
>> But when i tried to connect Guacamole with a VM windows it's not working
>> and this is my log file :
>>
>> Feb 16 18:55:18 localhost guacd[94927]: Creating new client for protocol
>> "rdp"
>> Feb 16 18:55:18 localhost guacd[94927]: Connection ID is
>> "$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba"
>> Feb 16 18:55:18 localhost guacd[110757]: No security mode specified.
>> Defaulting to RDP.
>>
>
> This is most likely your issue.  If you don't specifically set the RDP
> security mode, it defaults to RDP.  Newer versions of Windows require NLA
> authentication, so you'll likely need to set the security mode to NLA and
> try, again.  You can also try TLS and see if that works.  If you use NLA
> you will also have to specify the username and password at connection time,
> either by putting that information in the configuration or by using tokens.
>
> -Nick
>


-- 

*EZZAKI Kamal*
*Élève** ingénieur en **Administration Réseaux et **Systèmes* *à l'ENSEM*
*Tél : +212 6 81 78 28 64*
*Email : kamalezza...@gmail.com *


Re: Guacamole RDP Probleme with VM machine

2019-03-01 Thread Nick Couchman
On Fri, Mar 1, 2019 at 8:31 AM Kamal Ezzaki  wrote:

> *Hello again, *
> i have a probleme with RDP connexion From Guacamole to WIndows 7 | 10 .
> i tried to connect to windows 10 from another windows and it's work
> i tried to connect from guacamole to my physical machine ( Windows 10 )
> and it's work
> i tried to connect from a VM Windows 10 to another Windows 10 and it's Work
> i tried telnet 3389 and it's work too
> But when i tried to connect Guacamole with a VM windows it's not working
> and this is my log file :
>
> Feb 16 18:55:18 localhost guacd[94927]: Creating new client for protocol
> "rdp"
> Feb 16 18:55:18 localhost guacd[94927]: Connection ID is
> "$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba"
> Feb 16 18:55:18 localhost guacd[110757]: No security mode specified.
> Defaulting to RDP.
>

This is most likely your issue.  If you don't specifically set the RDP
security mode, it defaults to RDP.  Newer versions of Windows require NLA
authentication, so you'll likely need to set the security mode to NLA and
try, again.  You can also try TLS and see if that works.  If you use NLA
you will also have to specify the username and password at connection time,
either by putting that information in the configuration or by using tokens.

-Nick


Re: Guacamole RDP Probleme with VM machine

2019-03-01 Thread Kamal Ezzaki
*Feb 16 18:59:30 localhost guacd[94927]: Creating new client for protocol
"rdp"Feb 16 18:59:30 localhost guacd[94927]: Connection ID is
"$4fd59e2f-b876-42ed-b437-a0c652d2fe37"Feb 16 18:59:30 localhost
guacd[111007]: No security mode specified. Defaulting to RDP.Feb 16
18:59:30 localhost guacd[111007]: Resize method: noneFeb 16 18:59:30
localhost guacd[111007]: User "@0e3d4acf-cbb9-40aa-82a4-dfc38f81e3d3"
joined connection "$4fd59e2f-b876-42ed-b437-a0c652d2fe37" (1 users now
present)Feb 16 18:59:30 localhost server: 18:59:30.219
[http-bio-8080-exec-42] INFO  o.a.g.tunnel.TunnelRequestService - User
"guacadmin" connected to connection "4".Feb 16 18:59:30 localhost
guacd[111007]: Loading keymap "base"Feb 16 18:59:30 localhost
guacd[111007]: Loading keymap "en-us-qwerty"Feb 16 18:59:30 localhost
guacd[111007]: Failed to load guacdr plugin. Drive redirection and printing
will not work. Sound MAY not work.Feb 16 18:59:30 localhost guacd[111007]:
Failed to load guacsnd alongside guacdr plugin. Sound will not work. Drive
redirection and printing MAY not work.Feb 16 18:59:30 localhost
guacd[111007]: Error connecting to RDP serverFeb 16 18:59:30 localhost
guacd[111007]: User "@0e3d4acf-cbb9-40aa-82a4-dfc38f81e3d3" disconnected (0
users remain)Feb 16 18:59:30 localhost server: Exception in thread
"Thread-157" java.lang.IllegalStateException: Message will not be sent
because the WebSocket session has been closedFeb 16 18:59:30 localhost
server: at
org.apache.tomcat.websocket.WsRemoteEndpointImplBase.writeMessagePart(WsRemoteEndpointImplBase.java:387)Feb
16 18:59:30 localhost server: at
org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessage(WsRemoteEndpointImplBase.java:344)Feb
16 18:59:30 localhost server: at
org.apache.tomcat.websocket.WsRemoteEndpointImplBase$TextMessageSendHandler.write(WsRemoteEndpointImplBase.java:788)Feb
16 18:59:30 localhost server: at
org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendPartialString(WsRemoteEndpointImplBase.java:252)Feb
16 18:59:30 localhost server: at
org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendString(WsRemoteEndpointImplBase.java:195)Feb
16 18:59:30 localhost server: at
org.apache.tomcat.websocket.WsRemoteEndpointBasic.sendText(WsRemoteEndpointBasic.java:37)Feb
16 18:59:30 localhost server: at
org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint.sendInstruction(GuacamoleWebSocketTunnelEndpoint.java:152)Feb
16 18:59:30 localhost server: at
org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint.access$200(GuacamoleWebSocketTunnelEndpoint.java:53)Feb
16 18:59:30 localhost server: at
org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint$2.run(GuacamoleWebSocketTunnelEndpoint.java:253)*


Guacamole RDP Probleme with VM machine

2019-03-01 Thread Kamal Ezzaki
*Hello again, *
i have a probleme with RDP connexion From Guacamole to WIndows 7 | 10 .
i tried to connect to windows 10 from another windows and it's work
i tried to connect from guacamole to my physical machine ( Windows 10 ) and
it's work
i tried to connect from a VM Windows 10 to another Windows 10 and it's Work
i tried telnet 3389 and it's work too
But when i tried to connect Guacamole with a VM windows it's not working
and this is my log file :

Feb 16 18:55:18 localhost guacd[94927]: Creating new client for protocol
"rdp"
Feb 16 18:55:18 localhost guacd[94927]: Connection ID is
"$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba"
Feb 16 18:55:18 localhost guacd[110757]: No security mode specified.
Defaulting to RDP.
Feb 16 18:55:18 localhost guacd[110757]: Resize method: none
Feb 16 18:55:18 localhost server: 18:55:18.138 [http-bio-8080-exec-48]
INFO  o.a.g.tunnel.TunnelRequestService - User "guacadmin" connected to
connection "4".
Feb 16 18:55:18 localhost guacd[110757]: User
"@b245c2ef-a019-498c-91d7-b12554a47bfe" joined connection
"$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba" (1 users now present)
Feb 16 18:55:18 localhost guacd[110757]: Loading keymap "base"
Feb 16 18:55:18 localhost guacd[110757]: Loading keymap "en-us-qwerty"
Feb 16 18:55:18 localhost guacd[110757]: Failed to load guacdr plugin.
Drive redirection and printing will not work. Sound MAY not work.
Feb 16 18:55:18 localhost guacd[110757]: Failed to load guacsnd alongside
guacdr plugin. Sound will not work. Drive redirection and printing MAY not
work.
Feb 16 18:55:21 localhost guacd[110757]: Error connecting to RDP server
Feb 16 18:55:21 localhost guacd[110757]: User
"@b245c2ef-a019-498c-91d7-bs2s5fag7bqe" disconnected (0 users remain)
Feb 16 18:55:21 localhost server: 18:55:21.156 [http-bio-8080-exec-48]
INFO  o.a.g.tunnel.TunnelRequestService - User "guacadmin" disconnected
from connection "4". Duration: 3018 milliseconds
Feb 16 18:55:21 localhost guacd[110757]: Last user of connection
"$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba" disconnected
Feb 16 18:55:21 localhost guacd[94927]: Connection
"$8f7d1cb3-d4f8-403a-b907-6ef8eb5673ba" removed.