On Mon, Nov 27, 2023 at 8:59 AM Toine <[email protected]> wrote:

> Hello Guacamole users,
>
> Is there any way to include the destination IP of RDP connections in a
> recording filename ?
>
> Context: for auditing reasons, I'd like to be able to match a connection
> recording file (.guac) and netflows (logs of IP/port collected by
> network administrator). Therefore, I'd like to have the effective IP at
> connection time be included in the recording filename, so as to narrow a
> search and say "this event matches this RDP recording file".
>
> I don't see any straightforward way to or implement so since the
> existing parameter tokens [1] are mapped on Guacamole Client, if I'm not
> mistaken, while the resolution must be done by guacd.
>

Currently, no, there is not a way to do this - there are no existing tokens
that will substitute in the destination (resolved) IP of the remote server.
Also, as you mention, guacd does the resolution of DNS name to IP address,
so this would require the addition of some code that would send that
information back to the client to create a parameter token for it.

-Nick

Reply via email to