Introduction
You can use traceroute to find networking issues on a specific TCP port.
Procedure
Run the following command, replacing $port with the target port number and $target with the hostname or IP address of the remote system.
traceroute --tcp --port $port $target