How to run a PASSIVE FTP server on Windows Server with a Cisco Router
If you intend to run an internet facing FTP server you have 2 options for FTP, active or passive. The easiest option for an FTP server administrator is the active mode. In active mode the client makes a connection to the server on port 21. The server then makes an outbound connection on port 20 to the client on a random port (>1023) for data transfer. So for the FTP server administrator the only port redirection required is port 21, and firewall access required is port 21 inbound and 20 outbound. While this is great for the FTP Server admin your clients will most likely fail to achieve any data transfer. This is because most clients will have some form of firewall in place which will prevent the server from making the connection to the random port.
Links
Categories
- Devices (1)
- ICT (2)
- Cloud Computing (2)
- IT Support (46)
- Cisco (4)
- Database (10)
- MySQL (1)
- Oracle (3)
- SQL Server 2005 (8)
- SQL Server 2008 (4)
- Gnucash (1)
- Messaging (7)
- Exchange 2007 (5)
- Postfix (1)
- Microsoft Office (5)
- Microsoft Excel (2)
- Microsoft Outlook (3)
- Networking (2)
- Operating Systems (16)
- Linux (9)
- Windows 7 (4)
- Windows Server 2003 (4)
- Windows Server 2008 (1)
- Windows Vista (2)
- Windows XP (3)
- Printer (1)
- Scripting (6)
- Batch Files (1)
- Powershell (3)
- VBScript (2)
- Trend Micro Anti Virus (2)
- Virtual Servers (2)
- VirtualBox (1)
- VMware ESX (1)
- Web Browsers (5)
- Firefox (1)
- Google Chrome (1)
- Internet Explorer (3)
- Safari (1)
- Site News (2)
- Software Development (10)
- Web Development (5)
- CSS (2)
- HTML (3)
- Javascript (2)
- jQuery (1)
- Paypal Web Services (1)