FTP Service Does Not Detect Port Change

Last reviewed: November 7, 1997
Article ID: Q167055

The information in this article applies to:

  • Microsoft Internet Information Server version 2.0

SYMPTOMS

When you change the port for the FTP server in the FTP properties of the Internet Service Manager, the clients still connect on the old port and cannot connect on the new port

CAUSE

The Services file, used by TCP to assign ports, is not properly updated to reflect the new port. This file is used to set both the server and client port settings, and it overrides settings in the registry pertaining to FTP ports.

WORKAROUND

To configure the FTP server for a different port, do the following:

  1. Using Internet Service Manager, set the FTP properties to the desired port.

  2. Apply the changes and stop the service.

  3. Open the Services file (located in the %winnt%\system32\ drivers\etc directory.

  4. Find the following line and change it to reflect the new port number:

    ftp 21/tcp

  5. Save the file, then run the Services.exe file located in the \system32 directory.

  6. Restart the FTP service in Internet Service Manager.
Keywords          : iisftp kbinterop kbprb
Version           : winnt:2.0
Platform          : winnt
Hardware          : ALPHA x86
Issue type        : kbprb
Solution Type     : kbworkaround


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 7, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.