Using Proxy Server 1.0 Port Investigation Mode FeatureLast reviewed: December 30, 1997Article ID: Q160672 |
The information in this article applies to:
SUMMARYProxy Server 1.0 contains an "undocumented" feature called Investigation Mode that allows you to log the TCP ports requested by WinSock applications. With this information, you can add a port range for WinSock applications that are not common or require multiple ranges of ports to the WinSock Proxy service. Because this feature has not been fully tested for general use, it is unsupported and has no warranties from Microsoft concerning the performance of Proxy Server while this feature is enabled. The results will vary depending on the WinSock application that is being tested. Multiple logs may have to be created to find a range of ports for a troublesome application.
MORE INFORMATION
To Set Up Investigation Mode
ExamplesHTTP - Using Web browser will leave only one entry in the investigation log:
<TCP OUT 80>FTP - Using FTP will leave two entries:
<TCP OUT 21> <TCP IN 0>The secondary TCP inbound range should be enabled for PORT_ANY. VDOLive - VDOLive client will leave two entries in the log:
<TCP OUT 7000> <UDP IN 0>The secondary UDP inbound range should be enabled for PORT_ANY. AlphaWorld - AlphaWorld will create several entries in the log. Between them there will be two entries similar to the following:
<UDP OUT 3000> <UDP IN 3000>The secondary ranges must be added. However, this will only work for a short time. Sooner or later users will report that they cannot talk to each other in the AlphaWorld (AW), but they are able to communicate with other AW citizens. Once again, the first thing you should try is to enable Investigation Mode. This time, add several users to Unlimited Access group and ask them to try a connection. Because the users have access to all ports, they will be able to connect to AlphaWorld with no trouble. When you analyze the investigation log, you will see additional entries similar to the following were in use:
<UDP OUT 3001> <UDP IN 3001> <UDP OUT 3002> <UDP IN 3002>In this case, ranges of ports should be enabled. If you want to allow 10 people to use AlphaWorld at the same time, you can add the following ranges to the secondary list:
<UDP OUT 3000-3009> <UDP IN 3000-3009> Keywords : kbhowto Version : WINNT:1.0 Platform : winnt Hardware : ALPHA x86 Issue type : kbinfo |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |