Click Here

a href="https://ref.adbtc.top/3604752" target="_blank" border="0">

how to check local port is open or not?

How to check local port is open or not ?




Purpose-

sometimes we need to check in local involvement  HTTP or SSH and the RDP port is open or not.




Step-

Open Your Powershell- 

Cammnd-   Test-NetConnection 192.168.0.164 -port 22
                   Test-NetConnection (your local Ip Address) -port(Portnumber)



For example, I checked the ssh 22 port number on a Linux machine Ip address

 



Tgs,





Post a Comment

2 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.