ftp防火墙设置.docx
《ftp防火墙设置.docx》由会员分享,可在线阅读,更多相关《ftp防火墙设置.docx(15页珍藏版)》请在咨信网上搜索。
简介 Microsoft has created a new FTP service that has been completely rewritten for Windows Server® 2008.微软已经创建了一个新的FTP服务已经完全改写为Windows Server ® 2008。 This FTP service incorporates many new features that enable web authors to publish content better than before, and offers web administrators more security and deployment options.此FTP服务采用了许多新的功能,使Web作者发布内容比以前更好,并为网站管理员提供更多的安全和部署选项。 This document walks you through configuring the firewall settings for the new FTP server.本文档将引导您通过配置新的FTP服务器上的防火墙设置。 It contains:它包含: · Prerequisites 先决条件 · Use the FTP Site Wizard to Create an FTP Site With Anonymous Authentication 使用FTP站点向导,创建匿名身份验证FTP站点 · Step 1: Configure the Passive Port Range for the FTP Service 第1步:配置FTP服务的被动端口范围 · Step 2: Configure the external IPv4 Address for a Specific FTP Site 第2步:配置一个特定的FTP站点的外部IPv4地址 · (Optional) Step 3: Configure Windows Firewall Settings (可选)步骤3:配置Windows防火墙设置 · More Information about Working with Firewalls 使用防火墙的更多信息 Prerequisites先决条件 The following items are required to be installed to complete the procedures in this article:需要安装完成本文中的程序的下列项目: 1. IIS 7 must be installed on your Windows 2008 Server, and Internet Information Services (IIS) Manager must be installed. IIS 7中必须安装在您的Windows 2008服务器,必须安装Internet信息服务(IIS)管理。 2. The new FTP service.新的FTP服务。 You can download and install the FTP service from the web site using one of the following links:您可以从下载并安装FTP服务 · FTP 7.5 for IIS 7 (x64) FTP 7.5 IIS 7(64) · FTP 7.5 for IIS 7 (x86) 为IIS 7的FTP 7.5(X86 ) 3. You must create a root folder for FTP publishing:您必须创建一个FTP发布的根文件夹: · Create a folder at "%SystemDrive%\inetpub\ftproot"创建一个文件夹“%SYSTEMDRIVE%\ inetpub \ ftproot的” · Set the permissions to allow anonymous access:将权限设置为允许匿名访问: · Open a command prompt.打开一个命令提示符。 · Type the following command:键入以下命令: ICACLS "%SystemDrive%\inetpub\ftproot" /Grant IUSR:R /T ICACLS“%SYSTEMDRIVE%\ inetpub \ ftproot的”/授予IUSR:R / T · Close the command prompt.关闭命令提示符。 Important Notes : 注意事项 : · The settings listed in this walkthrough specify "%SystemDrive%\inetpub\ftproot" as the path to your FTP site.在本演练中列出的设置指定为您的FTP站点的路径“%SYSTEMDRIVE%的\ inetpub \ ftproot”。 You are not required to use this path; however, if you change the location for your site you will have to change the site-related paths that are used throughout this walkthrough.您不需要使用此路径,但是,如果您更改为您的网站的位置,你将不得不改变整个演练中使用的路径的网站相关的。 · Once you have configured your firewall settings for the FTP service, you must configure your firewall software or hardware to allow connections through the firewall to your FTP server.一旦你配置您的防火墙设置为FTP服务,您必须配置您的防火墙软件或硬件,允许通过防火墙连接到您的FTP服务器。 · If you are using the built-in Windows Firewall, see the ( Optional) Step 3: Configure Windows Firewall Settings section of this walkthrough.如果您使用的是内置的Windows防火墙,请参阅( 可选)步骤3:配置Windows防火墙设置本演练的部分。 · If you are using a different firewall, please consult the documentation that was provided with your firewall software or hardware.如果您正在使用不同的防火墙,请参阅您的防火墙软件或硬件提供的文档。 Use the FTP Site Wizard to Create an FTP Site With Anonymous Authentication使用FTP站点向导,创建匿名身份验证FTP站点 In this section you, create a new FTP site that can be opened for Read-only access by anonymous users.在本节中,创建一个新的FTP站点可以为匿名用户只读访问打开。 To do so, use the following steps:要做到这一点,请使用下列步骤: 1. Go to IIS 7 Manager.转到IIS 7管理。 In the Connections pane, click the Sites node in the tree.在“ 连接 ”窗格中,单击树中的站点节点。 2. Right-click the Sites node in the tree and click Add FTP Site , or click Add FTP Site in the Actions pane.右键单击树中的站点节点,单击“ 添加”FTP站点 “,或单击” 操作 “窗格中添加FTP站点。 3. When the Add FTP Site wizard appears:当出现添加FTP站点向导: · Enter "My New FTP Site" in the FTP site name box, then navigate to the "%SystemDrive%\inetpub\ftproot" folder that you created in the Prerequisites section. Note : If you choose to type in the path to your content folder, you can use environment variables in your paths.进入“我的新FTP站点”, 在FTP站点名称 “框中,然后导航到”%SYSTEMDRIVE%的\ inetpub \ ftproot“的”先决条件“一节中创建的文件夹,您注意:如果您选择的路径类型的内容文件夹,您可以使用您的路径中的环境变量。 · Click Next .单击“ 下一步 ”。 4. On the next page of the wizard:在向导的下一页: · Choose an IP address for your FTP site from the IP Address drop-down, or choose to accept the default selection of "All Unassigned."您的FTP站点的IP地址 “下拉中选择一个IP地址,或者选择接受默认选择”全部未分配“ 。 Because you will be accessing this FTP site remotely, you want to make sure that you do not restrict access to the local server and enter the local loopback IP address for your computer by typing "127.0.0.1" in the IP Address box.因为你会被远程访问此FTP站点,你要确保你不限制到本地服务器的访问, 并在IP地址框中输入“127.0.0.1”为您的计算机进入本地环回IP地址。 · You would normally enter the TCP/IP port for the FTP site in the Port box.您通常会在端口框中输入FTP站点的TCP / IP端口。 For this walk-through, you will choose to accept the default port of 21.这个步行通过,你会选择接受默认端口21。 · For this walkthrough, you do not use a host name, so make sure that the Virtual Host box is blank.对于此演练,您不使用主机名,所以一定要确保虚拟主机方块是空白的。 · Make sure that the Certificates drop-down is set to "Not Selected" and that the Allow SSL option is selected.确保该证书下拉设置为“未选定”和“ 允许SSL”选项被选中。 · Click Next .单击“ 下一步 ”。 5. On the next page of the wizard:在向导的下一页: · Select Anonymous for the Authentication settings.选择匿名的身份验证设置。 · For the Authorization settings, choose "Anonymous users" from the Allow access to drop-down. 授权设置,选择“匿名用户”从“允许访问”下拉。 Select Read for the Permissions option.选择“读取” 权限 “选项。 · Click Finish .单击“ 完成 ”。 6. Go to IIS 7 Manager.转到IIS 7管理。 Click the node for the FTP site that you created.单击您创建的FTP站点节点。 The icons for all of the FTP features display.所有的FTP功能,显示的图标。 Summary摘要 To recap the items that you completed in this step:回顾一下,你在这一步完成的项目: 1. You created a new FTP site named "My New FTP Site", with the site's content root at "%SystemDrive%\inetpub\ftproot".您创建了一个新的FTP站点,名为“我的新的FTP站点”与该网站的内容根,在“%SYSTEMDRIVE%的\ inetpub \ ftproot”。 2. You bound the FTP site to the local loopback address for your computer on port 21, choosing not to use Secure Sockets Layer (SSL) for the FTP site.您为您的计算机上的端口21,FTP站点的绑定本地回环地址,选择FTP站点不使用安全套接字层(SSL)。 3. You created a default rule for the FTP site to allow anonymous users "Read" access to the files.您创建了一个FTP站点的默认规则,以允许匿名用户“阅读”对文件的访问。 Step 1: Configure the Passive Port Range for the FTP Service第1步:配置FTP服务的被动端口范围 In this section, you configure the server-level port range for passive connections to the FTP service.在本节中,您可以配置为被动连接到FTP服务的服务器级别的端口范围。 Use the following steps:使用下列步骤: 1. Go to IIS 7 Manager.转到IIS 7管理。 In the Connections pane, click the server-level node in the tree.在“ 连接 ”窗格中,单击树中的服务器级节点。 2. Double-click the FTP Firewall Support icon in the list of features.双击FTP防火墙支持的功能列表中的图标。 3. Enter a range of values for the Data Channel Port Range .输入的数据通道端口范围值的范围。 4. Once you have entered the port range for your FTP service, click Apply in the Actions pane to save your configuration settings.一旦你进入你的FTP服务的端口范围,在“ 操作 ”窗格中单击应用以保存您的配置设置。 Notes : 注 : 1. The valid range for ports is 1024 through 65535.端口的有效范围是1024到65535。 (Ports from 1 through 1023 are reserved for use by system services.) (从1到1023的端口是保留给系统服务使用。) 2. You can enter a special port range of "0-0" to configure the FTP server to use the Windows TCP/IP dynamic port range.你可以进入一个特殊的端口范围“0-0”,配置FTP服务器,使用Windows的TCP / IP动态端口范围。 3. For additional information, please see the following Microsoft Knowledge Base articles:如需详细资讯,请参阅以下Microsoft知识库文章: · 174904 - Information about TCP/IP port assignments 174904 -关于TCP / IP端口分配的信息 · 929851 - The default dynamic port range for TCP/IP has changed in Windows Vista and in Windows Server 2008 929851 -默认为TCP / IP动态端口范围,改变了在Windows Vista和Windows Server 2008中 4. This port range will need to be added to the allowed settings for your firewall server.此端口范围内,将需要被添加到您的防火墙服务器允许设置。 Step 2: Configure the external IPv4 Address for a Specific FTP Site第2步:配置一个特定的FTP站点的外部IPv4地址 In this section, you configure the external IPv4 address for the specific FTP site that you created earlier.在本节中,您可以配置特定的FTP站点,您在前面创建的外部IPv4地址。 Use the following steps:使用下列步骤: 1. Go to IIS 7 Manager.转到IIS 7管理。 In the Connections pane, click the FTP site that you created earlier in the tree, Double-click the FTP Firewall Support icon in the list of features.在“ 连接 ”窗格中,单击您在树前面创建的FTP站点,双击FTP防火墙支持的功能列表中的图标。 2. Enter the IPv4 address of the external-facing address of your firewall server for the External IP Address of Firewall setting.输入您的防火墙设置的外部IP地址的防火墙服务器的外部地址的IPv4地址。 3. Once you have entered the external IPv4 address for your firewall server, click Apply in the Actions pane to save your configuration settings.一旦你进入您的防火墙服务器的外部IPv4地址,在“ 操作 ”窗格中单击应用以保存您的配置设置。 Summary摘要 To recap the items that you completed in this step:回顾一下,你在这一步完成的项目: 1. You configured the passive port range for your FTP service.您为您的FTP服务配置的被动端口范围。 2. You configured the external IPv4 address for a specific FTP site.您的外部IPv4地址配置为一个特定的FTP站点。 (Optional) Step 3: Configure Windows Firewall Settings (可选)步骤3:配置Windows防火墙设置 Windows Server 2008 contains a built-in firewall service to help secure your server from network threats. Windows Server 2008中包含一个内置的防火墙服务,以帮助保护您的服务器的网络威胁。 If you choose to use the built-in Windows Firewall, you will need to configure your settings so that FTP traffic can pass through the firewall.如果您选择使用内置的Windows防火墙,您需要配置您的设置,使FTP流量可以穿过防火墙。 There are a few different configurations to consider when using the FTP service with the Windows Firewall - whether you will use active or passive FTP connections, and whether you will use unencrypted FTP or use FTP over SSL (FTPS).有几个不同的配置使用Windows防火墙的FTP服务时需要考虑的的 - ,你是否会使用主动或被动FTP连接,你是否会使用未加密的FTP或使用FTP通过SSL(FTPS)。 Each of these configurations are described below.每个这些配置如下所述。 Note : You will need to make sure that you follow the steps in this section walkthrough while logged in as an administrator. 注意 :您将需要确保您遵循本节中的演练步骤,而在以管理员身份登录。 This can be accomplished by one of the following methods:这可以通过下列方法之一: · Logging in to your server using the actual account named "Administrator".登录到您的服务器使用的实际名为“Administrator”帐户。 · Logging on using an account with administrator privileges and opening a command-prompt by right-clicking the Command Prompt menu item that is located in the Accessories menu for Windows programs and selecting "Run as administrator".使用具有管理员权限的的帐户登录,打开命令提示符,右键单击位于Windows程序的附件菜单,选择“以管理员身份运行”命令提示符“菜单项。 One of the above steps is required because the User Account Control (UAC) security component in the Windows Vista and Windows Server 2008 operating systems prevents administrator access to your firewall settings.上面的步骤之一是必需的,因为在Windows Vista和Windows Server 2008操作系统的用户帐户控制(UAC)的安全组件,防止管理员访问您的防火墙设置。 For more information about UAC, please see the following documentation:欲了解更多关于UAC信息,请参阅下列文件: · Note : While Windows Firewall can be configured using the Windows Firewall applet in the Windows Control Panel, that utility does not have the required features to enable all of the features for FTP. 注 :虽然可以配置Windows防火墙使用Windows控制面板的Windows防火墙小程序,该实用程序没有启用FTP的所有功能所需的功能。 The Windows Firewall with Advanced Security utility that is located under Administrative Tools in the Windows Control Panel has all of the required features to enable the FTP features, but in the interests of simplicity this walkthrough will describe how to use the command-line Netsh.exe utility to configure the Windows Firewall. 具有高级安全工具的 Windows防火墙是在Windows控制面板的管理工具下位于所有所需的功能,使FTP功能的,但在简单的利益本演练将介绍如何使用命令行通过Netsh.exe实用程序来配置Windows防火墙。 Using Windows Firewall with non-secure FTP traffic使用非安全的FTP流量的Windows防火墙 To configure Windows Firewall to allow non-secure FTP traffic, use the following steps:要配置Windows防火墙以允许非安全的FTP流量,请使用下列步骤: 1. Open a command prompt: click Start , then All Programs , then Accessories , then Command Prompt .打开一个命令提示符:单击开始 ,然后所有程序 ,然后附件 ,然后命令提示符 。 2. To open port 21 on the firewall, type the following syntax then hit enter:要在防火墙上打开端口21,键入下面的语法,然后按下回车键: netsh advfirewall firewall add rule name="FTP (non-SSL)" action=allow protocol=TCP dir=in localport=21 netsh advfirewall防火墙添加规则名称=“FTP(非SSL)”操作=允许协议= TCP DIR =的LocalPort = 21 3. To enable stateful FTP filtering that will dynamically open ports for data connections, type the following syntax then hit enter:为了使状态FTP过滤,将动态数据连接打开的端口,键入下面的语法,然后按下回车键: netsh advfirewall set global StatefulFtp enable 的netsh advfirewall设置全局StatefulFtp启用 Important Notes : 注意事项 : · Active FTP connections would not necessarily covered by the above rules; an outbound connection from port 20 would also need to be enabled on server.主动FTP连接不一定会受上述规则;从20端口的出站连接,还需要在服务器上启用。 In addition, the FTP client machine would need to have its own firewall exceptions setup for inbound traffic.此外,FTP客户端的机器需要有自己的防火墙例外设置入站流量。 · FTP over SSL (FTPS) will not be covered by these rules; the SSL negotiation will most likely fail because the Windows Firewall filter for stateful FTP inspection will not be able to parse encrypted data.通过SSL(FTPS)的FTP将无法覆盖这些规则; SSL协商将最有可能失败,因为状态的FTP检查Windows防火墙的过滤器将无法解析加密的数据。 (Some 3rd-party firewall filters recognize the beginning of SSL negotiation, eg AUTH SSL or AUTH TLS commands, and return an error to prevent SSL negotiation from starting.) (有些第三方的防火墙过滤承认SSL协商,例如AUTH SSL或AUTH TLS命令的开头,并返回一个错误,以防止启动SSL协商。) Using Windows Firewall with secure FTP over SSL (FTPS) traffic使用Windows防火墙通过SSL(FTPS)交通与安全的FTP The stateful FTP packet inspection in Windows Firewall will most likely prevent SSL from working because Windows Firewall filter for stateful FTP inspection will not be able to parse the encrypted traffic that would establish the data connection.在Windows防火墙的状态FTP包检测将最有可能无法正常工作SSL,因为Windows防火墙状态的FTP检查过滤器将无法解析加密的流量,将建立数据连接。 Because of this behavior, you will need to configure your Windows Firewall settings for FTP differently if you intend to use FTP over SSL (FTPS).由于这种行为,您将需要您的Windows防火墙设置不同的配置FTP,如果你打算使用通过SSL的FTP(FTPS)。 The easiest way to configure Windows Firewall to allow FTPS traffic is to list the FTP service on the inbound exception list.配置Windows防火墙以允许FTPS交通最简单的方法是,名单上的入站例外列表FTP服务。 The full service name is the "Microsoft FTP Service", and the short service name is "ftpsvc".完整的服务名称是“微软的FTP服务”,以及短期服务的名称是“FTPSVC”。 (The FTP service is hosted in a generic service process host (Svchost.exe) so it is not possible to put it on the exception list though a program exception.) (FTP服务托管在一个通用的服务过程中的主机(Svchost.exe的)的,所以它是不可能把它虽然程序例外的例外列表中。) To configure Windows Firewall to allow secure FTP over SSL (FTPS) traffic, use the following steps:要配置Windows防火墙以允许通过SSL(FTPS)通信安全的FTP,请使用下列步骤: 1. Open a command prompt: click Start , then All Programs , then Accessories , then Command Prompt .打开一个命令提示符:单击开始 ,然后所有程序 ,然后附件 ,然后命令提示符 。 2. To configure the firewall to allow the FTP service to listen on all ports that it opens, type the following syntax then hit enter:要配置防火墙,以允许FTP服务,它会打开所有的端口上侦听- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ftp 防火墙 设置
咨信网温馨提示:
1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前自行私信或留言给上传者【xrp****65】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时私信或留言给本站上传会员【xrp****65】,需本站解决可联系【 微信客服】、【 QQ客服】,若有其他问题请点击或扫码反馈【 服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【 版权申诉】”(推荐),意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:4008-655-100;投诉/维权电话:4009-655-100。
1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前自行私信或留言给上传者【xrp****65】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时私信或留言给本站上传会员【xrp****65】,需本站解决可联系【 微信客服】、【 QQ客服】,若有其他问题请点击或扫码反馈【 服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【 版权申诉】”(推荐),意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:4008-655-100;投诉/维权电话:4009-655-100。
关于本文