Perform a “netstat -an” from a command line interface and see if the TCP or UDP port you are looking for is listening. If the port is not listening as expected, there is most likely a problem with your installation. Reinstall the application or enlist the assistance of the applications support team.

Perform a local firewall check.
The easiest way to see if a local firewall is interfering with your connection is to shut it down momentarily.
On Windows, open an Administrative PowerShell window and type “Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False” which should disable the firewall. When you are finished, run the same command with “-Enabled True” to re-enable the firewall.
On Oracle Linux servers, “service firewalld stop” and “service firewalld start” will stop and start the firewall locally.
Once you have confirmed the port is listening and the firewall is stopped, you should test from a local segment. For example, if you are on a Banner server segment, such as 10.21.41.x, you should run the test from a server whose IP address starts with those same numbers. See “Confirming the Port is Open Using Telnet” at the end of this document. If the port is listening and the firewall is Off, a connection should be made. If you turn the firewall back On and the port no longer connects, adjust your firewall rules appropriately on the local machine. If the port is listening while the firewall is Off and you can still not make a connection, you will need to contact your support vendor.