On Mon, Mar 1, 2021 at 7:56 PM alipawsey <alizaman...@live.com> wrote:

> ...
> Any idea what does ::1 mean?
>

That is the IPv6 address for localhost. In this context, it probably means
that Guacamole is behind a reverse proxy on the same machine and that
Tomcat and/or the reverse proxy are not configured to pass through the IP
address of the client machine on the public side of the proxy:

http://guacamole.apache.org/doc/gug/proxying-guacamole.html#tomcat-remote-ip

If the reverse proxy is configured to pass through the client IP address
with the "X-Forwarded-For" header (and Tomcat is configured to trust that
header from your proxy using Tomcat's "RemoteIpValve"), then the address
shown for future connection attempts will be the client's IP address rather
than the address of the proxy.

Michael Jumper
CEO, Lead Developer
Glyptodon Inc <https://enterprise.glyptodon.com/>.

Reply via email to