M Michael Hawthorne Oct 2, 2003 #1 How can I confirm which port is being used by TCP/IP Sockets on my W2K Server?
K Keith W. McCammon Oct 2, 2003 #4 This only works if the system is on a public network without a firewall (which would be dumb). This also doesn't take into account services listening on localhost.
This only works if the system is on a public network without a firewall (which would be dumb). This also doesn't take into account services listening on localhost.
N NuT CrAcKeR Oct 3, 2003 #6 True... the link was provided as an example. the other machine-local option is to use the netstat command at the CMD prompt This should enumerate the ports that are bound to IP's on the box, as well as ports that are bound to "localhost". c:\>netstat /? for more information. NuTs
True... the link was provided as an example. the other machine-local option is to use the netstat command at the CMD prompt This should enumerate the ports that are bound to IP's on the box, as well as ports that are bound to "localhost". c:\>netstat /? for more information. NuTs