Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Change Time Server Polling Intervals
- Configure Windows Firewall Scope
- Enable Multiple RDC Sessions from One User
- Install Language Packs
- Adjust Page File / Virtual Memory
- Disable Internet Explorer Enhanced Security Configuration
- Disable Shutdown Option in Windows
- Connect to my Windows VPS
- Force Visitor Browser to use SSL in Windows Server 2008
- Create a scheduled task in Windows Server 2008
- Transfer data between two Hosting.com Windows VPS or Dedicated Servers via RDC and UNC
- Map Local Drives through Remote Desktop
- Bind IPs to a server
- Set Hostname
- Create New User
- Stopping Unneeded Services In Windows Server 2008
- Enable ping for Windows Server 2008
- Enable GD Support for PHP under Windows
- Allow Passive FTP Access Through Windows Firewall
- Enabling Request Filtering In IIS 7
- Install OSSEC
- Set up an IP Security Policy Rule for Windows 2008
- Install HTTP Redirection and Setup Redirect in IIS7
- Extracting Registry Keys From a Backup Hive File on Windows Server 2008
- Install the Railo CFML Server In Windows
- Install Exchange 2007 on Server 2008
- Configure Login Audits for Windows Server 2008
- Disabling IPv6 For Windows 2008 Server
- Installing VNC For Windows 2008
- Adding X-Forwarded-For Logging in IIS 7
- Checking Available Diskspace For Windows 2008
- Limit SQL Connections through Windows Advanced Firewall in Server 2008
- Enhancing Defragementation On Windows 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
Allow Passive FTP Access Through Windows 2008 Firewall
While the Windows 2008 Firewall will let you setup a firewall rule for FTP access, it lacks the ability to allow to you specify which ports can be opened for Passive FTP connections. The downside of this is that since there are no Passive FTP ports opened, all Passive FTP connections to the server will fail. This article will explain how to allow the Firewall to allow Passive FTP access for any FTP server software you choose to run on your server.
Allowing Passive Access
- Log onto your Windows 2008 Server.
- Open a command prompt by clicking "Start" then typing "cmd" in the run prompt. You also can click on "Start and navigate to "All Programs", "Accessories" and access the "Command Prompt" option there a well.
- At the "Command Prompt" make sure that port 21 is active. Type the following:
netsh advfirewall firewall add rule name="FTP (non-SSL)" action=allow protocol=TCP dir=in localport=21 - At the "Command Prompt" enable the "Passive" FTP ports by typing the following:
netsh advfirewall set global StatefulFtp enable
This may take some time as it is entering in the port state for the "Passive" FTP access. - Once this has completed Windows returns "Ok" signifying success.



