I'm trying to connect to PCs using guacadmin, but only with VNC and SSH I work.With RDP the message "You have been disconnected" immediately appears.
Reading online it seems that the problem is with the reverse proxy; in this I forward only port 8080. Furthermore, the firewall has no rules, only an "All Open" rule. Finally, the problem exists both with the connection from the Internet (and in this case the proxy comes into play), but also from the LAN where I call Guacamole directly with its IP address. >From my PC I can connect using Windows Remote Desktop, so the problem is with >Guacamole. Here are the parameters in XML. The guacamole IP address is 192.168.101.17My PC IP address is 192.168.101.33 <!-- Touch1 RDP authorized remote connection --> <connection name="Touch1 RDP"> <protocol>rdp</protocol> <param name="hostname">192.168.101.98</param> <param name="port">3389</param> <!-- <param name="username">pcadmin</param> <param name="ignore-cert">true</param> --> </connection>