Test Port for Being Open

Web Service to Test Ports

Good-old grc.com has a good external port tester called ShieldsUp! - https://www.grc.com/

--------------

Test When You Have a Remote Computer Handy

The easiest way to test if a port is listening (i.e. the service or daemon hasn't crashed) if you don't have the proper client program handy is to telnet to the specific tcp/ip port. If you get no response, service is probably down. If you get a connection, service is probably up. Personal uses include testing a IP restricted terminal server from my home linux server through SSH.

In Windows and Linux you can telnet to a specific port with the 2nd parameter. I.e. "telnet [hostname/ip] [port]".

E.g.

Test if pop3 (port 110) server up?
"telnet mymail.mydomain.com 110"

Test if Remote Desktop/Terminal Server (port 3389) server up?
"telnet myterminalserver.mydomain.com 3389"

This only works for TCP/IP! For UDP use... that other thing...

 

tags: test, diagnose, network, port, telnet, tcpip, remote, 

Related Scribbles:
  • TCP/IP Ports Lists
  • Test POP3 with Telnet Example
  • Utilities


  • ID: 256
    Author:
    leonard
    Date Updated:
    2016-03-15 18:20:18
    Date Created:
    2003-08-20 11:50:32

    Edit

    Comments?
     >> Leonard Chan's Homepage  >> Scribble Web  >> Test Port for Being Open
    leonard.lotus-land.ca is hosted by Perceptus Solutions Inc.