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,
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete