On Tue, May 14, 2024 at 7:52 AM Stefan Müller <[email protected]> wrote:
> Hi all > > > > is there a way to specify the guacd host and port to be used in the > connection settings? > > background is to use multiple guacd instances with only one webbackend & > webfrontend. > > e.g. something like this? > > > > Connection1: > > protocol vnc > > host 10.0.0.10 > > port 5900 > > password xyz > > guacd-host localhost > > guacd-port 4822 > > > > Connection2: > > protocol vnc > > host 10.0.1.10 > > port 5900 > > password xyz > > guacd-host 10.0.0.1 > > guacd-port 4822 > > > Yes, this is definitely possible, though at the moment I believe it only works if you're using the JDBC authentication extension - there are a couple of pull requests out there to add support for this to the LDAP and JSON extensions, but right now you have to be using the JDBC extension in order to do this. When you configure the connections in that extension, there are three connection attributes in the "Guacamole Proxy Parameters" section that allow you to specify alternate hostname, port, and encryption settings for guacd. -Nick >
