Skip to main content

Port Blocking.

More
12 years 10 months ago #36941 by next_virus
Port Blocking. was created by next_virus
Hi,

Is there command that can run from desktop to check whether a particular port is blocked ?

Regards
More
12 years 10 months ago #36944 by S0lo
Replied by S0lo on topic Re: Port Blocking.
Assuming your using windows here. The following should show you the firewall port configuration.

netsh firewall show portopening

Or for more info:

netsh firewall show portopening ENABLE

You can also see the actual currently open ports using this command:

netstat -a

It will show LISTENING ports and ESTABLISHED ports. The LISTENING are the ones that are open by server processes in your PC. I also use a freeware called ActivePorts which does the same thing but shows also the executable file names of the processes.

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
12 years 10 months ago #36946 by next_virus
Replied by next_virus on topic Re: Port Blocking.
Thank you very much Sir,

Regards
Alok.
Time to create page: 0.148 seconds