Available HTTP Ports

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I am having an issue with conflicting ports, I was
wondering if there is anyway to view all used ports so
that I can pick one that is not in use for a new service.
 
Ok, it seems as though the ports are not enabled, does
anyone know how to enable a port, I've got a firewall
between myself and the internet, but I only need this
port enabled inside of my network, so I don't think it
would be in the firewall settings.

Thanks to anyone that can help

-----Original Message-----
Microsoft has one called Port Query.
message news:[email protected]...
 
--------------------
Sender: "Scott" <[email protected]>
Subject: Available HTTP Ports
Date: Fri, 11 Jun 2004 10:50:58 -0700

I am having an issue with conflicting ports, I was
wondering if there is anyway to view all used ports so
that I can pick one that is not in use for a new service.
---------------------

1. Open a CMD window
2. Run "netstat -a"
This will show all of your TCP and UDP ports that are listening and/or in
use.

Be sure not to use a "well-known" port, or else you could conflict with
other services in the future
"Port Requirements for the Microsoft Windows Server System"
http://support.microsoft.com/?id=832017

--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Ok, So what I actually need are ports 81, 82, and 8081,
however they are not enabled, if anyone could tell me how
to do that it would be greatly appreciated

Thanks
 
Once you have an application listening on those ports they are enabled. Try it. Go to IIS Manager and set your http server to listen on any port that is not enabled at the moment. Then look. I'll bet that port is now enabled and listening.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top