tcp port number

  • Thread starter Thread starter Carlo
  • Start date Start date
C

Carlo

Hi
i need to know all the number of the tcp ports configured on my pc, how can
i????
thanks
Carlo

--
 
what is the OS?
do you have a router?
more info would be a good way to start.
Have you looked on Google?

HTH

Scott
 
Carlo said:
Hi
i need to know all the number of the tcp ports configured on my pc, how can
i????
thanks
Carlo
Hello,

you can use the netstat -an command.
that will list all the ports that are listening and the ports that
you are using.

You can also use the tcpview tool from www.sysinternals.com

regards,

SteveC
======
If at first you don't succeed, forget skydiving
 
Back
Top