Differences
This shows you the differences between two versions of the page.
| windows:ftp_alg_iis [2011-04-11 11:39 (15 years ago)] – created ian | windows:ftp_alg_iis [2011-10-13 09:31 (14 years ago)] (current) – removed ian | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Allowing Passive FTP to IIS via NAT ====== | ||
| - | When running an FTP server on Microsoft Internet Information Server (IIS) behind a NAT device (such as most broadband routers) you may encounter a situation where passive [[wp> | ||
| - | |||
| - | This article describes how to fix passive FTP in the above situation. | ||
| - | ===== Supported Releases ===== | ||
| - | Tested on Windows Server 2003. | ||
| - | ===== Configuration ===== | ||
| - | Ensure you log into an account with Administrative rights and download the following registry file: | ||
| - | <file reg ftp_alg_fix.reg> | ||
| - | Windows Registry Editor Version 5.00 | ||
| - | |||
| - | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ALG\ISV] | ||
| - | " | ||
| - | </ | ||
| - | |||
| - | Double-click the downloaded '' | ||
| - | |||
| - | Restart the Application Layer Gateway Service by going to Start-> | ||
| - | |||
| - | < | ||
| - | net stop alg | ||
| - | net start alg | ||
| - | exit | ||
| - | </ | ||
| - | |||
| - | Connect to your FTP server using a client (such as [[http:// | ||
| - | ===== See Also ===== | ||
| - |   * [[sigma: | ||
| - |   * [[sigma: | ||