On Tuesday, December 3, 2019, 9:45:04 PM GMT+1, Nick Couchman <[email protected]> wrote: > > Yes, I understand what you are trying to do by creating a central location > for a sort of VPN or remote access gateway. Again, while > Guacamole can be a part of such a solution, we (the project) has determined > that we do not intend to take the Guacamole project in that > direction. You are certainly welcome to take the code yourself and customize > it however you like - either modifying the Guacamole Client > code to do this, or using the Guacamole Common code to build your own remote > gateway platform.
In the simplest of solutions, the Guacamole Client would merely show extra connections as href links. That would only require creating an extra "http object" alongside the already existing VNC, RDP, SSH, TELNET objects. In other words, one would create the http, vnc, rdp, etc., definitions in LDAP, MySQL, plain text file, and once the user logs into Guacamole, he/she would see these connections. >From a firewall/VPN point of view, this solution is awful as it does not >tunnel the connection, but on the other hand user experience is improved. So this first modification isn't really a VPN or remote access gateway... It's just a way of adding more objects/connection types, but without the image rendering. So it should be a piece of cake... If it's not useful to the rest of the community then I'll try to do as you suggest and customize the Guacamole Client code. Thanks for the great project! Vieri --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
