particular port open on remote IP check : tcp 135

A

aaaa

how do I check from my home that if particular port on particular IP is open
or close ? I want to check if tcp135 is open or close ? what is the simplest
way to check this
 
S

Shiva

assumptions, based on your text...

from your PC, there is no direct method of checking the port status of a
remote host.

however you can user "telnet <ipAddr> <port#>" command to check the
availability of that particular port.
 
A

aaaa

is telnet support to answer to any port ?

Shiva said:
assumptions, based on your text...

from your PC, there is no direct method of checking the port status of a
remote host.

however you can user "telnet <ipAddr> <port#>" command to check the
availability of that particular port.
 
B

Brendon Rogers

if you telnet to a port and that port is open you will get a blank telnet
screen. If the port is closed your connection will be refused.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top