Operating System - HP-UX
1753415 Members
7109 Online
108793 Solutions
New Discussion юеВ

How to check that Specific port is opend / blocked ?

 
Viswanadhan
Regular Advisor

How to check that Specific port is opend / blocked ?

Hi Admin,

How can i check that a specific port is opned or not. for example for 80, 53 ,etc..

Any specific command ?

Regards,
Viswa.
3 REPLIES 3
Yogeeraj_1
Honored Contributor

Re: How to check that Specific port is opend / blocked ?

hi Viswa,

You can try netstat.

Netstat show the ports to which local processes have bound sockets.

However, not that it will say nothing about what is bound on a remote system, nor will it say anything about any firewalls or other filtering between the server and the client.

Hope this helps!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Viswanadhan
Regular Advisor

Re: How to check that Specific port is opend / blocked ?

HI,

Thanks for help.
Viswanadhan
Regular Advisor

Re: How to check that Specific port is opend / blocked ?

Thanks for help.