Airlock Gateway provides WR-SG-CONNTRACE
log messages that include external and internal TCP connection information, such as the source IP, port, and destination IP with port number. This information can be used to track one single request from the client to the back-end. Front-end and back-end packet trace information can be correlated with the corresponding log messages.
To log the conntrace message, the log mode for the mapping must be set to Integration mode. See article Section – Service and Mode.
Example log message in JSON format:
From the above example, we can extract the following connection information:
Front-end source (web client) | "front_src_ip": "172.18.60.2", "front_src_port": "18982", |
Front-end destination (Airlock Gateway address) | "front_dst_ip": "172.18.60.225", "front_dst_port": "80", |
Back-end source (web client) | "back_src_ip": "172.18.98.225", "back_src_port": "54444", |
Back-end destination (Airlock Gateway address) | "back_dst_ip": "172.18.98.50", "back_dst_port": "80", |