Disabling IP Address Masking - Diagnostics Service and Diagnostics Console - English - Foundation 22.1 - OnBase - external

Diagnostics Service and Diagnostics Console

Platform
OnBase
Product
Diagnostics Service and Diagnostics Console
Release
Foundation 22.1
License

In the Diagnostics Console, the IP address of the workstation is displayed in certain tabs. By default, the source IP address is obfuscated so that it cannot be identified. To display the full source IP address of the workstation, a tag must be entered into the diagnostics route in the Hyland.Logging section of the .config file of the .NET-based application being used by the workstation.

To enter the tag into the .config file of the application:

  1. Open the .config file.
  2. Locate the Hyland.Logging section of the file.
  3. In Route sub-section for the diagnostics route you want to configure, enter the following tag:

    <add key="DisableIPAddressMasking" value="true"/>

  4. Save the file and restart the application.