Skip to main content

Overview

The TCP Connectivity Test performs a connection attempt from the selected Gateway Runtime environment to a specified host:port, verifying network reachability. The test is executed directly on the Gateway Runtime pod, allowing you to observe real network constraints (firewall rules, DNS access, port availability) as they exist in that environment.
The environment from which the test is performed is selected in the Environment field. The connection is made from a pod belonging to the selected environment.

New Test

TCP Connectivity Test - New Test Screen

Form Fields

FieldDescription
EnvironmentThe Gateway Runtime environment from which the test will be performed.
TimeoutMaximum wait time for the connection attempt (milliseconds). Default: 5000 ms.
Host / IP AddressThe hostname or IP address of the target server.
PortThe target server’s port number (1–65535).
ProtocolConnection protocol: TCP (plain connection) or TLS/TCP (encrypted connection).
DescriptionA short note describing the purpose of the test. Saved to the audit log.
When TLS/TCP protocol is selected, the target server’s certificate is validated. If the certificate cannot be verified, the connection is rejected.

Running the Test

Fill in the form fields and click the Run Test button. The test cannot be started without selecting an environment, entering a host/port, or providing a description.

Test Result

When the test completes, a result panel appears showing the connection status, a step-by-step log stream, and summary metrics.

Connection Statuses

StatusDescription
SuccessfulConnection to the target server was established.
TimeoutThe connection received no response. Typically indicates the firewall is silently dropping packets.
Connection RefusedThe port is not open or the service is not running.
DNS FailedThe hostname could not be resolved to an IP address.
Connection ResetThe connection was reset by the remote host.

Step-by-Step Log

Each test produces a four-phase log:
PhaseDescription
INITTest parameters and environment information
DNSHostname-to-IP resolution process
TCPTCP (or TLS/TCP) connection setup
RESULTFinal outcome and duration summary

Summary Metrics

MetricDescription
StatusSuccessful / Failed
Total DurationTotal elapsed time from start to finish (ms)
DNS ResolutionTime taken to resolve the hostname to an IP (ms). Displays “Failed” if DNS resolution fails.
TCP HandshakeTime taken to establish the TCP connection (ms). Displays “Failed” for unsuccessful connections.
If DNS resolution succeeds but the TCP connection cannot be established, the issue is at the network layer (firewall rule, closed port, etc.).

Test History

TCP Connectivity Test - Test History Screen The Test History tab provides access to all previously performed tests. Each record contains:
FieldDescription
Date/TimeWhen the test was performed
UserThe user who initiated the test
EnvironmentThe Gateway Runtime environment used
Targethost:port and resolved IP address
ProtocolTCP or TLS/TCP
DescriptionThe note entered during the test
ResultSuccessful / Timeout / Refused / DNS Failed / Connection Reset
For information on cleaning up history records, see the TCP Connectivity Test History Collection Cleanup page.