How To Find Port Number Of An Ip Address?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can find the port number of an IP address by using the command line utility called netstat. This utility can display all the ports in use by a particular IP address. To use netstat, open a command prompt window and type in:
netstat -an | findstr “IP_ADDRESS”
Replace IP_ADDRESS with the IP address of the machine you are trying to find the port number for. This will show you all the ports in use by that IP address.