all ports being used

3 views
Skip to first unread message

Rick

unread,
Jan 15, 2012, 9:26:43 PM1/15/12
to Hypercane Studios Support
i've tried 50 (yes I counted) different port and all of them are being
used. Is there another way to find a port than individually checking
each and every port number from 1024 - 49151?

Hypercane Studs

unread,
Jan 15, 2012, 10:10:58 PM1/15/12
to hypercane-st...@googlegroups.com
If you open a command prompt:
1. start -> run
2. type cmd into the box without the quotes
3. Run the following command:
netstat -an | find /i "listening"

This will show you all ports that are in use.  Sample output from my machine:
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5357           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:6783           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:8081           0.0.0.0:0              LISTENING

This tells me that ports 135, 445, 5357, 6783, 8080 and 8081 are in use.

Regards,
Zach
Hypercane Studios
Reply all
Reply to author
Forward
0 new messages