How to ping a port?

Thanks for that. I have run it and under ports it shows [n/s]. That is after pausing protection on Kaspersky on both PC's.

Does this mean that no port is available?
 
When I run the software on both machines, the results show that it can find port 2000 on PC1 but nothing on PC2. So, I figure I have a port blockage on PC2!

Now I just have to work out how to free it up. I am using Kaspersky 7 on PC2. Any ideas? :)
 
Usually I use telnet for a quick'n'dirty port probe.

telnet <hostname or IP> <port number>

If the port is open the screen will go blank or print some text/character. If the port is closed you'll get an error message.
 
Back
Top Bottom