On Fri, Apr 26, 2024 at 6:47 AM Molina de la Iglesia, Manuel <manuel.molina-de-la-igle...@veolia.com.invalid> wrote:
> Hello, > > After following the provided documentation, I cannot find a solution to > get the real client IP. > > I have my application (PHP) on the same Guacamole Server, this application > gets the user token: > > [image: image.png] > > The Tomcat log (after use the following pattern on the server.xml valve) I > use: %{x-forwarded-for}i %l %u %t "%r" %s %b > > The log is OK (display the user IP) > > [image: image.png] > > This does not look like the Tomcat log, this looks like a log for httpd or Nginx, which means *that* is getting your client IP address. Do you have your Proxy configured to pass the X-Forwarded-For header through to Tomcat? -Nick >