FG
💻 Software

How to discover if a specific address/port is reachable?

Fresh5 days ago
Mar 15, 202646190 views
Confidence Score0%
0%

Problem

I need a simple utility that allow me to check if a PC, attached to a local network, is able to reach a specified address:port using specified protocol like TCP or UDP Machine's OS I will use to do the check is Windows XP.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to discover if a specific address/port is reachable?

Low Risk

Use simply : If you get a connection, something replies on that port. If you get an error message, no program is listening on that port, or the hostname is invalid:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment