On Tue, Dec 18, 2018 at 8:45 AM sapphireimsuat <[email protected]> wrote:
> Hi, > > I am looking for a solution where I can take remote connection (direct or > reverse/indirect). For direct connection, there is no issue with existing > implementation. However, if I need to manage reverse connection uniquely, > multiple ports need to be opened which may not be acceptable solution in > practical and for roaming users, having VPN connection may not be feasible > from cost perspective. > > So I have tried using Guacamole with UltraVNC repeater for reverse > connection. It is successfully connecting but the latency is very high, > though the bandwidth is good. > > My query is, is there any built in component available in Guacamole, which > can be used as a repeater instead of UltraVNC repeater to solve latency > issue? > > I think using multiple guacd servers and then using the guacd-hostname and guacd-port parameters at the connection level might help you out? This way you can set up a system running guacd (not Guacamole Client, just the guacd/Guacamole Server portion) that is within the firewall of the destination VNC servers, and point the connection configurations in Guacamole Client to that guacd instance. You can also SSL-protect guacd so that communications between Guacamole Client and guacd are encrypted. Based on your description I'm not 100% certain that this is what you're looking for, but it sounds like it might help you out. -Nick
