Diagnostic
Obtaining used port numbers


You can obtain used port numbers using netstat.exe program (shipped with windows).

Start "DOS Command Prompt" using "Start Menu/Programs/Command Prompt". When you type in DOS window netstat -na and then press Enter, you will get list of all opened TCP/IP ports. You can use command "more" to stop when your listing contains to much lines (netstat -na | more).

Each line of netstat's listing contains these information:

To determine whether desired port number is already in use you must check Local Address field on all lines.

Example:

TCP 0.0.0.0:25 0.0.0.0:0 LISTENING
Some application which uses port 25 (SMTP server port) is running. To use P+'s mail server you must at first stop this application.

Notice:
When finding used (or free) port number stop Proxy+ first.