- Posts: 111
- Thank you received: 2
Port Blocking.
- next_virus
-
Topic Author
- Offline
- Senior Member
-
Less
More
13 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
Is there command that can run from desktop to check whether a particular port is blocked ?
Regards
13 years 10 months ago #36944
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
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.
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
- next_virus
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 111
- Thank you received: 2
13 years 10 months ago #36946
by next_virus
Replied by next_virus on topic Re: Port Blocking.
Thank you very much Sir,
Regards
Alok.
Regards
Alok.
Time to create page: 0.196 seconds