Boundary connection source ip

Hello,

I am new here and I just recently started to discover the possibilities of Boundary!

I was wondering if it is possible via API from the controller or any other means to retrieve the source ip address of a client that initiates a connection/session to a target?

I have already checked the official documentation for any api endpoint and the controller logs but I could not find any useful information.

Thank you for your help !

I believe the client IP is in the audit events.

Thank you for the answer!

I indeed watched the logs and identified a field “client_ip” but it always returns localhost address 127.0.0.1 instead of giving the correct client ip.

I’m trying to find if that comes from a configuration problem but I’m having trouble identifying where could be such config and why I only get localhost addresses.