Merge branch '4.3' into 4.4

Conflicts:
	source/accounts.rst
	source/service_offerings.rst
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..a4cfe93
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+*.po merge=ours
+*.mo merge=ours
diff --git a/source/accounts.rst b/source/accounts.rst
index 83d7329..be8f457 100644
--- a/source/accounts.rst
+++ b/source/accounts.rst
@@ -235,9 +235,13 @@
 LDAP SSL:
 ~~~~~~~~~
 
--  ``ldap.truststore``, ``ldap.truststore.password``:	truststore, password
-   to use for LDAP SSL.
- 
+| If the LDAP server requires SSL, you need to enable the below configurations.
+Before enabling SSL for LDAP, you need to get the certificate which the LDAP server is using and add it to a trusted keystore.
+You will need to know the path to the keystore and the password.
+
+-  ``ldap.truststore`` : truststore path
+-  ``ldap.truststore.password`` : truststore password
+
 
 LDAP groups:
 ~~~~~~~~~~~~
diff --git a/source/locale/zh_CN/LC_MESSAGES/networking2.mo b/source/locale/zh_CN/LC_MESSAGES/networking2.mo
new file mode 100644
index 0000000..20f8247
--- /dev/null
+++ b/source/locale/zh_CN/LC_MESSAGES/networking2.mo
Binary files differ
diff --git a/source/locale/zh_CN/LC_MESSAGES/networking2.po b/source/locale/zh_CN/LC_MESSAGES/networking2.po
new file mode 100644
index 0000000..f2a12a8
--- /dev/null
+++ b/source/locale/zh_CN/LC_MESSAGES/networking2.po
@@ -0,0 +1,8448 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C)
+# This file is distributed under the same license as the Apache CloudStack Administration Documentation package.
+# 
+# Translators:
+# aguncn <aguncn@163.com>, 2014
+# renoshen <shenkuan-ghq@sinosig.com>, 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: Apache CloudStack Administration RTD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-03-31 14:08-0400\n"
+"PO-Revision-Date: 2014-05-08 08:01+0000\n"
+"Last-Translator: aguncn <aguncn@163.com>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/apache-cloudstack-administration-rtd/language/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# 4c134b7a710148a3ab2766ead2eecc37
+#: ../../networking2.rst:18
+msgid "Managing Networks and Traffic"
+msgstr "网络和流量管理"
+
+# 3dea6f52fda445569cf65ce098c1b84c
+#: ../../networking2.rst:20
+msgid ""
+"In a CloudStack, guest VMs can communicate with each other using shared "
+"infrastructure with the security and user perception that the guests have a "
+"private LAN. The CloudStack virtual router is the main component providing "
+"networking features for guest traffic."
+msgstr "在CLOUDSTACK中,客户虚拟机之间可以在共享构架下相互通讯,并且可以在一个私有LAN中实现安全和用户互通。CLOUDSTACK的虚拟路由器是实现客户网络功能的主要组件。"
+
+# c845ad86dd2c41e091ae6234539d6672
+#: ../../networking2.rst:26
+msgid "Guest Traffic"
+msgstr "来宾流量"
+
+# d8fc8ee73a5d4bc5915b1fd2e4eb7108
+#: ../../networking2.rst:28
+msgid ""
+"A network can carry guest traffic only between VMs within one zone. Virtual "
+"machines in different zones cannot communicate with each other using their "
+"IP addresses; they must communicate with each other by routing through a "
+"public IP address."
+msgstr "在同一个区域内,客户虚拟机之间可以互访,但在不同的区域内,客户虚拟机之间不可以通过(内网)IP地址互访,而只能通过公网IP路由才可以互连。"
+
+# e56f7eded9f441659c145763662800d5
+#: ../../networking2.rst:33
+msgid "See a typical guest traffic setup given below:"
+msgstr "下图是一个典型的来宾流量设置:"
+
+# 6823c848cad04848a61dbff31215055b
+#: ../../networking2.rst:35
+msgid "|guest-traffic-setup.png|"
+msgstr "|guest-traffic-setup.png|"
+
+# 5cc5110f1ee142468aaacae83aca4060
+#: ../../networking2.rst:37
+msgid ""
+"Typically, the Management Server automatically creates a virtual router for "
+"each network. A virtual router is a special virtual machine that runs on the"
+" hosts. Each virtual router in an isolated network has three network "
+"interfaces. If multiple public VLAN is used, the router will have multiple "
+"public interfaces. Its eth0 interface serves as the gateway for the guest "
+"traffic and has the IP address of 10.1.1.1. Its eth1 interface is used by "
+"the system to configure the virtual router. Its eth2 interface is assigned a"
+" public IP address for public traffic. If multiple public VLAN is used, the "
+"router will have multiple public interfaces."
+msgstr "通常,管理服务器会自动为每一个网络建立一个虚拟路由。一个虚拟路由实际上就是运行在物理主机上的一台特殊的虚拟机。每一台在一个独立网络中的虚拟路由有3个网口。如果使用多个公共 VLAN,相应的这台路由器就有多个公共的网口。 它的 eth0 网口是提供客户机通信的网关服务的,它的IP地址是 10.1.1.1。eth1 网口是为系统来配置这个虚拟路由而提供的。eth2 网口被赋予一个公共 IP 地址用来实现外部的公共通信。 同样如果使用了多个公共 VLAN 接入,这台路由器将会拥有多个公共的网口。"
+
+# b252663b377641b6a497a33ae549a1c3
+#: ../../networking2.rst:48
+msgid ""
+"The virtual router provides DHCP and will automatically assign an IP address"
+" for each guest VM within the IP range assigned for the network. The user "
+"can manually reconfigure guest VMs to assume different IP addresses."
+msgstr "虚拟路由器提供DHCP功能,能自动的为每一个客户虚拟机在预先定义好的IP范围之内分配IP地址。用户也可以为虚拟机手工配置不同的IP地址。"
+
+# 08366e677b394ff486de117a98b53a1c
+#: ../../networking2.rst:53
+msgid ""
+"Source NAT is automatically configured in the virtual router to forward "
+"outbound traffic for all guest VMs"
+msgstr "Source NAT功能是在虚拟路由里自动配置好的,它可以转发所有来宾虚拟机的外出流量。"
+
+# 8db3692749f44d209bc4b6643b4bed42
+#: ../../networking2.rst:57
+msgid "Networking in a Pod"
+msgstr "一个提供点里的网络"
+
+# f92d73cb904740b69bb3044663745ef9
+#: ../../networking2.rst:59
+msgid ""
+"The figure below illustrates network setup within a single pod. The hosts "
+"are connected to a pod-level switch. At a minimum, the hosts should have one"
+" physical uplink to each switch. Bonded NICs are supported as well. The pod-"
+"level switch is a pair of redundant gigabit switches with 10 G uplinks."
+msgstr "下图演示了一个单提供点的网络配置。主机均连接到提供点层级的交换机。每一个主机至少有一个物理网卡连接到交换机。当然,这种环境也支持网卡绑定。提供点层级的交换机由两个1000M冗余组成,它们通过10G线路上联。"
+
+# 3cf0b62b19c942899bbf90f9c3e111be
+#: ../../networking2.rst:65
+msgid "|networksinglepod.png|"
+msgstr "|networksinglepod.png|"
+
+# 61fa2a0f3f6046b2a1d038ab3e5ea255
+#: ../../networking2.rst:67
+msgid "Servers are connected as follows:"
+msgstr "服务器以如下形式连接:"
+
+# 9dd3a988270c471db1794e964c4a56c7
+#: ../../networking2.rst:71
+msgid ""
+"Storage devices are connected to only the network that carries management "
+"traffic."
+msgstr "存储设备只与管理网络连接。"
+
+# 2e2c8c8881fa4cd5be1de3eec14c1d1c
+#: ../../networking2.rst:76
+msgid ""
+"Hosts are connected to networks for both management traffic and public "
+"traffic."
+msgstr "主机同时与管理网络和公共网络连接。"
+
+# 3e2f4aed8c924b9e80395bdf1e1c2f73
+#: ../../networking2.rst:81
+msgid ""
+"Hosts are also connected to one or more networks carrying guest traffic."
+msgstr "主机也与一个或多个来宾网络连接。"
+
+# d85f7dccd3784410a2b1d16863f27a73
+#: ../../networking2.rst:84
+msgid ""
+"We recommend the use of multiple physical Ethernet cards to implement each "
+"network interface as well as redundant switch fabric in order to maximize "
+"throughput and improve reliability."
+msgstr "我们推荐用多个物理网卡以改进性能,也推荐用冗余的光纤交换机以改进网络可靠性。"
+
+# d776e46765c84e1181b3e580c688c626
+#: ../../networking2.rst:89
+msgid "Networking in a Zone"
+msgstr "一个区域里的网络"
+
+# d239d21a20c649aba205a75b8c13f10d
+#: ../../networking2.rst:91
+msgid ""
+"The following figure illustrates the network setup within a single zone."
+msgstr "下图说明了一个单一区域内的网络设置。"
+
+# a576182d84c04ab98566ba031289abb1
+#: ../../networking2.rst:93
+msgid "|networksetupzone.png|"
+msgstr "|networksetupzone.png|"
+
+# f9ec1f6b949e428b918524444e4e4c2d
+#: ../../networking2.rst:95
+msgid ""
+"A firewall for management traffic operates in the NAT mode. The network "
+"typically is assigned IP addresses in the 192.168.0.0/16 Class B private "
+"address space. Each pod is assigned IP addresses in the 192.168.\\*.0/24 "
+"Class C private address space."
+msgstr "用于管理通信的防火墙工作在NAT模式。通常是分配给网络中的IP地址192.168.0.0/16 B类私有地址空间。每个机柜(POD)分配的IP地址是192.168.*.0/24 C类私有地址空间。"
+
+# f0acacb8a1ac4f92b32c742e22c0aa30
+#: ../../networking2.rst:100
+msgid ""
+"Each zone has its own set of public IP addresses. Public IP addresses from "
+"different zones do not overlap."
+msgstr "每个区域都有自己的一套公网IP地址。来自不同区域的公网IP地址不重叠。"
+
+# 48df0d18a8e448909a0b484414468735
+#: ../../networking2.rst:104
+msgid "Basic Zone Physical Network Configuration"
+msgstr "基本区域物理网络配置"
+
+# 20494f4a5f604216bed0571fa51a7ddb
+#: ../../networking2.rst:106
+msgid ""
+"In a basic network, configuring the physical network is fairly "
+"straightforward. You only need to configure one guest network to carry "
+"traffic that is generated by guest VMs. When you first add a zone to "
+"CloudStack, you set up the guest network through the Add Zone screens."
+msgstr "在一个基本的网络中,物理网络的配置非常直接明了。你只需要配置一个客户网络(虚拟)以承载由客户虚拟机产生的流量。当你首次增加一个区域(Zone)到 CloudStack 中,你通过添加域(Add Zone)页面来设置客户网络(虚拟)。"
+
+# b5ca7152b69d4a2d8fcc434cb9267f7c
+#: ../../networking2.rst:112
+msgid "Advanced Zone Physical Network Configuration"
+msgstr "高级区域物理网络的配置"
+
+# 954218a2f4204be989c2436ecd73edc1
+#: ../../networking2.rst:114
+msgid ""
+"Within a zone that uses advanced networking, you need to tell the Management"
+" Server how the physical network is set up to carry different kinds of "
+"traffic in isolation."
+msgstr "在使用复杂网络的区域中,你需要告知管理服务器,为了实现隔离不同类型的通讯,物理网络是如何设置的。"
+
+# b3ba0f73a0df4d36a3cb4f204c4dee2d
+#: ../../networking2.rst:119
+msgid "Configure Guest Traffic in an Advanced Zone"
+msgstr "在高级域中设置客户通信"
+
+# ecd9d16a0a0c4dff9373a2dbf58e4c09
+#: ../../networking2.rst:121
+msgid ""
+"These steps assume you have already logged in to the CloudStack UI. To "
+"configure the base guest network:"
+msgstr "下面的步骤假定你已经登录进入 CloudStack 的界面。设置基本的客户网络:"
+
+# 78523deb5f20412383b00c879c3b21aa
+#: ../../networking2.rst:126
+msgid ""
+"In the left navigation, choose Infrastructure. On Zones, click View More, "
+"then click the zone to which you want to add a network."
+msgstr "在左边的导航栏,选择基础架构。在区域界面点击查看全部,然后点击你要添加网络的区域。"
+
+# 6257a61390924cb3bd8aeeac1a071780
+# 991bb1da835442988405cc08b7001c28
+# 61c9a678d28f40d599b72b6c2670f13d
+#: ../../networking2.rst:131 ../../networking2.rst:215
+#: ../../networking2.rst:1597
+msgid "Click the Network tab."
+msgstr "点击网络选项卡。"
+
+# 81ea8b8553864a83843ba71e6bf101af
+# 2d5debf29d7e42428b6c6d0ea25b7b92
+# e156f160e7c64f60a6d9c5bd8b8164a9
+#: ../../networking2.rst:135 ../../networking2.rst:219
+#: ../../networking2.rst:1601
+msgid "Click Add guest network."
+msgstr "点击 添加来宾网络。"
+
+# 7b664064e09a4c25ac5afbc839d6bf94
+#: ../../networking2.rst:137
+msgid "The Add guest network window is displayed:"
+msgstr "添加来宾网络窗口显示:"
+
+# 467663954a4745be91a92b1d95b23080
+#: ../../networking2.rst:139
+msgid "|addguestnetwork.png|"
+msgstr "|addguestnetwork.png|"
+
+# a7bd588835354863bf7622de307358f6
+# e19b9c5096354c629c5cb237adbb7845
+# d0d70642a5104df08ab13289bdd0c02b
+#: ../../networking2.rst:143 ../../networking2.rst:4200
+#: ../../networking2.rst:5082
+msgid "Provide the following information:"
+msgstr "填写以下内容:"
+
+# 02150922f26d47f3b7a13ca653f96421
+#: ../../networking2.rst:147
+msgid "**Name**. The name of the network. This will be user-visible"
+msgstr "“Name”。要建立的网络结构的名字。这个是用户可见的"
+
+# 71b93ff5fc154455a9e31bb96fc71d72
+#: ../../networking2.rst:151
+msgid ""
+"**Display Text**: The description of the network. This will be user-visible"
+msgstr "“Display Text”:网络的描述。用户可见"
+
+# 3aa2ff94b2f3453caf3cf8a60cf57294
+#: ../../networking2.rst:156
+msgid "**Zone**: The zone in which you are configuring the guest network."
+msgstr "“Zone”: 这里的区域是指你要配置客户网络的区域。"
+
+# 8020d9a242d94611b622a7fbbf730632
+#: ../../networking2.rst:160
+msgid ""
+"**Network offering**: If the administrator has configured multiple network "
+"offerings, select the one you want to use for this network"
+msgstr "“网络提议”: 如果管理员已经配置了多个网络方案,可以选择你需要的那个"
+
+# 409cf198865e4ed4a4ceda18fb9c08f8
+#: ../../networking2.rst:165
+msgid "**Guest Gateway**: The gateway that the guests should use"
+msgstr "“Guest gateway”:虚拟机需要使用的网关"
+
+# 1b24f9a1dc1a468fa60412939100a476
+#: ../../networking2.rst:169
+msgid ""
+"**Guest Netmask**: The netmask in use on the subnet the guests will use"
+msgstr "“Guest Netmask”:客户虚拟机会使用的子网掩码"
+
+# 91173c96c5184ed8a0542f56f340c125
+# 6968c572935348d89aa2cfe9419c00cd
+# 9ee0ac806d854e47bd3f486e9e128034
+# 5d45344f6070463bb25599b8c1ac7145
+# 0527e80fdbfe4508a05ede62a047cd51
+# c6016b8b267942548713429d3c7e74e0
+# 3ccbb578962b42588bd495e0dbd57f76
+# f5954071e2a24961b74b3dcca98a33b1
+# e6ab2eac57564f63bfeea06d1691c574
+# 6d9b635b27544fb3adc30d7e8bc3070b
+# aae381906435443489b7db544138dc66
+# 0218e655795843808690f324bad3bbf9
+# 2c8c3e70a3904e0fb57a195a43305818
+# bc97ad0f132944ffbb337c4649b00a51
+#: ../../networking2.rst:174 ../../networking2.rst:870
+#: ../../networking2.rst:1251 ../../networking2.rst:1428
+#: ../../networking2.rst:1755 ../../networking2.rst:3144
+#: ../../networking2.rst:3662 ../../networking2.rst:4319
+#: ../../networking2.rst:4355 ../../networking2.rst:5118
+#: ../../networking2.rst:5211 ../../networking2.rst:5458
+#: ../../networking2.rst:5499 ../../networking2.rst:6953
+msgid "Click OK."
+msgstr "点击确定。"
+
+# bb8994cf25ed4d0f9c1738b0a288a66d
+#: ../../networking2.rst:177
+msgid "Configure Public Traffic in an Advanced Zone"
+msgstr "在高级区域中配置公共通信"
+
+# 53d266b50a684d08b2b57469d0ba2117
+#: ../../networking2.rst:179
+msgid ""
+"In a zone that uses advanced networking, you need to configure at least one "
+"range of IP addresses for Internet traffic."
+msgstr "在一个使用高级网络配置的区域中,你需要配置至少一个用于Internet通信的IP地址范围。"
+
+# 173ecef5b8d34d51b8690fdff5bcfc1f
+#: ../../networking2.rst:183
+msgid "Configuring a Shared Guest Network"
+msgstr "配置共享的客户网络"
+
+# 93a4d181244541b381a3a70d1daea74e
+# 55cf11dd995e463eb0015820a7998825
+# 648d4dddf66542dd975f89802e4efaec
+#: ../../networking2.rst:187 ../../networking2.rst:761
+#: ../../networking2.rst:1569
+msgid "Log in to the CloudStack UI as administrator."
+msgstr "作为管理员登录到CloudStack用户界面。"
+
+# ef46dafa14464c0580eef19b6347e754
+# f88933a8ce404a74b4dbfb012972639e
+# 1a1e2e9b76e842d2ad6653556d716440
+#: ../../networking2.rst:191 ../../networking2.rst:1363
+#: ../../networking2.rst:1573
+msgid "In the left navigation, choose Infrastructure."
+msgstr "在左边的导航,选择基础架构。"
+
+# e6266ec66e47425eaefdebd94b55e3d6
+# 9b6fa85ad73145c2a68b917e13c4dd74
+#: ../../networking2.rst:195 ../../networking2.rst:1577
+msgid "On Zones, click View More."
+msgstr "在区域页面,点击查看全部。"
+
+# ae18ac4302694c399605762c754adc89
+# a83fd7a01a4d4702815c49eabf8d6f45
+#: ../../networking2.rst:199 ../../networking2.rst:1581
+msgid "Click the zone to which you want to add a guest network."
+msgstr "选择要添加客户网络的那个区域。"
+
+# 35ace6a71a514813adb835b0e291e59a
+# 92a70044e0a64276aca71c727238658c
+# e7a6054e0cac452abbdf14af1fcf9ab7
+# 1dc7e2ce80f242c792c3eadfdf57d1f8
+#: ../../networking2.rst:203 ../../networking2.rst:777
+#: ../../networking2.rst:898 ../../networking2.rst:1585
+msgid "Click the Physical Network tab."
+msgstr "点击物理网络标签卡。"
+
+# 7d1c35e3c6fb45268f88743d4f33fc4a
+# 5d24c24102dc463b8df955cea14e8321
+#: ../../networking2.rst:207 ../../networking2.rst:1589
+msgid "Click the physical network you want to work with."
+msgstr "选择您要操作的物理网络。"
+
+# d69f9202aba443119708b15355371054
+# b50eb62ce8e94fdf956d6c49a9d8c539
+#: ../../networking2.rst:211 ../../networking2.rst:1593
+msgid "On the Guest node of the diagram, click Configure."
+msgstr "在客户节点界面,点击配置。"
+
+# 61f94d523e2b4257ac005b54b2300cd1
+# e69e4aa9dc5d4b77b59760f32d4410e5
+#: ../../networking2.rst:221 ../../networking2.rst:1603
+msgid "The Add guest network window is displayed."
+msgstr "现实添加客户网络窗口。"
+
+# 4af18c5d61a6456caf73f7a9369e2fee
+# cd3004192b7247d6b3d8df85d071c687
+# cefbbdc700e1418791c24fa0e9ff9991
+# 7d7d79ee61514455a6bd14b72d23c697
+# 9eddccf9e3ed490ba485fed483665910
+# ad7396c2fa194389a72869772975a651
+# ba22f3a686da4d51be0844159353ec45
+# 813ce0c39bee45a6b48988f7b8abcccd
+# 49c644d753054859b04b0040656835a6
+# 6851774e7c7b4a888987619af18e594a
+# 5bb2026725a84546bbf11325cca1e760
+# ca837cbb6534464a8d34b465a79f3b42
+# 1766498324004d1b9d70c399f1671335
+# 3fcb97db48704b65b73bdf48cfc719df
+#: ../../networking2.rst:225 ../../networking2.rst:806
+#: ../../networking2.rst:822 ../../networking2.rst:856
+#: ../../networking2.rst:916 ../../networking2.rst:1227
+#: ../../networking2.rst:1400 ../../networking2.rst:1607
+#: ../../networking2.rst:2480 ../../networking2.rst:3177
+#: ../../networking2.rst:5166 ../../networking2.rst:5592
+#: ../../networking2.rst:6347 ../../networking2.rst:6741
+msgid "Specify the following:"
+msgstr "指定以下信息:"
+
+# 8779be8d9d6846f085dbce3da3461bc3
+# b0b915aaeb67486684b659dc291d6454
+#: ../../networking2.rst:229 ../../networking2.rst:1611
+msgid "**Name**: The name of the network. This will be visible to the user."
+msgstr "“Name”。要建立的网络的名字。这个是用户可见的"
+
+# 5074f17c728f4f3a8a7f794e8374c034
+# 0a5db820304048068d1845c134b8df63
+#: ../../networking2.rst:234 ../../networking2.rst:1616
+msgid ""
+"**Description**: The short description of the network that can be displayed "
+"to users."
+msgstr "**描述**: 提供一个简短的方案描述。 "
+
+# 2b82a4bc6aa046f3b00d043934c959d7
+# 41c1edb5305a4945842709a1c5cf1ad6
+#: ../../networking2.rst:239 ../../networking2.rst:1621
+msgid "**VLAN ID**: The unique ID of the VLAN."
+msgstr "“VLAN ID”:VLAN 的ID。"
+
+# 418bb2fcab5742fb987163b73807d96b
+#: ../../networking2.rst:243
+msgid "**Isolated VLAN ID**: The unique ID of the Secondary Isolated VLAN."
+msgstr "“Isolated VLAN ID”: 二级独立 VLAN 的 ID。"
+
+# f26b6b49568f43ac84898deb5855609f
+# 969c263588994f74ac62592a499a4b31
+#: ../../networking2.rst:248 ../../networking2.rst:1633
+msgid "**Scope**: The available scopes are Domain, Account, Project, and All."
+msgstr "“Scope”:可用的范围,包括域,帐户,项目和其他所以。"
+
+# 178c532fedf44f0fb1a2993bf0f625a0
+# 15faa541a4ce4327913cfce7e0c3f217
+#: ../../networking2.rst:253 ../../networking2.rst:1638
+msgid ""
+"**Domain**: Selecting Domain limits the scope of this guest network to the "
+"domain you specify. The network will not be available for other domains. If "
+"you select Subdomain Access, the guest network is available to all the sub "
+"domains within the selected domain."
+msgstr "“Domain”:域,指定客户网络范围的域。指定域中的网络相对其他域是隔离不可见的。如果指定子域访问,域中的客户网络将在所有的子域中可用。"
+
+# 91422a2eb500489a88e0a6f4b976e5c8
+# eb7d195938c445079e17b8d4de34c9b0
+#: ../../networking2.rst:261 ../../networking2.rst:1646
+msgid ""
+"**Account**: The account for which the guest network is being created for. "
+"You must specify the domain the account belongs to."
+msgstr "“Account”:这里的帐户是为建立客户网络所指定的。必须指定域中所属的帐户。"
+
+# acbed03163c746f394f0b6065ac5d267
+# b6481103a23442a698dd33a8241fd4a5
+#: ../../networking2.rst:267 ../../networking2.rst:1652
+msgid ""
+"**Project**: The project for which the guest network is being created for. "
+"You must specify the domain the project belongs to."
+msgstr "“Project”:项目是客户网络所建立的项目。必须为这个项目指定域。"
+
+# 7515546501ea4a229f3d24cb1957114c
+# 14055c49cff34a97af7586b6692b395f
+#: ../../networking2.rst:273 ../../networking2.rst:1658
+msgid ""
+"**All**: The guest network is available for all the domains, account, "
+"projects within the selected zone."
+msgstr "“All”:选择它,会让客户网络对这个区域(Zone)中的所有域,帐户和项目都可用。"
+
+# 9e7d75c438d04916a6c8e41212a5add4
+# d311a00faddf44fb969a7362e8525846
+#: ../../networking2.rst:278 ../../networking2.rst:1663
+msgid ""
+"**Network Offering**: If the administrator has configured multiple network "
+"offerings, select the one you want to use for this network."
+msgstr "“网络提议”: 如果管理员已经配置了多个网络方案,可以选择你需要的那个。"
+
+# 3b34a00342f74aabb8f06ef47a71928f
+# cec7265b43cc44c985fc19c1aada24ca
+#: ../../networking2.rst:284 ../../networking2.rst:1669
+msgid "**Gateway**: The gateway that the guests should use."
+msgstr "“Guest gateway”:虚拟机需要使用的网关。"
+
+# e8b1ed0c13f24b28b17097da6a906553
+# e376b4730d514e9cb67f58490f5323da
+#: ../../networking2.rst:288 ../../networking2.rst:1673
+msgid "**Netmask**: The netmask in use on the subnet the guests will use."
+msgstr "“Netmask”:虚拟机子网要使用的网络掩码。"
+
+# e95322f93824448f8b5213679edb09a1
+# f9867bf0fe584ea68c8d8697b398a35d
+#: ../../networking2.rst:292 ../../networking2.rst:1677
+msgid ""
+"**IP Range**: A range of IP addresses that are accessible from the Internet "
+"and are assigned to the guest VMs."
+msgstr "“IP Range”:定义公网IP范围,这些IP用来访问公网或是从公网访问客户虚拟机。"
+
+# e30dfcdbb56b4fdab7ac50d318f8cfee
+#: ../../networking2.rst:295
+msgid ""
+"If one NIC is used, these IPs should be in the same CIDR in the case of "
+"IPv6."
+msgstr "如果使用了网卡,这些IP应该在相同的IPv6的CIDR中。"
+
+# c999c7758e4644bb960bd36b4934a153
+#: ../../networking2.rst:300
+msgid ""
+"**IPv6 CIDR**: The network prefix that defines the guest network subnet. "
+"This is the CIDR that describes the IPv6 addresses in use in the guest "
+"networks in this zone. To allot IP addresses from within a particular "
+"address block, enter a CIDR."
+msgstr "“IPv6 CIDR”:用于定义网络子网的网络前缀。"
+
+# 06222d5aca4f4401b3e50b9562eafd93
+# bdec8ee29ad7416da22dd28dfee5836c
+#: ../../networking2.rst:307 ../../networking2.rst:1682
+msgid ""
+"**Network Domain**: A custom DNS suffix at the level of a network. If you "
+"want to assign a special domain name to the guest VM network, specify a DNS "
+"suffix."
+msgstr "\"网络域\":如果你想为客户虚机网络定义一个域名,在此处输入后缀名。"
+
+# 6cbf270deb434c49a37109538320e729
+# e3f042ecf42f48179722b1f43ed74365
+# 6a7ddea8dd2248ce9c184a2ecb2a727c
+# 3048777b2bf143b7b0cf2d931ebf1461
+# 007a1927e30b4659b6f5b8dad349a236
+#: ../../networking2.rst:313 ../../networking2.rst:1688
+#: ../../networking2.rst:3215 ../../networking2.rst:3256
+#: ../../networking2.rst:4559
+msgid "Click OK to confirm."
+msgstr "点击确定。"
+
+# 6dae7352ba9441b4ab5afb0eb736de8e
+#: ../../networking2.rst:316
+msgid "Using Multiple Guest Networks"
+msgstr "使用多个来宾网络"
+
+# 2b127f6d5dfd4f3aa7e896c69fa530fc
+#: ../../networking2.rst:318
+msgid ""
+"In zones that use advanced networking, additional networks for guest traffic"
+" may be added at any time after the initial installation. You can also "
+"customize the domain name associated with the network by specifying a DNS "
+"suffix for each network."
+msgstr "在使用高级网络的资源域里, 额外的来宾网络可以在初始安装后任何时间添加. 你还可以通过指定DNS后缀为每个网络自定义关联的域名."
+
+# 57493d5abb6d42e29119db9cfbd72df0
+#: ../../networking2.rst:323
+msgid ""
+"A VM's networks are defined at VM creation time. A VM cannot add or remove "
+"networks after it has been created, although the user can go into the guest "
+"and remove the IP address from the NIC on a particular network."
+msgstr "一个虚机的网络在其创建时定义. 当一个虚机创建以后, 就不能对其网络添加删除, 即便用户可以进入客户虚机删除指定网卡的IP地址."
+
+# df560b1f84f74fa096be5526e9f253c2
+#: ../../networking2.rst:328
+msgid ""
+"Each VM has just one default network. The virtual router's DHCP reply will "
+"set the guest's default gateway as that for the default network. Multiple "
+"non-default networks may be added to a guest in addition to the single, "
+"required default network. The administrator can control which networks are "
+"available as the default network."
+msgstr "每一个虚机只有一个默认的网络. 在这个默认网络里, 虚拟路由器的DHCP响应将设置客户的默认网关. 除了单一,必须的默认网络, 多个非默认的网络也可以添加到客户虚机里. 管理员可以控制哪个网络作为默认的网络."
+
+# 1b89ed0c211f490d9ab7e3873f785995
+#: ../../networking2.rst:334
+msgid ""
+"Additional networks can either be available to all accounts or be assigned "
+"to a specific account. Networks that are available to all accounts are zone-"
+"wide. Any user with access to the zone can create a VM with access to that "
+"network. These zone-wide networks provide little or no isolation between "
+"guests.Networks that are assigned to a specific account provide strong "
+"isolation."
+msgstr "附加的网络可以给所有账户使用或者分配给特定的账户. 对所有账户都可用的网络在整个资源域有效. 任何可以访问这个资源域的用户都可以使用这个网络创建虚机. 这些资源域一级的网络基本不提供客户之间的隔离. 分配给特定帐户的网络提供强制隔离的功能."
+
+# 03479d92c4f3472fbf1c837f78ae38b9
+#: ../../networking2.rst:342
+msgid "Adding an Additional Guest Network"
+msgstr "增添一个虚拟机的网络"
+
+# dcc9b20e05d94a90a82df638e638d914
+# bf1857069dbe437da757dd8117d7a8f6
+# b00f09bd670c4e6bb6a9d90b98d3ee27
+# 06d1f9568c404045a154fa7800b17b42
+# 3a1cc0396efd4b8ebd8a6128932f37f3
+# ded02e7a4c5d4431a40e7c763efe892e
+# 2bf9437aec83464ca8aa33fb4d5bc7d2
+# 474cb61b7d6d414bb525496395e11ac0
+# cf958678b40649e395bf748ed3a82341
+# c6386d8cdb7f4830ac34eb0e3d53d353
+# e419b4e20de34ab59ca3fd7119a6a509
+# cb96251ca7834bcfb93698899e36997c
+# c24de51d817f4b8b86aa10d3c56327e6
+# 1970352df0b24327ab0040b0248447d1
+# b69b28bceebf484d9240513871a69e53
+# efd7ff6f49f24baebd8a7054ca0fcb6a
+# 855b8ad33e0942859a9fb87da979bff6
+# b853131f26c84398bd3ab3b28e7c8c10
+# 0415ee973c9e4f138f81c716a5897661
+# a2d18d98840548f1994851b84a11d06b
+# dafb981c4cd44ff284f9609a6d78076f
+# 8b5b3770bbea4a4b91bce618eaa95579
+# 0f348eefc7a140f0bfa10c40ab0de750
+# 20e4bf643dc649a5adf2b96c98aad755
+# 229dd2bf881340558fca0975604b2643
+# 470f52bcfa37419386c12e3c2112f795
+# bbf8e4596d4c4216a94cb7fd144372c1
+# bbeffb28c2c749518103fe11d941e8f3
+# 910d29d282334e13b2f84bdba7e4ae2f
+# d94ff6f14e7643a9832ac593d1c69ffb
+# 534c0a26f9b24f54a399020a1716f7ed
+# e92cc9d2cd1d448e9f9d848b7a0f8851
+# a96d8dddd84c4103b8b7afff0db24cfe
+# e307dc8da8084a23951ba5a0f61c85d4
+# 538a9fc2f7b941d8831cf7952f1eac3f
+# a6c65c894c464e4f928395582357dc97
+# 786b76e0eb6b4cadba166292663da2ea
+# 6530063879054b16a643c0b8d345a236
+#: ../../networking2.rst:346 ../../networking2.rst:413
+#: ../../networking2.rst:478 ../../networking2.rst:509
+#: ../../networking2.rst:543 ../../networking2.rst:688
+#: ../../networking2.rst:1205 ../../networking2.rst:1258
+#: ../../networking2.rst:1359 ../../networking2.rst:1735
+#: ../../networking2.rst:1815 ../../networking2.rst:2210
+#: ../../networking2.rst:3284 ../../networking2.rst:3327
+#: ../../networking2.rst:3370 ../../networking2.rst:3444
+#: ../../networking2.rst:3548 ../../networking2.rst:3695
+#: ../../networking2.rst:3829 ../../networking2.rst:4184
+#: ../../networking2.rst:4329 ../../networking2.rst:4362
+#: ../../networking2.rst:4459 ../../networking2.rst:4650
+#: ../../networking2.rst:5066 ../../networking2.rst:5131
+#: ../../networking2.rst:5262 ../../networking2.rst:5344
+#: ../../networking2.rst:5513 ../../networking2.rst:5752
+#: ../../networking2.rst:5843 ../../networking2.rst:5931
+#: ../../networking2.rst:6022 ../../networking2.rst:6265
+#: ../../networking2.rst:6575 ../../networking2.rst:6659
+#: ../../networking2.rst:6784 ../../networking2.rst:6823
+msgid "Log in to the CloudStack UI as an administrator or end user."
+msgstr "使用管理员或者终端用户账号登录CloudStack UI。"
+
+# c650c895a3ac4ff2851197288859be98
+# 65e8807d38054bd1b0027a7155f8085f
+# 6cbdfa0e6a0e46cdab35e3223f504119
+# 2f9490cb25514f8283f8dec06a79102d
+# 5563fe265c1a429d967cda0edab813f4
+# 54d9e12cb3164286a92aceeba0a664e5
+# 612ff33bd3f84bdd84ef63b9c3cb6cf3
+# 6fc81420daf44701856963aa3d9f4a87
+# 07cefb7f05bc4714bf198cbd879aea33
+# ab72dbc455b843cfb4c72e923297fc4d
+# 2e8cbb1231ef43fb9b387b21b0f97305
+# 9cb098264bbf4fc79077a14d44ff4e4d
+# ceb0f3b90cd2499b89cc614d577384d9
+# f15f55387b954e10a6e5a4417bfa6071
+# c298749dee624dae9ac00c5329f45af3
+# e222d654cbbb4a0a9bfcec6a887925e2
+# aa6ece8cd97543d091148cc4a9db4c04
+# 412366a772fc462991958a94917d88ee
+# e838e4d54a33420fad3f9b5aac4181ea
+# ef4b5d8b2c1f4efcb1dcb0909dd0610b
+# fb954e22b2e247cfbf72c9525d556f10
+# e9064194f98e4db6bb1374bc04afd258
+# da3f29bc5aa344e99d840c524c97ff52
+# 931799f15e4f4ef78f34f77acc6a84a5
+# 0035008431074c10b6f9cdcd88cf746a
+# 7a1970bdf40a45d3acd7f9db64c34c2f
+# f9b9878b284a440380845f18adc4dc02
+# 1108ad1b0aa449c198fc5fbf7b2f6f72
+# cea2011545724bc2b72940d23a00d3d7
+#: ../../networking2.rst:350 ../../networking2.rst:553
+#: ../../networking2.rst:692 ../../networking2.rst:1262
+#: ../../networking2.rst:2214 ../../networking2.rst:3288
+#: ../../networking2.rst:3331 ../../networking2.rst:3374
+#: ../../networking2.rst:3448 ../../networking2.rst:3552
+#: ../../networking2.rst:4188 ../../networking2.rst:4333
+#: ../../networking2.rst:4366 ../../networking2.rst:4463
+#: ../../networking2.rst:4654 ../../networking2.rst:5070
+#: ../../networking2.rst:5135 ../../networking2.rst:5266
+#: ../../networking2.rst:5348 ../../networking2.rst:5517
+#: ../../networking2.rst:5756 ../../networking2.rst:5847
+#: ../../networking2.rst:5935 ../../networking2.rst:6026
+#: ../../networking2.rst:6269 ../../networking2.rst:6579
+#: ../../networking2.rst:6663 ../../networking2.rst:6788
+#: ../../networking2.rst:6827
+msgid "In the left navigation, choose Network."
+msgstr "在左侧的导航栏,选择网络。"
+
+# f6aa7a61ff37420d9f141635bdbce188
+#: ../../networking2.rst:354
+msgid "Click Add guest network. Provide the following information:"
+msgstr "地阿基添加来宾网络。提供以下信息:"
+
+# 94e3451e541243a590fc75a1c6838168
+#: ../../networking2.rst:358
+msgid "**Name**: The name of the network. This will be user-visible."
+msgstr "**Name**:网络的名称。对于最终用户可见。"
+
+# 24a87a4d530b4a8c9af892bd51a53c2b
+#: ../../networking2.rst:362
+msgid ""
+"**Display Text**: The description of the network. This will be user-visible."
+msgstr "**Display Text**:网络的描述信息。对于最终用户可见。"
+
+# 4491ce6396264b9f805777eca895a720
+#: ../../networking2.rst:367
+msgid ""
+"**Zone**. The name of the zone this network applies to. Each zone is a "
+"broadcast domain, and therefore each zone has a different IP range for the "
+"guest network. The administrator must configure the IP range for each zone."
+msgstr "**Zone**:此网络所应用到zone的名称。每个zone都是一个广播域,因此每个zone中的来宾网络都有不同的IP范围。管理员必须为每个zone配置IP范围。"
+
+# 738c6e4f1dac40f6ae58cfa12e3fafb6
+#: ../../networking2.rst:374
+msgid ""
+"**Network offering**: If the administrator has configured multiple network "
+"offerings, select the one you want to use for this network."
+msgstr "**Network offering**如果管理员已经配置了多个网络,选择一个你想使用的。"
+
+# 4d5b30b8ae754940bd24bf9ce873f62c
+#: ../../networking2.rst:380
+msgid "**Guest Gateway**: The gateway that the guests should use."
+msgstr "**Guest Gateway**:来宾网络的网关。"
+
+# d2cc46c6e57d4a74b0f41b06645d7905
+#: ../../networking2.rst:384
+msgid ""
+"**Guest Netmask**: The netmask in use on the subnet the guests will use."
+msgstr "**Guest Netmask**:来宾网络的子网掩码。"
+
+# 0eef322a01b1441c968f5d08a7d1205d
+# 0fd1c8972f504925a86019b475f8cf7a
+#: ../../networking2.rst:389 ../../networking2.rst:4032
+msgid "Click Create."
+msgstr "点击创建。"
+
+# de4eb821eff84801b56973e967b9870e
+#: ../../networking2.rst:392
+msgid "Reconfiguring Networks in VMs"
+msgstr "在VMs中重新配置网络"
+
+# 0f2fe4ab745e4f7fb65fe812f7d64f1a
+#: ../../networking2.rst:394
+msgid ""
+"CloudStack provides you the ability to move VMs between networks and "
+"reconfigure a VM's network. You can remove a VM from a network and add to a "
+"new network. You can also change the default network of a virtual machine. "
+"With this functionality, hybrid or traditional server loads can be "
+"accommodated with ease."
+msgstr "CloudStack能让你在不同网络间移动VMs和重新配置VM的网络。你可以从一个网络中移除一个VM,再将其移动到另一个网络。"
+
+# 74ad1316798b4f60a8f0033d2c970d86
+#: ../../networking2.rst:400
+msgid "This feature is supported on XenServer, VMware, and KVM hypervisors."
+msgstr "XenServer、VMware和KVM hypervisors支持这个特性。"
+
+# 65c68a2b86274b91a6ec6ed32d0eb511
+# b0f423eb9e1444fa8072955fb8cbe955
+# c9a7dedb4fe74538a84d59bba4b0ea21
+#: ../../networking2.rst:403 ../../networking2.rst:1526
+#: ../../networking2.rst:2416
+msgid "Prerequisites"
+msgstr "先决条件"
+
+# bc2166808aa14a3d84e34f7a073eda9b
+#: ../../networking2.rst:405
+msgid ""
+"Ensure that vm-tools are running on guest VMs for adding or removing "
+"networks to work on VMware hypervisor."
+msgstr "确保虚拟机上安装了vm-tools以便通过VMware hypervisor添加或移除网络。"
+
+# 5edc5eb13c714fdcb4bc76dfefee938a
+#: ../../networking2.rst:409
+msgid "Adding a Network"
+msgstr "添加网络"
+
+# e9c46729b8e44e9b86983fc1d062228c
+# 69e1fa7916874968ad5f68de2af2cbc4
+# 53892275c4d84a16b7aa19e912822afe
+#: ../../networking2.rst:417 ../../networking2.rst:482
+#: ../../networking2.rst:513
+msgid "In the left navigation, click Instances."
+msgstr "在左侧的导航菜单中,点击实例。"
+
+# 237aa96a8b6047e2abb22526bd4bac7c
+# 2b3f21ea21b24697b7196dc8f6846009
+# 274e34eca30542b289b9dccb8063fa1f
+#: ../../networking2.rst:421 ../../networking2.rst:486
+#: ../../networking2.rst:517
+msgid "Choose the VM that you want to work with."
+msgstr "选择你要处理的VM。"
+
+# a616e6054be2484499468033d21dea1c
+# 7df447c421184ebd8362e78e05a81058
+# 57cb30b5f480462abef7c6f73b23f46e
+#: ../../networking2.rst:425 ../../networking2.rst:490
+#: ../../networking2.rst:521
+msgid "Click the NICs tab."
+msgstr "点击网络适配器标签。"
+
+# dccdbd5be35b43fda6baf17f2c628af7
+#: ../../networking2.rst:429
+msgid "Click Add network to VM."
+msgstr "将网络添加到 VM"
+
+# 05af00bbbfae48b0869d614090792531
+#: ../../networking2.rst:431
+msgid "The Add network to VM dialog is displayed."
+msgstr "显示添加网络对话框。"
+
+# 9d15b4dcf3c8457785334338c368aa26
+#: ../../networking2.rst:435
+msgid ""
+"In the drop-down list, select the network that you would like to add this VM"
+" to."
+msgstr "在下拉列表里选择你要添加给VM的网络。"
+
+# 9747107d35eb413e81aa96529adf5506
+#: ../../networking2.rst:438
+msgid ""
+"A new NIC is added for this network. You can view the following details in "
+"the NICs page:"
+msgstr "这样就为这个网络添加了一个新网卡。你可以在网卡页面查看下列信息:"
+
+# 96ffcc74f3da41ee9f7fade2c284e2cc
+#: ../../networking2.rst:443
+msgid "ID"
+msgstr "ID"
+
+# 0930c07f915e4e8f8321b47ce1b2546c
+#: ../../networking2.rst:447
+msgid "Network Name"
+msgstr "网络名称"
+
+# 2166ea3836e64777968d20d97a551782
+#: ../../networking2.rst:451
+msgid "Type"
+msgstr "类型"
+
+# ebba5967ce5b40c6a4b9557338f01ce6
+# 3d4b724e0c8241c1ba31b6395bc04008
+# 5af256fd3dbb4fdd841ef05a4ec9b838
+#: ../../networking2.rst:455 ../../networking2.rst:4442
+#: ../../networking2.rst:4567
+msgid "IP Address"
+msgstr "IP地址"
+
+# a5e87e2a4b4d4ddd80f323f49ceee587
+# ad200504779f4909905c825a837ecb20
+#: ../../networking2.rst:459 ../../networking2.rst:4571
+msgid "Gateway"
+msgstr "网关"
+
+# b15a081ce5664e48891a6f018aa8f161
+#: ../../networking2.rst:463
+msgid "Netmask"
+msgstr "子网掩码"
+
+# 297b7172628240e1a2c5b8cabc302f62
+#: ../../networking2.rst:467
+msgid "Is default"
+msgstr "默认的"
+
+# 8a2efed9a7e74c7f9fe0f1d5eb5d090c
+#: ../../networking2.rst:471
+msgid "CIDR (for IPv6)"
+msgstr "CIDR(IPv6)"
+
+# 9398952782e64b64b3867a3fe12fd7bc
+#: ../../networking2.rst:474
+msgid "Removing a Network"
+msgstr "移除网络"
+
+# a093eadb6ac145cbae36f5faaaa2c9a1
+#: ../../networking2.rst:494
+msgid "Locate the NIC you want to remove."
+msgstr "找到你要移除的网卡上。"
+
+# 5785d874c0944a0caf08db20f4f9e446
+#: ../../networking2.rst:498
+msgid "Click Remove NIC button. |remove-nic.png|"
+msgstr "点击移除网卡按钮。|remove-nic.png|"
+
+# c2771766c44443d1bb463bd5a0f9ecef
+# ed60114d9fff4ae6871302c0c6b0aed2
+#: ../../networking2.rst:502 ../../networking2.rst:533
+msgid "Click Yes to confirm."
+msgstr "点击Yes确认。"
+
+# 6b25b8b44f294113afdfb3b97d2eac02
+#: ../../networking2.rst:505
+msgid "Selecting the Default Network"
+msgstr "选择默认网络"
+
+# 86d95a73e3274acc9285a47537212537
+#: ../../networking2.rst:525
+msgid "Locate the NIC you want to work with."
+msgstr "找到你想要的网卡。"
+
+# 998ed551fd1a45f4ac897f9f38552afe
+#: ../../networking2.rst:529
+msgid "Click the Set default NIC button. |set-default-nic.png|."
+msgstr "点击设置为默认网卡按钮。 |set-default-nic.png|."
+
+# df5fbaabb7364cf599673d6b129dc3a4
+#: ../../networking2.rst:536
+msgid "Changing the Network Offering on a Guest Network"
+msgstr "在来宾网络上更改网络方案"
+
+# 7fc2bd82deb7433b8d2b5f310500de46
+#: ../../networking2.rst:538
+msgid ""
+"A user or administrator can change the network offering that is associated "
+"with an existing guest network."
+msgstr "用户或者管理员可以更改与之相关的来宾网络的网络方案。"
+
+# 9961a724d3c9484ca0b4c1d5978d448c
+#: ../../networking2.rst:547
+msgid ""
+"If you are changing from a network offering that uses the CloudStack virtual"
+" router to one that uses external devices as network service providers, you "
+"must first stop all the VMs on the network."
+msgstr "如果你将使用CloudStack虚拟路由的一个网络方案改成使用公共网络设备作为网络服务商,那么你必须先关掉该网络中的所有虚机。"
+
+# 449cac531ff847d796c389fb42f64c5c
+# 44aa044295ce4f078b84c89406c09bb3
+#: ../../networking2.rst:557 ../../networking2.rst:696
+msgid "Click the name of the network you want to modify."
+msgstr "点击你要修改的网络名称。"
+
+# 013515a624984a4181813aa619128c01
+# fb4f4c6fee5a4d54a8210453ae8fea0b
+#: ../../networking2.rst:561 ../../networking2.rst:700
+msgid "In the Details tab, click Edit. |edit-icon.png|"
+msgstr "在  详细  页签,点击 编辑按钮。|edit-icon.png|"
+
+# 2af58d6970ae4fa49f1d797131ae88e5
+#: ../../networking2.rst:565
+msgid ""
+"In Network Offering, choose the new network offering, then click Apply."
+msgstr "在网络方案中,选择新的网络方案,然后点击应用。"
+
+# bc3a2c3c3d324782ae47b4da0e17c214
+#: ../../networking2.rst:568
+msgid ""
+"A prompt is displayed asking whether you want to keep the existing CIDR. "
+"This is to let you know that if you change the network offering, the CIDR "
+"will be affected."
+msgstr "这时会有一个提示问你是否保持已存在的CIDR不变。这是让你了解如果你改变网络了方案,那么CIDR会受到影响。"
+
+# 1b6db56bbeec4098851005614591b4f2
+#: ../../networking2.rst:572
+msgid ""
+"If you upgrade between virtual router as a provider and an external network "
+"device as provider, acknowledge the change of CIDR to continue, so choose "
+"Yes."
+msgstr "如果你将虚拟路由升级到外网设备,在看到变更CIDR以继续时,请选择Yes。"
+
+# 146e4502698d4bedb783dec26532e410
+#: ../../networking2.rst:578
+msgid ""
+"Wait for the update to complete. Don't try to restart VMs until the network "
+"change is complete."
+msgstr "等待更新完成。在网络变更完成之前不要试图重启虚拟机。"
+
+# 4ae7ada6f8e841c4bab421568ca6c79c
+#: ../../networking2.rst:583
+msgid "If you stopped any VMs, restart them."
+msgstr "如果你停止了任何VMs,请重启他们。"
+
+# 9725e5abe5b24d5b9b938be30e1e60f9
+#: ../../networking2.rst:586
+msgid "IP Reservation in Isolated Guest Networks"
+msgstr "隔离的来宾网络中的预留IP"
+
+# 2160ad6d081d44638ebbdfb06dbfae1f
+#: ../../networking2.rst:588
+msgid ""
+"In isolated guest networks, a part of the guest IP address space can be "
+"reserved for non-CloudStack VMs or physical servers. To do so, you configure"
+" a range of Reserved IP addresses by specifying the CIDR when a guest "
+"network is in Implemented state. If your customers wish to have non-"
+"CloudStack controlled VMs or physical servers on the same network, they can "
+"share a part of the IP address space that is primarily provided to the guest"
+" network."
+msgstr "在隔离的来宾网络中,来宾IP地址空间中的一部分可以被保留下来以供非CloudStack VMs或者物理服务器使用。要真么做,你应该在来宾网络应用状态时依靠指定CIDR来配置一个预留IP地址范围。如果你的客户希望在同一个网络中有非CloudStack控制的VMs或者物理服务器,它们可以共享一部分主要为来宾网络提供的IP地址空间。"
+
+# fbba0aa499f74b36b378c6c99ef2ea87
+#: ../../networking2.rst:596
+msgid ""
+"In an Advanced zone, an IP address range or a CIDR is assigned to a network "
+"when the network is defined. The CloudStack virtual router acts as the DHCP "
+"server and uses CIDR for assigning IP addresses to the guest VMs. If you "
+"decide to reserve CIDR for non-CloudStack purposes, you can specify a part "
+"of the IP address range or the CIDR that should only be allocated by the "
+"DHCP service of the virtual router to the guest VMs created in CloudStack. "
+"The remaining IPs in that network are called Reserved IP Range. When IP "
+"reservation is configured, the administrator can add additional VMs or "
+"physical servers that are not part of CloudStack to the same network and "
+"assign them the Reserved IP addresses. CloudStack guest VMs cannot acquire "
+"IPs from the Reserved IP Range."
+msgstr "在高级域中,定义一个网络时要给其赋予一个IP地址范围或CIDR。CloudStack虚拟路由器起着DHCP的作用,并通过CIDR来给客户虚拟机分配IP地址。如果为了预留CIDR不用于cloudstack,应当进行说明,即部分IP地址范围或CIDR仅能被DHCP服务分配给在cloudstack中创建的虚拟机。剩下的IP地址被称作预留IP地址范围。当预留的IP被配置时,管理员可以增加额外的虚拟机或并不属于cloudstack的物理服务器到同一个网络,可以将预留的IP地址指定给他们。cloudstack的客户虚拟机不能够从预留的IP地址中获得地址。"
+
+# 90bf1a7d2c754ac4902085a1fd1ba748
+#: ../../networking2.rst:610
+msgid "IP Reservation Considerations"
+msgstr "IP预留事项"
+
+# bc5248dcc785447289018e7cdfcbae8a
+#: ../../networking2.rst:612
+msgid ""
+"Consider the following before you reserve an IP range for non-CloudStack "
+"machines:"
+msgstr "在给非cloudstack内的机器预留IP地址时,要考虑以下几个方面:"
+
+# 7c3b4a1806bc46caaec696068e353f33
+#: ../../networking2.rst:617
+msgid "IP Reservation is supported only in Isolated networks."
+msgstr "IP预留仅在隔离网络内支持"
+
+# a58ea815910f4eeebf5310fba2f2b4e6
+#: ../../networking2.rst:621
+msgid ""
+"IP Reservation can be applied only when the network is in Implemented state."
+msgstr "仅当网络在实施状态时,IP预留才能被应用。"
+
+# b1e7853953d34392be43f635d609444e
+#: ../../networking2.rst:626
+msgid "No IP Reservation is done by default."
+msgstr "默认不做IP预留。"
+
+# c5d1c53bfa0a4acb8b354fa73f021b37
+#: ../../networking2.rst:630
+msgid "Guest VM CIDR you specify must be a subset of the network CIDR."
+msgstr "指定客户的CIDR必须是网络CIDR的子网。"
+
+# 71e39d8747064bfa95ff48adddf42e34
+#: ../../networking2.rst:634
+msgid ""
+"Specify a valid Guest VM CIDR. IP Reservation is applied only if no active "
+"IPs exist outside the Guest VM CIDR."
+msgstr "指定一个有效的客户虚拟机CIDR。只有不活动的IP在客户虚拟机CIDR存在时,IP预留才能被应用。"
+
+# 7cd262eb2864435f953ba2f8d9b2e0a0
+#: ../../networking2.rst:637
+msgid ""
+"You cannot apply IP Reservation if any VM is alloted with an IP address that"
+" is outside the Guest VM CIDR."
+msgstr "如果任一虚拟机被分配了客户虚拟机CIDR之外的IP地址时,IP预留将不能应用。"
+
+# e135731ad79443bcb5dd396201d24cf1
+#: ../../networking2.rst:642
+msgid ""
+"To reset an existing IP Reservation, apply IP reservation by specifying the "
+"value of network CIDR in the CIDR field."
+msgstr "为重置一个已存在的IP预留,通过在CIDR框指定CIDR值就可应用IP预留。"
+
+# 3019eee8f787404483287650255b0fe0
+#: ../../networking2.rst:645
+msgid ""
+"For example, the following table describes three scenarios of guest network "
+"creation:"
+msgstr "例如,下表描述了客户网络创建的三种情形:"
+
+# 80174dfa477741e8a428588c2de692c5
+#: ../../networking2.rst:649
+msgid "Case"
+msgstr "案例"
+
+# eef86be3eee44a648412010005fb2333
+# 5f16a478e68c498db89c7157f7a1baf2
+# 60559aa9aec74533a0723a299680c8a8
+# fe93ec4b20274d52a8708a5cf4922fbd
+# a51541e1ff974e5b9cec68fc9bcf7ea7
+# d31c3f23647842caa0554fd1db873ce4
+# 94126de200d245e5a36add083af0c115
+# d3690595a81542b3a1a8daec4b800f9c
+# 7cb858db9ac346838a97c8e7ed8dcd87
+# e2cbdab6f6d04ca3a9579faffa22f221
+# d1254ad4a86545a8ac507083e4787780
+# 7abcfe51770247ca88d17c97fb261b52
+# ab3f6c13fcea4cdf8df4054fc6c55960
+#: ../../networking2.rst:649 ../../networking2.rst:3931
+#: ../../networking2.rst:4403 ../../networking2.rst:4503
+#: ../../networking2.rst:4695 ../../networking2.rst:5251
+#: ../../networking2.rst:5299 ../../networking2.rst:5558
+#: ../../networking2.rst:5884 ../../networking2.rst:5971
+#: ../../networking2.rst:6063 ../../networking2.rst:6306
+#: ../../networking2.rst:6700
+msgid "CIDR"
+msgstr "CIDR"
+
+# 7190e9a05c824c698c369f059903140f
+#: ../../networking2.rst:649
+msgid "Network CIDR"
+msgstr "网络CIDR"
+
+# 7b3e79ea891f42948ec144865f44db13
+#: ../../networking2.rst:649
+msgid "Reserved IP Range for Non-CloudStack VMs"
+msgstr "非cloudstack虚拟机的IP预留范围"
+
+# 4c1abc1728ab4017a78ab13faa073d32
+#: ../../networking2.rst:649
+msgid "Description"
+msgstr "描述"
+
+# 95c1f9dcea57490f9baba27f6052d7df
+# c7dc34629f4a4f3380ad7fa0415823fe
+#: ../../networking2.rst:651 ../../networking2.rst:5253
+msgid "1"
+msgstr "1"
+
+# ca251edef20a4a09a96d4439f40e9fcc
+# 47ec19dde3c14d2daf3a5f567a8ab892
+# 96ce4f76ef034c6c8ad91aa5358390ea
+#: ../../networking2.rst:651 ../../networking2.rst:652
+#: ../../networking2.rst:655
+msgid "10.1.1.0/24"
+msgstr "10.1.1.0/24"
+
+# 9553954ea80b4c108951c22f66b1f907
+# 9d8d02ccc8624c42ab63f95c1e6e61d2
+# 1711e6d7b17c49c1bbacdfe2f237bc1c
+# 3fe4ae27728949db852e351bdc3590a0
+#: ../../networking2.rst:651 ../../networking2.rst:651
+#: ../../networking2.rst:655 ../../networking2.rst:655
+msgid "None"
+msgstr "无"
+
+# 4cefe96c4cd048d6ab5bba6b2b2b2c1f
+#: ../../networking2.rst:651
+msgid "No IP Reservation."
+msgstr "无"
+
+# 9743a326091e467d9b6bca3cd0e35000
+# 326ceea3093e4ad2bc955dd15a12fcaa
+#: ../../networking2.rst:652 ../../networking2.rst:5254
+msgid "2"
+msgstr "2"
+
+# 28839e89c7b84228a801613e0c9ed896
+#: ../../networking2.rst:652
+msgid "10.1.1.0/26"
+msgstr "10.1.1.0/26"
+
+# fb5379ee12174589ad3d2da83e61667c
+#: ../../networking2.rst:652
+msgid "10.1.1.64 to 10.1.1.254"
+msgstr "10.1.1.64-10.1.1.254"
+
+# a9558f6e733545849f81f3ae6fc11f08
+#: ../../networking2.rst:652
+msgid ""
+"IP Reservation configured by the UpdateNetwork API with "
+"guestvmcidr=10.1.1.0/26 or enter 10.1.1.0/26 in the CIDR field in the UI."
+msgstr "在界面的CIDR框内输入10.1.1.0/26或通过更新网络的API配置为guestvmcidr=10.1.1.0/26,进行IP预留配置"
+
+# b3beece5bd0f4a3d8a0234aa9980a330
+#: ../../networking2.rst:655
+msgid "3"
+msgstr "3"
+
+# 79c55aa2874f4650b96805d27acfee4e
+#: ../../networking2.rst:655
+msgid ""
+"Removing IP Reservation by the UpdateNetwork API with "
+"guestvmcidr=10.1.1.0/24 or enter 10.1.1.0/24 in the CIDR field in the UI."
+msgstr "在界面的CIDR框内输入10.1.1.0/24或通过更新网络的API配置为guestvmcidr=10.1.1.0/24,进行IP预留清除"
+
+# 69a8f32537914ac6a722239a9dc07582
+# d8ca4fc7bf014daa9437cc4d5c7eb4f6
+#: ../../networking2.rst:661 ../../networking2.rst:1774
+msgid "Limitations"
+msgstr "局限性"
+
+# 6d66399f47684bc1940beb29a805e60c
+#: ../../networking2.rst:665
+msgid ""
+"The IP Reservation is not supported if active IPs that are found outside the"
+" Guest VM CIDR."
+msgstr "如果在客户虚拟机CIDR外发现活动的IP地址,IP预留将不被支持。"
+
+# db05ec3e0280485b9f6f8c5d902cbcc7
+#: ../../networking2.rst:670
+msgid ""
+"Upgrading network offering which causes a change in CIDR (such as upgrading "
+"an offering with no external devices to one with external devices) IP "
+"Reservation becomes void if any. Reconfigure IP Reservation in the new re-"
+"implemeted network."
+msgstr "在IP预留中,引起CIDR变化的网络升级方案都将无效,如将无外部设备的方案升级到带有外部设备的方案。在新实施的网络中,要重新配置IP预留。"
+
+# 6edc84466bc24a3d85247cab80c0cd80
+#: ../../networking2.rst:676
+msgid "Best Practices"
+msgstr "最佳实践"
+
+# 4bd0b852d6474b84accb421f128331f4
+#: ../../networking2.rst:678
+msgid ""
+"Apply IP Reservation to the guest network as soon as the network state "
+"changes to Implemented. If you apply reservation soon after the first guest "
+"VM is deployed, lesser conflicts occurs while applying reservation."
+msgstr "一旦网络状态变为实施,应尽快应用IP预留到客户网络。如果在第一台客户虚拟机部署后应用IP预留,则会在应用IP会有较少的冲突发生。"
+
+# e601241fba8a43feb30b4dcde1dc89a6
+#: ../../networking2.rst:684
+msgid "Reserving an IP Range"
+msgstr "预留一个IP范围"
+
+# dd9d0df809aa420899439632c2e7019f
+#: ../../networking2.rst:702
+msgid "The CIDR field changes to editable one."
+msgstr "CIDR框将变为可编辑状态"
+
+# 0ffc29b024624ccdb36d0ea407209d7f
+#: ../../networking2.rst:706
+msgid "In CIDR, specify the Guest VM CIDR."
+msgstr "在CIDR框,说明客户虚拟机的CIDR"
+
+# b2b4f195c2e847418d352a7e1ef06061
+#: ../../networking2.rst:710
+msgid "Click Apply."
+msgstr "点击应用"
+
+# d33d489b7f234940bc59878574087127
+#: ../../networking2.rst:712
+msgid ""
+"Wait for the update to complete. The Network CIDR and the Reserved IP Range "
+"are displayed on the Details page."
+msgstr "等待更新完成。"
+
+# 06aed4f105fd47d283331f291310c288
+#: ../../networking2.rst:716
+msgid "Reserving Public IP Addresses and VLANs for Accounts"
+msgstr "为账户预留公共IP地址及VLANS"
+
+# d29491316baf475184dbf3bd53bb19c3
+#: ../../networking2.rst:718
+msgid ""
+"CloudStack provides you the ability to reserve a set of public IP addresses "
+"and VLANs exclusively for an account. During zone creation, you can continue"
+" defining a set of VLANs and multiple public IP ranges. This feature extends"
+" the functionality to enable you to dedicate a fixed set of VLANs and guest "
+"IP addresses for a tenant."
+msgstr "CloudStack可以让你能够独立的为账户预留一部分公共IP地址和VLANS。在创建区域阶段,你可以继续定义一部分VLANS以及多个公共IP范围。这种功能扩展特性可以让你能够为客户预留固定的一部分VLAN和客户IP地址"
+
+# 68a3748797434d67bcbfc405a263a065
+#: ../../networking2.rst:724
+msgid ""
+"Note that if an account has consumed all the VLANs and IPs dedicated to it, "
+"the account can acquire two more resources from the system. CloudStack "
+"provides the root admin with two configuration parameter to modify this "
+"default behavior: use.system.public.ips and use.system.guest.vlans. These "
+"global parameters enable the root admin to disallow an account from "
+"acquiring public IPs and guest VLANs from the system, if the account has "
+"dedicated resources and these dedicated resources have all been consumed. "
+"Both these configurations are configurable at the account level."
+msgstr "注意,如果一个账户使用了所有分配给他的VLAN和IP,这个账户可以从系统获得二个以上的资源。CloudStack为根管理员提供了二个参数可以进行控制,分别是use.system.public.ips和use.system.guest.vlans。当一个账户分配了资源并且这些资源已经被消耗掉时,这二个全局参数可以使根管理员拒绝此账户从公共IP和来宾VLAN获取资源。二个配置都能在帐户级别进行配置。"
+
+# 40f4120539264e8fb5dbf5a7064d1fe9
+#: ../../networking2.rst:734
+msgid "This feature provides you the following capabilities:"
+msgstr "这些特性可提供以下的功能:"
+
+# 9bf2889fc36847ebabce3e8f9b625163
+#: ../../networking2.rst:738
+msgid ""
+"Reserve a VLAN range and public IP address range from an Advanced zone and "
+"assign it to an account"
+msgstr "从一个高级区域中预留一个VLAN范围和公共IP地址,并可以将其指定给一个账户。"
+
+# e1e3b63901214e39b4cd5ded0ff47ab6
+#: ../../networking2.rst:743
+msgid "Disassociate a VLAN and public IP address range from an account"
+msgstr "将一个VLAN和IP地址从一个账户解除联系。"
+
+# a849c48967014ee4ab4c29e6250ac9bc
+#: ../../networking2.rst:747
+msgid "View the number of public IP addresses allocated to an account"
+msgstr "查看分配给帐户的公共IP地址。"
+
+# 4c148c9f929f4394861c0230a52f46ea
+#: ../../networking2.rst:751
+msgid ""
+"Check whether the required range is available and is conforms to account "
+"limits."
+msgstr "检查需要的范围是否可用并且要符合帐户限制。"
+
+# b03cc0c4939e4538b33463b1acfa081f
+#: ../../networking2.rst:754
+msgid "The maximum IPs per account limit cannot be superseded."
+msgstr "不能超过每个账户最大的IP限制数。"
+
+# 331f9e80ff07451f833ea2f1e6592f48
+#: ../../networking2.rst:757
+msgid "Dedicating IP Address Ranges to an Account"
+msgstr "分配IP地址给一个账户"
+
+# cc9f01ca9cd04090b9ef074c6c68eb34
+# af5838600fdc41f68b104a44ea03d81a
+# 6230bfd5086842d69df7366e01ad5977
+#: ../../networking2.rst:765 ../../networking2.rst:886
+#: ../../networking2.rst:3054
+msgid "In the left navigation bar, click Infrastructure."
+msgstr "在左侧导航栏中,点击基础架构"
+
+# 732571fdd87e45b2ba3d0c99d319dada
+# 0a044cf03cd04706a971cfd6747f3972
+#: ../../networking2.rst:769 ../../networking2.rst:890
+msgid "In Zones, click View All."
+msgstr "在区域中,点击查看全部"
+
+# 718b87bdd1b24472a05561bc487af593
+# f0113ce9f8584511a94348c59e5098e9
+# 11d188714878411189998fcd7fb05a07
+#: ../../networking2.rst:773 ../../networking2.rst:894
+#: ../../networking2.rst:3062
+msgid "Choose the zone you want to work with."
+msgstr "选择你要设置的区域。"
+
+# e2c9d117a33a4ca698597ea697c642a8
+#: ../../networking2.rst:781
+msgid "In the Public node of the diagram, click Configure."
+msgstr "在图的公共节点上,点击配置。"
+
+# b587547f92d54da6a66fb328a1f90aa1
+#: ../../networking2.rst:785
+msgid "Click the IP Ranges tab."
+msgstr "点击IP范围页签。"
+
+# 71762e4009804e12af198d32409f6abe
+#: ../../networking2.rst:787
+msgid ""
+"You can either assign an existing IP range to an account, or create a new IP"
+" range and assign to an account."
+msgstr "或者指定一个已经的IP范围给帐户,或创建一个新的IP范围并指定给一个帐户。"
+
+# 89865009ad614a7caefc9d7e195d1f2c
+#: ../../networking2.rst:792
+msgid "To assign an existing IP range to an account, perform the following:"
+msgstr "要指定一个已有IP范围给帐户,按以下操作进行"
+
+# 023883e725b743e790c6c7d378fae5d1
+#: ../../networking2.rst:796
+msgid "Locate the IP range you want to work with."
+msgstr "确定需要分配的IP范围"
+
+# 727f9c60c5a149af95962b79fb673136
+#: ../../networking2.rst:800
+msgid "Click Add Account |addAccount-icon.png| button."
+msgstr "点击添加帐户按钮。|addAccount-icon.png| "
+
+# 98609249ea444461a727d851b23bdb4a
+#: ../../networking2.rst:802
+msgid "The Add Account dialog is displayed."
+msgstr "会弹出添加帐户对话框。"
+
+# 91a874f4d53548b5a54dd26c7a8070c4
+#: ../../networking2.rst:810
+msgid ""
+"**Account**: The account to which you want to assign the IP address range."
+msgstr "帐户,即需要指定IP地址范围的帐户"
+
+# d765ebdf04b540e9bb49f050bc9d5d1c
+#: ../../networking2.rst:815
+msgid "**Domain**: The domain associated with the account."
+msgstr "域名,与帐户关联的域名"
+
+# 68e22a0328b543599b5c092cb1be55c8
+#: ../../networking2.rst:817
+msgid "To create a new IP range and assign an account, perform the following:"
+msgstr "要指定一个新的IP范围给帐户,按以下操作进行"
+
+# a7351c3fc8aa4e6ab6f6de9982df895a
+#: ../../networking2.rst:826
+msgid "**Gateway**"
+msgstr "网关"
+
+# a8212080596548efb06b7f360af77801
+#: ../../networking2.rst:830
+msgid "**Netmask**"
+msgstr "掩码"
+
+# 2bac81ea68b044c99364b2e06d943f9e
+#: ../../networking2.rst:834
+msgid "**VLAN**"
+msgstr "VLAN"
+
+# a4fe8a556467404db7fc7ce462d9d690
+#: ../../networking2.rst:838
+msgid "**Start IP**"
+msgstr "起始IP"
+
+# b86850aa7e104d75b25613535bda6ad1
+#: ../../networking2.rst:842
+msgid "**End IP**"
+msgstr "结束IP"
+
+# 0cb6e7bb5c24462ca8eba42cba3c2ba0
+#: ../../networking2.rst:846
+msgid "**Account**: Perform the following:"
+msgstr "帐户,按以下操作进行:"
+
+# ba26e0ab36b64d9a9e00350c439eb9ec
+#: ../../networking2.rst:850
+msgid "Click Account."
+msgstr "点击帐户"
+
+# 7ef94c9e8e0b407d82dc09a915d88b3e
+#: ../../networking2.rst:852
+msgid "The Add Account page is displayed."
+msgstr "会显示添加帐户页"
+
+# 2e18417b732143f89ffa9ab5c5767d1d
+#: ../../networking2.rst:860
+msgid ""
+"****Account****: The account to which you want to assign an IP address "
+"range."
+msgstr "帐户,即需要指定IP地址范围的帐户"
+
+# 24326080425a4f7ba299c24defa8ee63
+# 3360555202854da8a230941d49441cb7
+#: ../../networking2.rst:865 ../../networking2.rst:930
+msgid "****Domain****: The domain associated with the account."
+msgstr "****域****:域账号关联的域。"
+
+# 57dd5ad50af947868ed60fb4f4871b8e
+# fd71c947508a4b19a74d5e8e68ab028a
+# df1c4b86b0574044b3b1e2f59f86e433
+# 911725135046474fbb858f58a060c70c
+# 7f4d32193a8e441ba5d3ba76afdc660d
+# 0d1a59ac450f4913861519bb5690af46
+# 68ec8457b8f6477a877539749238ecd7
+#: ../../networking2.rst:874 ../../networking2.rst:1935
+#: ../../networking2.rst:3493 ../../networking2.rst:3595
+#: ../../networking2.rst:3751 ../../networking2.rst:3984
+#: ../../networking2.rst:5732
+msgid "Click Add."
+msgstr "点击 添加"
+
+# 6ef67854e5d346c7913e58e20a2b72f4
+#: ../../networking2.rst:877
+msgid "Dedicating VLAN Ranges to an Account"
+msgstr "确定需要分配的IP范围"
+
+# 37745b0f98834f4b805af70b9546e2d7
+#: ../../networking2.rst:881
+msgid ""
+"After the CloudStack Management Server is installed, log in to the "
+"CloudStack UI as administrator."
+msgstr "安装好CloudStack管理端后,使用管理员帐号登录CloudStack用户界面。"
+
+# f8bb5c0c781349a6ad62cac445eb11cc
+# eab05b15433e427aa1bb42cc204ab3e9
+#: ../../networking2.rst:902 ../../networking2.rst:1376
+msgid "In the Guest node of the diagram, click Configure."
+msgstr "在图中的来宾节点上,点击配置"
+
+# 61505cd3d4344e769a534aed469c073d
+#: ../../networking2.rst:906
+msgid "Select the Dedicated VLAN Ranges tab."
+msgstr "选择分配VLAN范围页签"
+
+# 1df8c107f4854732a4f8a3a50c9cec49
+#: ../../networking2.rst:910
+msgid "Click Dedicate VLAN Range."
+msgstr "点击分配VLAN范围"
+
+# c02ef1fcb0e642a28e69bd463286ec33
+#: ../../networking2.rst:912
+msgid "The Dedicate VLAN Range dialog is displayed."
+msgstr "会弹出分配VLAN对话框。"
+
+# acd323fd8ca8468880666db446b5d222
+#: ../../networking2.rst:920
+msgid ""
+"****VLAN Range****: The VLAN range that you want to assign to an account."
+msgstr "VLAN范围:即需要指定给帐户的VLAN范围"
+
+# 1a79b0742f1a4aefa692f541aa4b5892
+#: ../../networking2.rst:925
+msgid ""
+"****Account****: The account to which you want to assign the selected VLAN "
+"range."
+msgstr "帐户:即需要指定选定的VLAN的帐户"
+
+# fe1be017fe7644368cd98ae4c68575eb
+#: ../../networking2.rst:933
+msgid "Configuring Multiple IP Addresses on a Single NIC"
+msgstr "在单网卡配置多个IP地址"
+
+# c38d77c3c3a04ece8ca7568348264c1c
+#: ../../networking2.rst:935
+msgid ""
+"CloudStack provides you the ability to associate multiple private IP "
+"addresses per guest VM NIC. In addition to the primary IP, you can assign "
+"additional IPs to the guest VM NIC. This feature is supported on all the "
+"network configurations: Basic, Advanced, and VPC. Security Groups, Static "
+"NAT and Port forwarding services are supported on these additional IPs."
+msgstr "CloudStack能够让你给每个客户虚拟机网卡配置多个私有IP地址,除主IP地址外,你可以指定额外的IP地址到客户虚拟机网卡。在所有的网络配置中,如基础配置,高级配置,VPC,均支持这一功能。安全组,静态NAT及端口转发服务在额外的IP地址上也都被支持。"
+
+# f6ae31a4bdbf477bb30c85f877c5c6b6
+#: ../../networking2.rst:942
+msgid ""
+"As always, you can specify an IP from the guest subnet; if not specified, an"
+" IP is automatically picked up from the guest VM subnet. You can view the "
+"IPs associated with for each guest VM NICs on the UI. You can apply NAT on "
+"these additional guest IPs by using network configuration option in the "
+"CloudStack UI. You must specify the NIC to which the IP should be "
+"associated."
+msgstr "当然,你也可以从来宾子网中指定一个IP,如果没有指定,将会从来宾虚拟机子网中自动选择一个。可以从UI中查看每一个与来宾虚拟机网卡关联的IP地址。也可以在CloudStack界面中通过网络配置选项在那些额外的来宾虚拟机上应用NAT。但必须指明网卡与哪一个IP关联。"
+
+# e122667851cc41cbb7ee1643ac94d437
+#: ../../networking2.rst:949
+msgid ""
+"This feature is supported on XenServer, KVM, and VMware hypervisors. Note "
+"that Basic zone security groups are not supported on VMware."
+msgstr "在XenServer,KVM和VMware虚拟机中,都支持这些功能。注意,VMware不支持基础区域的安全组。"
+
+# d244bec96a6742dcba6445489ebe5218
+#: ../../networking2.rst:953
+msgid "Use Cases"
+msgstr "使用案例"
+
+# 6bb7477d1acc4f3fbd79cd0dbfc2ca5e
+#: ../../networking2.rst:955
+msgid "Some of the use cases are described below:"
+msgstr "一些使用案例见以下描述"
+
+# deaccf09c30b469a945f6c92f5b3e9e8
+#: ../../networking2.rst:959
+msgid ""
+"Network devices, such as firewalls and load balancers, generally work best "
+"when they have access to multiple IP addresses on the network interface."
+msgstr "网络设备,如防火墙或负责均衡设备,一般来讲,当他们在网络接口上接入更多的IP地址时,他们能够更好的工作。"
+
+# b3bb1a633fb0431687fc030d4f1135d3
+#: ../../networking2.rst:965
+msgid ""
+"Moving private IP addresses between interfaces or instances. Applications "
+"that are bound to specific IP addresses can be moved between instances."
+msgstr "在接口和实例中迁移IP地址。绑定到特定IP地址的应用可以在实例中迁移。"
+
+# 5d372ef180164330a3adddfbf3c1cc0f
+#: ../../networking2.rst:971
+msgid ""
+"Hosting multiple SSL Websites on a single instance. You can install multiple"
+" SSL certificates on a single instance, each associated with a distinct IP "
+"address."
+msgstr "在单个实例上开启多个SSL网站。可以在单个实例上安装多个SSL认证,每一个认证都关联一个单独的IP地址。"
+
+# 37f9e5af46a34673a930879c2e5cba6f
+# c7db437925a34c6a87c825ef10de2e9a
+# 3f3eba9611d84d6aae271d271019803b
+#: ../../networking2.rst:976 ../../networking2.rst:1194
+#: ../../networking2.rst:6425
+msgid "Guidelines"
+msgstr "指导方针"
+
+# 3e292b09263b4b97bfd6c423204dbc2f
+#: ../../networking2.rst:978
+msgid ""
+"To prevent IP conflict, configure different subnets when multiple networks "
+"are connected to the same VM."
+msgstr "为防止IP冲突,当多个网络连接至同一个虚拟机时,要配置不同的子网。"
+
+# 95785c3d19f449f78cc05d757ee25d24
+#: ../../networking2.rst:982
+msgid "Assigning Additional IPs to a VM"
+msgstr "指定额外的IP给虚拟机"
+
+# 59a152d36896406a8e27bc6d934ee420
+#: ../../networking2.rst:986
+msgid "Log in to the CloudStack UI."
+msgstr "登录到CloudStack的界面"
+
+# 62ef4fc700f2458282be770129fbe8f3
+#: ../../networking2.rst:990
+msgid "In the left navigation bar, click Instances."
+msgstr "在左侧导航栏,点击实例"
+
+# e481a0bf01464ec993e94b0b35787eed
+#: ../../networking2.rst:994
+msgid "Click the name of the instance you want to work with."
+msgstr "点击拟配置的实例"
+
+# 040e0aa0901c4a738201d7f2b345c0f1
+#: ../../networking2.rst:998
+msgid "In the Details tab, click NICs."
+msgstr "在详细 页签,点击网卡"
+
+# 783db8f186394495ad0ab1546a97951e
+#: ../../networking2.rst:1002
+msgid "Click View Secondary IPs."
+msgstr "点击查看二级地址"
+
+# 81df8a9f3f814aaa861dd841284985ef
+#: ../../networking2.rst:1006
+msgid ""
+"Click Acquire New Secondary IP, and click Yes in the confirmation dialog."
+msgstr "点击获取新二级IP,在确认对话框点击确定。"
+
+# 5bee3ae73622433aaf3ff3502d16bfcb
+#: ../../networking2.rst:1009
+msgid ""
+"You need to configure the IP on the guest VM NIC manually. CloudStack will "
+"not automatically configure the acquired IP address on the VM. Ensure that "
+"the IP address configuration persist on VM reboot."
+msgstr "需要手动配置来宾虚拟机的网卡。在虚拟机上,CloudStack不会自动配置获取IP。确保在虚拟机重启IP地址配置仍有效。"
+
+# f5aed3f52f76443b9810ed9d0bd1d47c
+#: ../../networking2.rst:1013
+msgid ""
+"Within a few moments, the new IP address should appear with the state "
+"Allocated. You can now use the IP address in Port Forwarding or StaticNAT "
+"rules."
+msgstr "稍等一会,新的IP地址会出现,状态栏为会显示为分配。现在可以在端口转发或静态NAT规则中使用此IP地址了。"
+
+# 91390ddfe5794441a909d512aaf69b16
+#: ../../networking2.rst:1018
+msgid "Port Forwarding and StaticNAT Services Changes"
+msgstr "更改端口转发和静态NAT服务"
+
+# 178e8a8fb2244a73af81938965720ec0
+#: ../../networking2.rst:1020
+msgid ""
+"Because multiple IPs can be associated per NIC, you are allowed to select a "
+"desired IP for the Port Forwarding and StaticNAT services. The default is "
+"the primary IP. To enable this functionality, an extra optional parameter "
+"'vmguestip' is added to the Port forwarding and StaticNAT APIs "
+"(enableStaticNat, createIpForwardingRule) to indicate on what IP address NAT"
+" need to be configured. If vmguestip is passed, NAT is configured on the "
+"specified private IP of the VM. if not passed, NAT is configured on the "
+"primary IP of the VM."
+msgstr "因为每一个网卡都可关联至多IP,CloudStack可以允许为端口转发及静态NAT服务选择一个目标IP。默认为主IP。为开启此功能,另一个可选的配置参数  虚拟机来宾IP 需要被加至端口转发及静态NAT 的API中去(开启静态NAT,创建IP端口转发),以示IP地址NAT需要配置。如果虚拟机来宾IP 没有设置,NAT会配置在虚拟机的私有IP上,如果设置了,NAT会配置在虚拟机的主IP上。"
+
+# 9a799b4a628a476f9d231bc81b470264
+#: ../../networking2.rst:1030
+msgid "About Multiple IP Ranges"
+msgstr "关于多IP范围"
+
+# 028ff8cab15f440e877ecf3ac468a1a2
+#: ../../networking2.rst:1032
+msgid "The feature can only be implemented on IPv4 addresses."
+msgstr "这些功能仅能在IPV4的地址是实现。"
+
+# e4d2239d0d0c410c8f96922f8da73fd8
+#: ../../networking2.rst:1034
+msgid ""
+"CloudStack provides you with the flexibility to add guest IP ranges from "
+"different subnets in Basic zones and security groups-enabled Advanced zones."
+" For security groups-enabled Advanced zones, it implies multiple subnets can"
+" be added to the same VLAN. With the addition of this feature, you will be "
+"able to add IP address ranges from the same subnet or from a different one "
+"when IP address are exhausted. This would in turn allows you to employ "
+"higher number of subnets and thus reduce the address management overhead. To"
+" support this feature, the capability of ``createVlanIpRange`` API is "
+"extended to add IP ranges also from a different subnet."
+msgstr "在基础区域以及高级区域的开启安全组,CloudStack能够让你从不同的子网添加来宾IP范围。对于高级区域的开启安全组,多个子网可被加至同一个VLAN。随着此功能的增加,当IP地址耗尽时,你能够从同一个子网或从不同的子网添加IP范围。这会允许你添加更多的子网,因此减少了了地址管理的问题。为支持这一特性,创建VLANIP范围的API被加以扩展,这样就能从不同的子网添加IP范围"
+
+# 2881a530808e42f5be3d6298eeb47271
+#: ../../networking2.rst:1045
+msgid ""
+"Ensure that you manually configure the gateway of the new subnet before "
+"adding the IP range. Note that CloudStack supports only one gateway for a "
+"subnet; overlapping subnets are not currently supported."
+msgstr "确实在添加IP范围前,手动配置了子网的网关。注意,CloudStack仅支持一个子网有一个网关。不支持重叠的子网。"
+
+# 003e5d07c0794227bc714b0f29892867
+#: ../../networking2.rst:1049
+msgid ""
+"Use the ``deleteVlanRange`` API to delete IP ranges. This operation fails if"
+" an IP from the remove range is in use. If the remove range contains the IP "
+"address on which the DHCP server is running, CloudStack acquires a new IP "
+"from the same subnet. If no IP is available in the subnet, the remove "
+"operation fails."
+msgstr "使用删除VLAN范围的API删除IP范围。如果拟删除的IP在被使用时,此操作会失败。如果删除的范围包含DHCP服务器拟分配的IP地址CloudStack会从同一个子网下获取新的IP。如果在子网内没有可供利用的IP时,删除操作会失败。"
+
+# b8a91ec2e02844bd85db4f28846aad2b
+#: ../../networking2.rst:1055
+msgid "This feature is supported on KVM, xenServer, and VMware hypervisors."
+msgstr "在KVM, xenServer以及VMware虚拟机中,都支持这项功能。 "
+
+# ed378b716b614e5ea18ea508d7ecccb8
+#: ../../networking2.rst:1058
+msgid "About Elastic IP"
+msgstr "关于弹性IP"
+
+# cb979912025d4652b170b423b3323451
+#: ../../networking2.rst:1060
+msgid ""
+"Elastic IP (EIP) addresses are the IP addresses that are associated with an "
+"account, and act as static IP addresses. The account owner has the complete "
+"control over the Elastic IP addresses that belong to the account. As an "
+"account owner, you can allocate an Elastic IP to a VM of your choice from "
+"the EIP pool of your account. Later if required you can reassign the IP "
+"address to a different VM. This feature is extremely helpful during VM "
+"failure. Instead of replacing the VM which is down, the IP address can be "
+"reassigned to a new VM in your account."
+msgstr "弹性IP(EIP)地址是指与帐户关联的IP地址,能起到静态IP地址的作用。帐户所有者能完全控制隶属于此账户的弹性IP。作为帐户拥有者,你可以从你帐户的EIP池中选择一个IP分配给虚拟机。如果后续需要,你可以继续分配此IP地址给另一个虚拟机。在VM宕机时,此功能特别有用。此IP地址可以重新指定给一个新的虚拟机,而不是取代已经宕机的虚拟机。"
+
+# a05811529f014d1aa52b2974f0bba51e
+#: ../../networking2.rst:1069
+msgid ""
+"Similar to the public IP address, Elastic IP addresses are mapped to their "
+"associated private IP addresses by using StaticNAT. The EIP service is "
+"equipped with StaticNAT (1:1) service in an EIP-enabled basic zone. The "
+"default network offering, DefaultSharedNetscalerEIPandELBNetworkOffering, "
+"provides your network with EIP and ELB network services if a NetScaler "
+"device is deployed in your zone. Consider the following illustration for "
+"more details."
+msgstr "与公共IP地址一样,弹性IP地址通过使用静态NAT关联至与之相关的私有IP地址。在起用了EIP的基础域中,EIP的服务与静态NAT的服务一一对应。默认的网络方案,默认共享EIP与负载均衡网络方案,在区域部署了NetScaler设备的前提下,能够提供EIP以及ELB网络服务。参见以下更详细的说明。"
+
+# d254f6b5f23f4583bf38593e35204bd5
+#: ../../networking2.rst:1077
+msgid "|eip-ns-basiczone.png|"
+msgstr "|eip-ns-basiczone.png|"
+
+# ec87f8235ad14731b88fa165faf2855f
+#: ../../networking2.rst:1079
+msgid ""
+"In the illustration, a NetScaler appliance is the default entry or exit "
+"point for the CloudStack instances, and firewall is the default entry or "
+"exit point for the rest of the data center. Netscaler provides LB services "
+"and staticNAT service to the guest networks. The guest traffic in the pods "
+"and the Management Server are on different subnets / VLANs. The policy-based"
+" routing in the data center core switch sends the public traffic through the"
+" NetScaler, whereas the rest of the data center goes through the firewall."
+msgstr "在图中,NetScaler设备对CloudStack的实例而言是一个默认的入口或出口,防火墙是剩余数据中心的出口或入口。Netscaler对来宾网络提供负载均衡以及静态NAT的服务。在机架和管理服务器上,来宾流量是不同的子网或VLAN。在数据中心的核心交换机的基础路由策略是通过NetScaler转发公共流量,其他数据中心的流量则通过防火墙。"
+
+# cccbede2f664419a97a65174be17cfba
+#: ../../networking2.rst:1088
+msgid "The EIP work flow is as follows:"
+msgstr "EIP的工作流如下:"
+
+# 748bdba8746d4237862652eeefe51b0c
+#: ../../networking2.rst:1092
+msgid ""
+"When a user VM is deployed, a public IP is automatically acquired from the "
+"pool of public IPs configured in the zone. This IP is owned by the VM's "
+"account."
+msgstr "当部署一个用户虚拟机时,会从区域配置的IP中自动获得一个公共IP。这个IP为虚拟机帐户所拥有。"
+
+# b453f18754a649e5913c58ce4a28993b
+#: ../../networking2.rst:1098
+msgid ""
+"Each VM will have its own private IP. When the user VM starts, Static NAT is"
+" provisioned on the NetScaler device by using the Inbound Network Address "
+"Translation (INAT) and Reverse NAT (RNAT) rules between the public IP and "
+"the private IP."
+msgstr "每一个虚拟机都有自己的私有IP。当来客户虚拟机启动时,通过使用在公共IP和私有IP之间的入口网络地址转换(INAT)以及预留地址转换(RNAT),NetScaler设备可以提供静态NAT"
+
+# 6e1a151b2c704623941c8c05d3a90134
+#: ../../networking2.rst:1104
+msgid ""
+"Inbound NAT (INAT) is a type of NAT supported by NetScaler, in which the "
+"destination IP address is replaced in the packets from the public network, "
+"such as the Internet, with the private IP address of a VM in the private "
+"network. Reverse NAT (RNAT) is a type of NAT supported by NetScaler, in "
+"which the source IP address is replaced in the packets generated by a VM in "
+"the private network with the public IP address."
+msgstr "入口网络地址转换(INAT)是NetScaler支持的一类NAT类型,在此类型中,来自公共网络(如Internet)的数据包中的目标IP地址被私有网络中虚拟机的私有地址取代。预留地址转换(RNAT)也是NetScaler支持的一类NAT类型,私有网络中虚拟机产生的数据包中的源IP地址被公共IP地址取代。"
+
+# e64823a0214b46d8a6326da740b47131
+#: ../../networking2.rst:1113
+msgid "This default public IP will be released in two cases:"
+msgstr "默认的公共IP在两种情况下会被释放:"
+
+# ec3de61219d640b2baa722270d509f9b
+#: ../../networking2.rst:1117
+msgid ""
+"When the VM is stopped. When the VM starts, it again receives a new public "
+"IP, not necessarily the same one allocated initially, from the pool of "
+"Public IPs."
+msgstr "当虚拟机停止时。当虚拟机启动时,可以重新获取一个新的公共IP,并不必须是从公共IP地址池中最初分配的那一个。"
+
+# 9429fa004e17414e88ed8a023486ac59
+#: ../../networking2.rst:1123
+msgid ""
+"The user acquires a public IP (Elastic IP). This public IP is associated "
+"with the account, but will not be mapped to any private IP. However, the "
+"user can enable Static NAT to associate this IP to the private IP of a VM in"
+" the account. The Static NAT rule for the public IP can be disabled at any "
+"time. When Static NAT is disabled, a new public IP is allocated from the "
+"pool, which is not necessarily be the same one allocated initially."
+msgstr "当用户获取公共IP(弹性IP)时。这些公共IP与帐户相关联,但不与任何私有IP相关。然而,用户可以开启静态NAT将帐户中虚拟机的私有IP与之关联。对应公共IP的静态NAT规则可随时取消。当静态NAT关闭时,会从地址池中分配的一个新的公共IP,并不必须是最初分配的那一个。"
+
+# 469830a9248b4593a5aac71adbba4340
+#: ../../networking2.rst:1131
+msgid ""
+"For the deployments where public IPs are limited resources, you have the "
+"flexibility to choose not to allocate a public IP by default. You can use "
+"the Associate Public IP option to turn on or off the automatic public IP "
+"assignment in the EIP-enabled Basic zones. If you turn off the automatic "
+"public IP assignment while creating a network offering, only a private IP is"
+" assigned to a VM when the VM is deployed with that network offering. Later,"
+" the user can acquire an IP for the VM and enable static NAT."
+msgstr "对部署而言,公共IP会受限于资源,可以灵活的选择默认不分配公共IP。可以在开启了EIP的基础区域中,通过关联公共IP选项来打开或关闭自动公共IP指定。如果在创建网络方案时,你关闭了自动公共IP指定,则在使用此网络方案部署时,仅会分配一个私有IP给虚拟机。此后,用户虚拟机可以获取一个IP,并可以开启静态NAT。"
+
+# 0ecd0ac61194408a98281da0aadd9e1a
+#: ../../networking2.rst:1140
+msgid ""
+"For more information on the Associate Public IP option, see `\"Creating a "
+"New Network Offering\" <networking.html#creating-a-new-network-offering>`_."
+msgstr "要了解更多关于关联公共IP的选项,请参考`\"创建一个新的网络方案\" <networking.html#creating-a-new-network-offering>`_."
+
+# 3cd8dd1307094741b10ebb57dc03d260
+#: ../../networking2.rst:1144
+msgid ""
+"The Associate Public IP feature is designed only for use with user VMs. The "
+"System VMs continue to get both public IP and private by default, "
+"irrespective of the network offering configuration."
+msgstr "设计关联公共IP的功能,仅是为使用用户虚拟机。系统虚拟机仍然默认会获取公共IP和私有IP,与网络配置并不相关。"
+
+# 3ff9c04d9cd44e088c20dfd89e9b3b8b
+#: ../../networking2.rst:1148
+msgid ""
+"New deployments which use the default shared network offering with EIP and "
+"ELB services to create a shared network in the Basic zone will continue "
+"allocating public IPs to each user VM."
+msgstr "在基础区域中,使用默认具有EIP和ELB服务的网络方案来创建共享网络时,仍然会给每一个用户虚拟机分配公共IP。"
+
+# 16c8dc460b214f4894425176314b9cb3
+#: ../../networking2.rst:1153
+msgid "Portable IPs"
+msgstr "端口IP"
+
+# 3a5bf095b28f463397be53d043c810c8
+#: ../../networking2.rst:1156
+msgid "About Portable IP"
+msgstr "关于端口IP"
+
+# 5458a5ed86214e4c93481bcc51808719
+#: ../../networking2.rst:1158
+msgid ""
+"Portable IPs in CloudStack are region-level pool of IPs, which are elastic "
+"in nature, that can be transferred across geographically separated zones. As"
+" an administrator, you can provision a pool of portable public IPs at region"
+" level and are available for user consumption. The users can acquire "
+"portable IPs if admin has provisioned portable IPs at the region level they "
+"are part of. These IPs can be use for any service within an advanced zone. "
+"You can also use portable IPs for EIP services in basic zones."
+msgstr "在CloudStack中,端口IP是地域级的IP地址池,其天然具有弹性,亦即可以在地理隔离的区域中进行转发。作为管理员,可以在地域级提供IP地址池供用户使用。如果在用户所属的地域,其管理员提供了端口IP,用户就可以获取此类IP。在高级区域内,这些IP可用于任一服务。也可以在基础区域中为EIP服务使用端口IP。"
+
+# 7315df7ef52e4cf1b934b6af1441d884
+#: ../../networking2.rst:1167
+msgid "The salient features of Portable IP are as follows:"
+msgstr "端口IP的主要功能如下:"
+
+# 891115e5cf6a48ada1f4095573352338
+#: ../../networking2.rst:1171
+msgid "IP is statically allocated"
+msgstr "IP是静态分配的。"
+
+# 4d10cf62b6c743b8b592cc802be6cc92
+#: ../../networking2.rst:1175
+msgid "IP need not be associated with a network"
+msgstr "IP与网络无关。"
+
+# 24d3e403f0aa4c39ad463d1fa0ae207d
+#: ../../networking2.rst:1179
+msgid "IP association is transferable across networks"
+msgstr "IP关联是可以通过网络转发的。"
+
+# 74cb916a3d374a76b971841f8b2379a5
+#: ../../networking2.rst:1183
+msgid "IP is transferable across both Basic and Advanced zones"
+msgstr "IP可以在基础区域和高级区域中转发。"
+
+# 7d33ab9a52444bbe9b3f7b3128209e6b
+#: ../../networking2.rst:1187
+msgid "IP is transferable across VPC, non-VPC isolated and shared networks"
+msgstr "IP可通过VPC,非VPC隔离和共享网络进行转发。"
+
+# df1a612ddd7d4098a0ddf9b83ad8a93e
+#: ../../networking2.rst:1191
+msgid "Portable IP transfer is available only for static NAT."
+msgstr "端口IP转发仅对静态NAT可用。"
+
+# bb4f9954dc894d61abfa568fb2e16957
+#: ../../networking2.rst:1196
+msgid ""
+"Before transferring to another network, ensure that no network rules "
+"(Firewall, Static NAT, Port Forwarding, and so on) exist on that portable "
+"IP."
+msgstr "在转发至另一网络前,确保没有网络规则(如防火墙,静态NAT,端口转发等等)不存在于端口IP。"
+
+# 6219f205752d4e34a5f1fbf3a5de51cc
+#: ../../networking2.rst:1201
+msgid "Configuring Portable IPs"
+msgstr "配置端口IP"
+
+# d64282ef04d447a599ddece7139055f7
+#: ../../networking2.rst:1209
+msgid "In the left navigation, click Regions."
+msgstr "在左侧导航栏中,点击地域"
+
+# 8b31c7af9d8541d79d6b98d0ed76d82d
+#: ../../networking2.rst:1213
+msgid "Choose the Regions that you want to work with."
+msgstr "选择拟修改的地域。"
+
+# 1938f07ea2c94222a20b08898972dc0c
+#: ../../networking2.rst:1217
+msgid "Click View Portable IP."
+msgstr "点击查看端口IP"
+
+# 3fd59fc0c5804ab58ed115888d070d9d
+#: ../../networking2.rst:1221
+msgid "Click Portable IP Range."
+msgstr "点击端口IP范围"
+
+# 289d79706e0d4aac949867e57202c169
+#: ../../networking2.rst:1223
+msgid "The Add Portable IP Range window is displayed."
+msgstr "会出现 添加端口IP范围的窗口"
+
+# 6ba39db9be5d430986ffe15997a7b655
+#: ../../networking2.rst:1231
+msgid ""
+"**Start IP/ End IP**: A range of IP addresses that are accessible from the "
+"Internet and will be allocated to guest VMs. Enter the first and last IP "
+"addresses that define a range that CloudStack can assign to guest VMs."
+msgstr "起始IP/结束IP:从Internet可以访问的一个IP地址范围,将会分配给客户虚拟机。输入起始IP以及结束IP,定义CloudStack指定给客户虚拟机的IP范围。"
+
+# a79eef6844454a7e8d9fe27202723b53
+#: ../../networking2.rst:1238
+msgid ""
+"**Gateway**: The gateway in use for the Portable IP addresses you are "
+"configuring."
+msgstr "网关:配置端口IP地址所使用的网关。"
+
+# ade2b585b1ff4b51b25c1f72d1f5a03e
+#: ../../networking2.rst:1243
+msgid "**Netmask**: The netmask associated with the Portable IP range."
+msgstr "掩码:与端口IP范围关联的掩码。"
+
+# 2cce53fcfa9e4ebdb7cec25d4dd3f797
+#: ../../networking2.rst:1247
+msgid "**VLAN**: The VLAN that will be used for public traffic."
+msgstr "VLAN:公共流量拟使用的VLAN。"
+
+# 5c4576cb4d01410ea44f66b3560eec1c
+#: ../../networking2.rst:1254
+msgid "Acquiring a Portable IP"
+msgstr "获取端口IP。"
+
+# fd1b3a3c5e574a7ebb4e782d04f0746b
+# 3ec5393b7aa8486ca2b52df1597e7a98
+# b4889435dd5a4b8986acad62a13ddd6a
+# bfc4acd9c38f49138744c5671d7deb8b
+# 9eae88f558024bafa1c71d5b5f8f6d94
+#: ../../networking2.rst:1266 ../../networking2.rst:3292
+#: ../../networking2.rst:3335 ../../networking2.rst:3378
+#: ../../networking2.rst:3452
+msgid "Click the name of the network where you want to work with."
+msgstr "点击拟修改的网络名称。"
+
+# e986c959252444b99b7c5594762994fb
+# 2809642deff2421db1593ab57615dc68
+# d64bfe77233d4d59b07129a931a574b3
+# 15c8b96721f3464380599d2d5d2f02bc
+# 9751f6d58300447198381c3549bd481e
+# f8c3a0b896d14361b59692083c989410
+# 4bccc75dc7d0449097629003483b3545
+#: ../../networking2.rst:1270 ../../networking2.rst:2223
+#: ../../networking2.rst:3296 ../../networking2.rst:3339
+#: ../../networking2.rst:3382 ../../networking2.rst:3456
+#: ../../networking2.rst:3870
+msgid "Click View IP Addresses."
+msgstr "点击查看IP地址。"
+
+# 667a207d51d24ec19784a9167e8565b8
+# 5605f1edaf4a463a84ae99cdd32825a4
+#: ../../networking2.rst:1274 ../../networking2.rst:3300
+msgid "Click Acquire New IP."
+msgstr "点击获取新IP。"
+
+# 6f484ad19a9e4e70b96bf198ddbcf3f4
+# ac45a6f42e5e42a29e4eb09f827d12a3
+#: ../../networking2.rst:1276 ../../networking2.rst:3302
+msgid "The Acquire New IP window is displayed."
+msgstr "获取新IP的窗口会出现。"
+
+# a62089adc7304fe1a0c39b6e337ddca2
+# 9baf10608a674ae292c3dea0a0859da7
+#: ../../networking2.rst:1280 ../../networking2.rst:3306
+msgid "Specify whether you want cross-zone IP or not."
+msgstr "说明是否需要IP跨区。"
+
+# 3bb7d4dc99f341248a9c5c892bc12485
+#: ../../networking2.rst:1284
+msgid "Click Yes in the confirmation dialog."
+msgstr "在确认对话框中点击确定。"
+
+# 38c1b6967ebb4ec9852ba01c1f005f98
+# 197a1c50649d486ca45fb94f4900aa2d
+#: ../../networking2.rst:1286 ../../networking2.rst:3314
+msgid ""
+"Within a few moments, the new IP address should appear with the state "
+"Allocated. You can now use the IP address in port forwarding or static NAT "
+"rules."
+msgstr "稍等一会,新的IP地址会出现,状态栏为会显示为分配。现在可以在端口转发或静态NAT规则中使用此IP地址了。"
+
+# 524a4bfc4e03495584030002db87273b
+#: ../../networking2.rst:1291
+msgid "Transferring Portable IP"
+msgstr "便携式IP"
+
+# 68465770f0cb4381ac7ce0eb0b65ecbc
+#: ../../networking2.rst:1293
+msgid ""
+"An IP can be transferred from one network to another only if Static NAT is "
+"enabled. However, when a portable IP is associated with a network, you can "
+"use it for any service in the network."
+msgstr "IP要从一个网络转换至另一网络的话,只需启用静态NAT。但是,当一个portable IP对应一个网络的时候,你可以在网络中为任何服务使用它 。"
+
+# b51d59c49aad4d2c82dc7ff551a1e515
+#: ../../networking2.rst:1297
+msgid ""
+"To transfer a portable IP across the networks, execute the following API:"
+msgstr "要跨网络转换一个portable IP,执行下列API:"
+
+# baaa47d9664443df8004dbd797ca37f0
+#: ../../networking2.rst:1304
+msgid ""
+"Replace the UUID with appropriate UUID. For example, if you want to transfer"
+" a portable IP to network X and VM Y in a network, execute the following:"
+msgstr "用正确的UUID替换此处的UUID。比如,如果你想转换一个portable IP至X网络和一个网络中的VM Y,请执行下列操作:"
+
+# 2ab16bedc435498fa54a92c12d41873b
+#: ../../networking2.rst:1313
+msgid "Multiple Subnets in Shared Network"
+msgstr "共享网络中的多子网"
+
+# 052e7dd83a5d49f6830d255583296f7d
+#: ../../networking2.rst:1315
+msgid ""
+"CloudStack provides you with the flexibility to add guest IP ranges from "
+"different subnets in Basic zones and security groups-enabled Advanced zones."
+" For security groups-enabled Advanced zones, it implies multiple subnets can"
+" be added to the same VLAN. With the addition of this feature, you will be "
+"able to add IP address ranges from the same subnet or from a different one "
+"when IP address are exhausted. This would in turn allows you to employ "
+"higher number of subnets and thus reduce the address management overhead. "
+"You can delete the IP ranges you have added."
+msgstr "CloudStack为你提供了在基本zones和启用了安全组的高级zones不同的子网中灵活的添加来宾IP段功能 。在启用了安全组的高级zones中,这意味着多子网可以被添加到同一个VLAN。这个特性还意味着,当IP地址用尽的时候,你可以从同一个子网或从不同的子网添加IP地址范围。这将允许你使用更多的子网,降低地址管理工作量。你也可以删除已经添加的IP地址范围。"
+
+# 39d6185c2a9142778ebfcfaa45d53ea4
+# a87fd7c6cc4d4983be85e89d3f15de49
+# dff9442af85b489c8e6c974a633e5646
+#: ../../networking2.rst:1326 ../../networking2.rst:2963
+#: ../../networking2.rst:3510
+msgid "Prerequisites and Guidelines"
+msgstr "先决条件和指南"
+
+# b12da91685134a71866c8fa74aeaa4de
+#: ../../networking2.rst:1330
+msgid "This feature can only be implemented:"
+msgstr "这个特性只能被实现在:"
+
+# 1393ad33a993459f81ea3de1149b6a09
+#: ../../networking2.rst:1334
+msgid "on IPv4 addresses"
+msgstr "IPv4地址"
+
+# 4764589edb39403a9fd8558614490a61
+#: ../../networking2.rst:1338
+msgid "if virtual router is the DHCP provider"
+msgstr "如果虚拟路由是由DHCP提供的"
+
+# b1541de5c3f0486faa35809ad77b0359
+#: ../../networking2.rst:1342
+msgid "on KVM, xenServer, and VMware hypervisors"
+msgstr "在KVM,XenServer和VMware hypervisors"
+
+# 2422d92308cd49628de0caa0efcad9c7
+#: ../../networking2.rst:1346
+msgid ""
+"Manually configure the gateway of the new subnet before adding the IP range."
+msgstr "在添加IP范围之前,手动配置新子网的网关。"
+
+# bf5e159cb4c54583a861e417824b26a3
+#: ../../networking2.rst:1351
+msgid ""
+"CloudStack supports only one gateway for a subnet; overlapping subnets are "
+"not currently supported"
+msgstr "CloudStack只支持一个子网对应一个网关;交叉子网目前不支持。"
+
+# 7e64cd24270240e9bef22bc1491bf837
+#: ../../networking2.rst:1355
+msgid "Adding Multiple Subnets to a Shared Network"
+msgstr "给共享网络添加多子网"
+
+# 1f05243395c24667a0f7e9c75bbc190f
+#: ../../networking2.rst:1367
+msgid ""
+"On Zones, click View More, then click the zone to which you want to work "
+"with.."
+msgstr "在Zones上,点击查看更多,然后点击你要进行操作的zone.."
+
+# 2b58f0a641ae4d80a61839330e31435b
+#: ../../networking2.rst:1372
+msgid "Click Physical Network."
+msgstr "点击物理网络。"
+
+# 01147d3437e04c6c93201551e05eec93
+#: ../../networking2.rst:1380
+msgid "Click Networks."
+msgstr "点击网络。"
+
+# f5611c1c2d6f4bc2935f6fcb462429ac
+#: ../../networking2.rst:1384
+msgid "Select the networks you want to work with."
+msgstr "选择你想要操作的网络。"
+
+# 8c8af6183f054d4b87cd5369985f279b
+#: ../../networking2.rst:1388
+msgid "Click View IP Ranges."
+msgstr "点击查看IP范围。"
+
+# 27bfee4a94154becadc04d190e2248f0
+#: ../../networking2.rst:1392
+msgid "Click Add IP Range."
+msgstr "点击添加IP范围。"
+
+# 0b8e9d89d4724266b4f358cddb5b5dae
+#: ../../networking2.rst:1394
+msgid "The Add IP Range dialog is displayed, as follows:"
+msgstr "显示的添加IP范围对话框如下:"
+
+# b80689bd7547487da595f615e2462e55
+#: ../../networking2.rst:1396
+msgid "|add-ip-range.png|"
+msgstr "|add-ip-range.png|"
+
+# ecfac85bd0504455b3d64af38c930d89
+# b0284174465747738037a24f289b32cd
+#: ../../networking2.rst:1402 ../../networking2.rst:5168
+msgid "All the fields are mandatory."
+msgstr "所有的区域必须填写的。"
+
+# 2a42d646d37c4df6add5bdf38ceca64d
+# d96a1cf974414215858b14602328707b
+#: ../../networking2.rst:1406 ../../networking2.rst:5186
+msgid ""
+"**Gateway**: The gateway for the tier you create. Ensure that the gateway is"
+" within the Super CIDR range that you specified while creating the VPC, and "
+"is not overlapped with the CIDR of any existing tier within the VPC."
+msgstr "**网关**:你创建网络层的网关。确保网关在你创建VPC时指定的超级CIDR范围内,并且不能与已存在VPC的任何网络层的CIDR重叠。"
+
+# 135026f2c8ab4d77a877e4d100640178
+# 035c6987b29147ebb036cad74b0ca7e2
+#: ../../networking2.rst:1413 ../../networking2.rst:5203
+msgid "**Netmask**: The netmask for the tier you create."
+msgstr "**子网掩码**:你创建的网络层的子网掩码。"
+
+# ff580244e12e4780b2df473d710b2271
+# 8323a108551a443f8e02e4e8bf7cb1cc
+#: ../../networking2.rst:1415 ../../networking2.rst:5205
+msgid ""
+"For example, if the VPC CIDR is 10.0.0.0/16 and the network tier CIDR is "
+"10.0.1.0/24, the gateway of the tier is 10.0.1.1, and the netmask of the "
+"tier is 255.255.255.0."
+msgstr "比如,如果VPC CIDR是10.0.0.0/16并且该网络层CIDR是10.0.1.0/24,那么这个网络层的网关是10.0.1.1,子网掩码是255.255.255.0."
+
+# e68e024d0d01404c95c2dfc37f213a3e
+#: ../../networking2.rst:1421
+msgid ""
+"**Start IP/ End IP**: A range of IP addresses that are accessible from the "
+"Internet and will be allocated to guest VMs. Enter the first and last IP "
+"addresses that define a range that CloudStack can assign to guest VMs ."
+msgstr "**起始/结束IP**:从互联网获得的和将被分配给来宾VMsIP地址范围。输入第一个和最后一个IP地址,该地址范围定义的是CloudStack能分配给来宾VMs的范围。"
+
+# 878c548f176b4ef18a4c21be8ace7a7b
+#: ../../networking2.rst:1431
+msgid "Isolation in Advanced Zone Using Private VLAN"
+msgstr "使用Private VLAN隔离高级Zone中的网络"
+
+# a24c2265540a4aef9c82390bf465ff16
+#: ../../networking2.rst:1433
+msgid ""
+"Isolation of guest traffic in shared networks can be achieved by using "
+"Private VLANs (PVLAN). PVLANs provide Layer 2 isolation between ports within"
+" the same VLAN. In a PVLAN-enabled shared network, a user VM cannot reach "
+"other user VM though they can reach the DHCP server and gateway, this would "
+"in turn allow users to control traffic within a network and help them deploy"
+" multiple applications without communication between application as well as "
+"prevent communication with other users' VMs."
+msgstr "在共享网络中的隔离来宾流量能被Private VLAN(PVLAN)获取。PVLANs提供同一个VLAN里端口间的2层网络隔离。在启用了PVLAN的共享网络,一个用户VM不能到达其他用户VM,但是他们能与DHCP服务器和网关通讯,反过来这样能允许用户去控制网络内部的流量,并且帮助他们像阻止与其他用户VMs通讯一样的去部署无需通讯的多个应用程序。"
+
+# 4a22b32ca020436b81dd8f07f34306f4
+#: ../../networking2.rst:1444
+msgid "Isolate VMs in a shared networks by using Private VLANs."
+msgstr "使用PVLAN在共享网络中隔离VMs。"
+
+# abb78195383c40838e8616f04b87f7f2
+#: ../../networking2.rst:1448
+msgid "Supported on KVM, XenServer, and VMware hypervisors"
+msgstr "在KVM,XenServer和VMware hypervisors中支持"
+
+# 2b02488a70fc420996644982994ac6eb
+#: ../../networking2.rst:1452
+msgid ""
+"PVLAN-enabled shared network can be a part of multiple networks of a guest "
+"VM."
+msgstr "启用了PVLAN的共享网络可以是来宾VM的多个网络的一部分。"
+
+# d86c07b7947d412799db280d59e3f9e5
+#: ../../networking2.rst:1456
+msgid "About Private VLAN"
+msgstr "关于Private VLAN"
+
+# 892b94b696954a8e9527248d969742c6
+#: ../../networking2.rst:1458
+msgid ""
+"In an Ethernet switch, a VLAN is a broadcast domain where hosts can "
+"establish direct communication with each another at Layer 2. Private VLAN is"
+" designed as an extension of VLAN standard to add further segmentation of "
+"the logical broadcast domain. A regular VLAN is a single broadcast domain, "
+"whereas a private VLAN partitions a larger VLAN broadcast domain into "
+"smaller sub-domains. A sub-domain is represented by a pair of VLANs: a "
+"Primary VLAN and a Secondary VLAN. The original VLAN that is being divided "
+"into smaller groups is called Primary, which implies that all VLAN pairs in "
+"a private VLAN share the same Primary VLAN. All the secondary VLANs exist "
+"only inside the Primary. Each Secondary VLAN has a specific VLAN ID "
+"associated to it, which differentiates one sub-domain from another."
+msgstr "在以太网交换机中,VLAN是二层网络中的一个主机之间主机能建立直接通讯的广播域 。Private VLAN被设计成一个标准的VLAN的延伸,为了进一步细分逻辑广播域。一个规则的VLAN是单一广播域,但是一个 private VLAN将一个较大的VLAN广播域划分为较小的多个子域。子域表现为一对VLANs:一个主VLAN和一个辅助VLAN。被划分为较小组的原始VLAN叫主,这意味着所有的在private VLAN中的VLAN对共享着同一个主VLAN。所有的辅助VLANs存在与主VLAN中。每个辅助VLAN有一个特定的区别于其他子域VLAN ID。"
+
+# 65264ae745f94985b736d5abe4446401
+#: ../../networking2.rst:1471
+msgid ""
+"Three types of ports exist in a private VLAN domain, which essentially "
+"determine the behaviour of the participating hosts. Each ports will have its"
+" own unique set of rules, which regulate a connected host's ability to "
+"communicate with other connected host within the same private VLAN domain. "
+"Configure each host that is part of a PVLAN pair can be by using one of "
+"these three port designation:"
+msgstr "在private VLAN中有三种端口类型,它们实质上决定了所包含的主机的流量走势。每组端口都有自己唯一的策略,它能控制配置同一个private VLAN域中连接到端口的主机与其他已连接主机的通讯。使用下面三种端口定义中的一种来配置每个PVLAN对中的主机:"
+
+# 65ce874571f0428cbe807261ef5c91ff
+#: ../../networking2.rst:1480
+msgid ""
+"**Promiscuous**: A promiscuous port can communicate with all the interfaces,"
+" including the community and isolated host ports that belong to the "
+"secondary VLANs. In Promiscuous mode, hosts are connected to promiscuous "
+"ports and are able to communicate directly with resources on both primary "
+"and secondary VLAN. Routers, DHCP servers, and other trusted devices are "
+"typically attached to promiscuous ports."
+msgstr "**混杂模式(Promiscuous)**:混杂模式的端口能与所有的接口通讯,包括可通讯与隔离属于辅助VLANs的主机端口。在混杂模式中,主机被连接到混在模式端口并且能够直接与主VLAN和辅助VLAN中的资源。典型的连接到混杂模式端口的是路由器,DHCP服务器和其他受信任的设备。"
+
+# 11d7e1e2a07f44da85da53d61de9130b
+#: ../../networking2.rst:1490
+msgid ""
+"**Isolated VLANs**: The ports within an isolated VLAN cannot communicate "
+"with each other at the layer-2 level. The hosts that are connected to "
+"Isolated ports can directly communicate only with the Promiscuous resources."
+" If your customer device needs to have access only to a gateway router, "
+"attach it to an isolated port."
+msgstr "**隔离模式(Isolated)VLANs**隔离模式VLAN中的端口不能与其他二层网络中的端口通讯。连接隔离模式端口上的主机只能直接与混杂模式下的资源通讯。如果你的客户设备只访问网关路由器,请将其附加至隔离端口。"
+
+# c008cae9b2a74d48a4170c54a17a63d6
+#: ../../networking2.rst:1498
+msgid ""
+"**Community VLANs**: The ports within a community VLAN can communicate with "
+"each other and with the promiscuous ports, but they cannot communicate with "
+"the ports in other communities at the layer-2 level. In a Community mode, "
+"direct communication is permitted only with the hosts in the same community "
+"and those that are connected to the Primary PVLAN in promiscuous mode. If "
+"your customer has two devices that need to be isolated from other customers'"
+" devices, but to be able to communicate among themselves, deploy them in "
+"community ports."
+msgstr "**Community VLANs**:中的端口能与其他端口和混杂模式下的端口通讯,但是他们不能与二层网络中的其他community VLAN中的端口通讯。在Community模式下,主机能与同一community中的主机和连接到混杂模式中的主VLAN的主机可以通讯。如果你的客户有两个设备需要与其他客户的设备隔离,但是他们之间又要通讯,请将他们部署至 community 端口。"
+
+# eca73570aa5c496ba46877b3392feba4
+#: ../../networking2.rst:1508
+msgid "For further reading:"
+msgstr "延伸阅读:"
+
+# 3fb1a7985e5143939ea6ed3db5517634
+#: ../../networking2.rst:1512
+msgid ""
+"`Understanding Private VLANs "
+"<http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_25_see/configuration/guide/swpvlan.html#wp1038379>`_"
+msgstr "`理解 Private VLANs <http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_25_see/configuration/guide/swpvlan.html#wp1038379>`_"
+
+# 413321509f2d47a8b184ec2e8adbfcb5
+#: ../../networking2.rst:1517
+msgid ""
+"`Cisco Systems' Private VLANs: Scalable Security in a Multi-Client "
+"Environment <http://tools.ietf.org/html/rfc5517>`_"
+msgstr "`Cisco Systems' Private VLANs: Scalable Security in a Multi-Client Environment <http://tools.ietf.org/html/rfc5517>`_"
+
+# d92ce4bc2e25409b903ed61ed410286d
+#: ../../networking2.rst:1522
+msgid ""
+"`Private VLAN (PVLAN) on vNetwork Distributed Switch - Concept Overview "
+"(1010691) <http://kb.vmware.com>`_"
+msgstr "`Private VLAN (PVLAN) on vNetwork Distributed Switch - Concept Overview (1010691) <http://kb.vmware.com>`_"
+
+# 7b72e0b764624a06bcaed4e13da2da3d
+#: ../../networking2.rst:1530
+msgid "Use a PVLAN supported switch."
+msgstr "在支持的交换机上使用PVLAN。"
+
+# 4c3023eb7cbe49fdbc0af7708061b61c
+#: ../../networking2.rst:1532
+msgid ""
+"See `Private VLAN Catalyst Switch Support Matrix "
+"<http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a0080094830.shtml>`_"
+" for more information."
+msgstr "更多信息,请参考 `Private VLAN Catalyst Switch Support Matrix <http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a0080094830.shtml>`_ "
+
+# 3d53c6dd5e0c47c98d6a7945385c1baa
+#: ../../networking2.rst:1538
+msgid ""
+"All the layer 2 switches, which are PVLAN-aware, are connected to each "
+"other, and one of them is connected to a router. All the ports connected to "
+"the host would be configured in trunk mode. Open Management VLAN, Primary "
+"VLAN (public) and Secondary Isolated VLAN ports. Configure the switch port "
+"connected to the router in PVLAN promiscuous trunk mode, which would "
+"translate an isolated VLAN to primary VLAN for the PVLAN-unaware router."
+msgstr "将所有能识别PVLAN的二层交换机之间互连,并且其中一个要连至一个路由器。主机连接到的所有端口需配置为trunk模式。打开VLAN管理,主VLAN(公共网络)和隔离的辅助VLAN端口。配置交换机连接到路由器的端口为PVLAN混杂trunk,这样可以为不识别PVLAN的路由器转换一个隔离的VLAN到主VLAN。"
+
+# c0a596996cd541c399ba489470a762f3
+#: ../../networking2.rst:1546
+msgid ""
+"Note that only Cisco Catalyst 4500 has the PVLAN promiscuous trunk mode to "
+"connect both normal VLAN and PVLAN to a PVLAN-unaware switch. For the other "
+"Catalyst PVLAN support switch, connect the switch to upper switch by using "
+"cables, one each for a PVLAN pair."
+msgstr "注意只有Cisco Catalyst 4500有PVLAN混杂trunk模式,可以连接所有普通VLAN和PVLAN到不能识别PVLAN的交换机。其他支持PVLAN的Catalyst交换机,在PVALN对中的每个交换机上使用级联线连接到上联交换机。"
+
+# cc4e6fc0e1f245528985b2117be84d9f
+#: ../../networking2.rst:1553
+msgid "Configure private VLAN on your physical switches out-of-band."
+msgstr "在你的物理交换机上使用带外管理配置private VLAN。"
+
+# 62074ec8d4834007976930e3c6191196
+#: ../../networking2.rst:1557
+msgid "Before you use PVLAN on XenServer and KVM, enable Open vSwitch (OVS)."
+msgstr "在XenServer和KVM上使用PVALN之前,请启用Open vSwitch (OVS)。"
+
+# 801f968d2c41437ab6df2a4e4ba571f9
+#: ../../networking2.rst:1560
+msgid ""
+"OVS on XenServer and KVM does not support PVLAN natively. Therefore, "
+"CloudStack managed to simulate PVLAN on OVS for XenServer and KVM by "
+"modifying the flow table."
+msgstr "XenServer和KVM中的OVS不支持原生的PVLAN。因此,靠修改flow table,CloudStack为XenServer和KVM模拟OVS中的PVLAN。"
+
+# 11c21ce678fe4324bddd45de27ee2be7
+#: ../../networking2.rst:1565
+msgid "Creating a PVLAN-Enabled Guest Network"
+msgstr "配置一个启用了PVLAN的来宾网络"
+
+# 3a96dbbceb574c5fa075e67bf6efd8eb
+#: ../../networking2.rst:1625
+msgid ""
+"**Secondary Isolated VLAN ID**: The unique ID of the Secondary Isolated "
+"VLAN."
+msgstr "**辅助隔离VLAN ID**:辅助隔离VLAN的唯一ID。"
+
+# 7030034cd1d8428a993a53ec2cf81a4b
+#: ../../networking2.rst:1628
+msgid ""
+"For the description on Secondary Isolated VLAN, see `About Private VLAN\" "
+"<#about-private-vlan>`_."
+msgstr "更多关于辅助隔离VLAN的描述,请参考see `关于 Private VLAN\" <#about-private-vlan>`_."
+
+# 3334596753684a6cae9e21d47cf11119
+#: ../../networking2.rst:1691
+msgid "Security Groups"
+msgstr "安全组"
+
+# e6afa18d968443a988f9cda5396370a6
+#: ../../networking2.rst:1694
+msgid "About Security Groups"
+msgstr "关于安全组"
+
+# 12db6b6e0abb441ca307862c39b2f3a7
+#: ../../networking2.rst:1696
+msgid ""
+"Security groups provide a way to isolate traffic to VMs. A security group is"
+" a group of VMs that filter their incoming and outgoing traffic according to"
+" a set of rules, called ingress and egress rules. These rules filter network"
+" traffic according to the IP address that is attempting to communicate with "
+"the VM. Security groups are particularly useful in zones that use basic "
+"networking, because there is a single guest network for all guest VMs. In "
+"advanced zones, security groups are supported only on the KVM hypervisor."
+msgstr "安全组提供一种方法来隔离VMs流量。一个安全组是一组依照设置名为入口规则和出口规则来过滤他们进出流量的VMs,这些规则依靠与VM通讯的IP地址来过滤网络流量。安全组在使用基础网络的zones中尤为重要,因为这里只有一个来宾网络。在高级zones中,只有KVM hypervisor支持安全组。"
+
+# 5e0a423faa66428cb475ef10f065148b
+#: ../../networking2.rst:1706
+msgid ""
+"In a zone that uses advanced networking, you can instead define multiple "
+"guest networks to isolate traffic to VMs."
+msgstr "在一个使用高级网络的zone中,你可以改为定义多个来宾网络隔离流量至VMs。"
+
+# d58dc8ccb7ac4d10926fb53edabf176a
+#: ../../networking2.rst:1708
+msgid ""
+"Each CloudStack account comes with a default security group that denies all "
+"inbound traffic and allows all outbound traffic. The default security group "
+"can be modified so that all new VMs inherit some other desired set of rules."
+msgstr "每个CloudStack账号匹配一个拒绝所有入站流量和允许所有出口流量的默认安全组 。可以编辑默认的安全组以便所有新VMs的策略继承一些的想要的设置。"
+
+# 39f399e25b2f415d8584bd6f5dd19360
+#: ../../networking2.rst:1713
+msgid ""
+"Any CloudStack user can set up any number of additional security groups. "
+"When a new VM is launched, it is assigned to the default security group "
+"unless another user-defined security group is specified. A VM can be a "
+"member of any number of security groups. Once a VM is assigned to a security"
+" group, it remains in that group for its entire lifetime; you can not move a"
+" running VM from one security group to another."
+msgstr "任何CloudStack用户可以增加任意数量的安全组。当一个新的VM运行起来的时候,它会被添加到默认安全组除非其他用户指定了其他安全组。一个VM可以是任何安全组的成员。一旦VM被添加到一个安全组,它会继承这个组的生命周期;你不能移动一台正在运行的VM到其他安全组。"
+
+# bd1a3a7c766a49568e5d389c615a00fd
+#: ../../networking2.rst:1720
+msgid ""
+"You can modify a security group by deleting or adding any number of ingress "
+"and egress rules. When you do, the new rules apply to all VMs in the group, "
+"whether running or stopped."
+msgstr "你可以通过删除或添加任意的入口和出口策略来修改一个安全组。当你这么做的时候,新的策略会应用到组中的所有VMs,无论是运行的还是关机的。"
+
+# a52edc5536e9495bbf1410f462d5932b
+#: ../../networking2.rst:1724
+msgid ""
+"If no ingress rules are specified, then no traffic will be allowed in, "
+"except for responses to any traffic that has been allowed out through an "
+"egress rule."
+msgstr "如果没有指定入口规则,那么流量会被禁止,除了已经允许通过一个出口规则响应任何流量 。"
+
+# 7d25ba3d47574104ae0d8c4085970ddc
+#: ../../networking2.rst:1729
+msgid "Adding a Security Group"
+msgstr "添加一个安全组"
+
+# 4a52e8eaf7f5498e9cac0ef8d3e753bb
+#: ../../networking2.rst:1731
+msgid "A user or administrator can define a new security group."
+msgstr "一个用户或者管理员能定义一个新的安全组。"
+
+# a705e539e74940a78a8983f0585d2556
+# c227631e574645b2b6062f0bf192b879
+#: ../../networking2.rst:1739 ../../networking2.rst:1819
+msgid "In the left navigation, choose Network"
+msgstr "在左侧的导航栏,选择网络"
+
+# 7c3b2c1204ad4116b2771e974c0cf4c2
+#: ../../networking2.rst:1743
+msgid "In Select view, choose Security Groups."
+msgstr "在选择视图中,选择安全组。"
+
+# 721d38433467434482cb1c4486f14572
+#: ../../networking2.rst:1747
+msgid "Click Add Security Group."
+msgstr "点击添加安全组。"
+
+# 02ecffe07c904fc2a4c3fa6a392afd04
+#: ../../networking2.rst:1751
+msgid "Provide a name and description."
+msgstr "提供一个名称和描述。"
+
+# 3e0ee4bc42fc4ea2a3189f69cde928db
+#: ../../networking2.rst:1757
+msgid "The new security group appears in the Security Groups Details tab."
+msgstr "新的安全组出现在安全组详细信息标签中。"
+
+# 1b1ca02aa0b348c1b8d8e92f7dbe459d
+#: ../../networking2.rst:1761
+msgid ""
+"To make the security group useful, continue to Adding Ingress and Egress "
+"Rules to a Security Group."
+msgstr "要使安全组生效,继续给这个安全组添加入口和出口策略。"
+
+# 6d68ff5e482a496ea71d636366da8518
+#: ../../networking2.rst:1765
+msgid "Security Groups in Advanced Zones (KVM Only)"
+msgstr "高级区域中的安全组(只针对KVM)"
+
+# bf3e0daa32bd4d928334c6593b3da60d
+#: ../../networking2.rst:1767
+msgid ""
+"CloudStack provides the ability to use security groups to provide isolation "
+"between guests on a single shared, zone-wide network in an advanced zone "
+"where KVM is the hypervisor. Using security groups in advanced zones rather "
+"than multiple VLANs allows a greater range of options for setting up guest "
+"isolation in a cloud."
+msgstr "以KVM作为虚拟机时,在单共享广域的网络内,CloudStack可以通过安全组来隔离客户。通过使用安全组而不是多VLAN,可以在云中隔离客户时具有更高的灵活性"
+
+# a13d1f37385b4e7b86996acde4babec4
+#: ../../networking2.rst:1776
+msgid "The following are not supported for this feature:"
+msgstr "下列不支持此功能:"
+
+# 8fc8b70b5cde4f87a62e5b1ca4a75e2a
+#: ../../networking2.rst:1780
+msgid ""
+"Two IP ranges with the same VLAN and different gateway or netmask in "
+"security group-enabled shared network."
+msgstr "在开启了安全组的共享网络内,同一VLAN内具有不同网关或掩码的二个IP范围,"
+
+# 9afc1351e88841e18eb5fe14fc168913
+#: ../../networking2.rst:1785
+msgid ""
+"Two IP ranges with the same VLAN and different gateway or netmask in "
+"account-specific shared networks."
+msgstr "在共享网络的特殊帐户内,同一VLAN内具有不同网关或掩码的二个IP范围"
+
+# 964239c4525b49c48d33e98fa19650e7
+#: ../../networking2.rst:1790
+msgid "Multiple VLAN ranges in security group-enabled shared network."
+msgstr "在开启了安全组共享网络的多VLAN范围"
+
+# 0e18491db0744181b7e4947503a5bf06
+#: ../../networking2.rst:1794
+msgid "Multiple VLAN ranges in account-specific shared networks."
+msgstr "在共享网络的特殊帐户内,多个VLAN范围"
+
+# 05bc77a1a85b4d40ac91eb83feacc795
+#: ../../networking2.rst:1796
+msgid ""
+"Security groups must be enabled in the zone in order for this feature to be "
+"used."
+msgstr "为使用此特性,在区域内必须开启安全组"
+
+# e64a176e0d1a4f50992f36b58586ff9e
+#: ../../networking2.rst:1800
+msgid "Enabling Security Groups"
+msgstr "开启安全组"
+
+# 6ad796b8b65541758fa9ac87509ecbc2
+#: ../../networking2.rst:1802
+msgid ""
+"In order for security groups to function in a zone, the security groups "
+"feature must first be enabled for the zone. The administrator can do this "
+"when creating a new zone, by selecting a network offering that includes "
+"security groups. The procedure is described in Basic Zone Configuration in "
+"the Advanced Installation Guide. The administrator can not enable security "
+"groups for an existing zone, only when creating a new zone."
+msgstr "使用安全组功能之前,必须先在Zone中启用安全组功能。系统管理员可以在创建一个新的Zone时,通过选择带‘安全组’功能的网络方案进行启用。在高级安装指南的基本Zone配置中有该过程的详细描述。系统管理员不能对现有Zone启用安全组,只能在新建Zone时启用。"
+
+# e2ba36a71c01454c872db51e3f32589d
+#: ../../networking2.rst:1811
+msgid "Adding Ingress and Egress Rules to a Security Group"
+msgstr "对安全组添加入口出口规则"
+
+# a1a516287e0441a7bfff434dc4c25818
+#: ../../networking2.rst:1823
+msgid ""
+"In Select view, choose Security Groups, then click the security group you "
+"want ."
+msgstr "在选择视图中,选择安全组,然后点击需要的安全组"
+
+# d6e55c16dfbc4f85a9169f71f66a2804
+#: ../../networking2.rst:1828
+msgid ""
+"To add an ingress rule, click the Ingress Rules tab and fill out the "
+"following fields to specify what network traffic is allowed into VM "
+"instances in this security group. If no ingress rules are specified, then no"
+" traffic will be allowed in, except for responses to any traffic that has "
+"been allowed out through an egress rule."
+msgstr "为增加入口规则,点击入口规则并填写相应内容,以说明在此安全组内何种网络流量可以到达虚拟机实例。如果没有说明入口规则,则不会允许流量进入。也就只有出口规允许的流量了。"
+
+# 42943b264de7449685e9e46efc6a170c
+#: ../../networking2.rst:1836
+msgid ""
+"**Add by CIDR/Account**. Indicate whether the source of the traffic will be "
+"defined by IP address (CIDR) or an existing security group in a CloudStack "
+"account (Account). Choose Account if you want to allow incoming traffic from"
+" all VMs in another security group"
+msgstr "通过CIDR帐户添加。表明在CloudStack帐户中是否有CIDR定义的流量来源或是已存在的安全组。如果允许来自另一安全组的所有虚拟机的流量进入,则添加此帐户。"
+
+# e2cc45d1de64494db50fe0a1c454f1de
+#: ../../networking2.rst:1844
+msgid ""
+"**Protocol**. The networking protocol that sources will use to send traffic "
+"to the security group. TCP and UDP are typically used for data exchange and "
+"end-user communications. ICMP is typically used to send error messages or "
+"network monitoring data."
+msgstr "协议。发送源会使用网络协议来发送流量到安全组。TCP和UDP是典型的二种用来数据交换和终端用户交流的协议。ICMP则用来发送错误信息或网络监控数据"
+
+# 3830ab6e902f4099a0d5bcd5f94c98f9
+#: ../../networking2.rst:1851
+msgid ""
+"**Start Port, End Port**. (TCP, UDP only) A range of listening ports that "
+"are the destination for the incoming traffic. If you are opening a single "
+"port, use the same number in both fields."
+msgstr "开始端口,结束端口。(仅对TCP,UDP)。目的地为进入流量而设的监听端口范围。如果仅开放了单个端口,则在两者的区域中用同一端口。"
+
+# 8964c7df1073444194c59e9ddf9726c6
+#: ../../networking2.rst:1857
+msgid ""
+"**ICMP Type, ICMP Code**. (ICMP only) The type of message and error code "
+"that will be accepted."
+msgstr "ICMP类型,ICMP编码。(仅对ICMP)。接受的信息及错误码的类型。"
+
+# b0cf8f7cc93e4879aab846412508fb1a
+#: ../../networking2.rst:1862
+msgid ""
+"**CIDR**. (Add by CIDR only) To accept only traffic from IP addresses within"
+" a particular address block, enter a CIDR or a comma-separated list of "
+"CIDRs. The CIDR is the base IP address of the incoming traffic. For example,"
+" 192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0."
+msgstr "CIDR(仅通过CIDR添加)。为接受来来自特殊地址块的流量,输入一个CIDR,多个时用逗号隔开。CIDR是进入流量的基础IP地址。例如:192.168.0.0/22,为允许所有CIDR,请设为0.0.0.0/0"
+
+# 76c5ca0cfe334149a512d3956349b0df
+#: ../../networking2.rst:1870
+msgid ""
+"**Account, Security Group**. (Add by Account only) To accept only traffic "
+"from another security group, enter the CloudStack account and name of a "
+"security group that has already been defined in that account. To allow "
+"traffic between VMs within the security group you are editing now, enter the"
+" same name you used in step 7."
+msgstr "帐户,安全组。(仅通过帐户添加)。为接受来自另一安全组的流量,输入一个CloudStack帐户和在此帐户中已经定义的安全组的名字。为允许你正在编辑的安全组内虚拟机之间的流量,输入你在第7步使用的相同的名字。"
+
+# 3903c6ce7d964ff99823291ab66fd97e
+#: ../../networking2.rst:1876
+msgid "The following example allows inbound HTTP access from anywhere:"
+msgstr "下面这个例子允许内部任何地方的HTTP访问"
+
+# 0ca36e66c67f4b0fbc6e9642f98244e2
+#: ../../networking2.rst:1878
+msgid "|httpaccess.png|"
+msgstr "|httpaccess.png|"
+
+# 0e328d3fe5ff4d199d094778ca339694
+#: ../../networking2.rst:1882
+msgid ""
+"To add an egress rule, click the Egress Rules tab and fill out the following"
+" fields to specify what type of traffic is allowed to be sent out of VM "
+"instances in this security group. If no egress rules are specified, then all"
+" traffic will be allowed out. Once egress rules are specified, the following"
+" types of traffic are allowed out: traffic specified in egress rules; "
+"queries to DNS and DHCP servers; and responses to any traffic that has been "
+"allowed in through an ingress rule"
+msgstr "为添加一个出口规则,点击出口规则并填写以下内容,以说明在此安全组内的虚拟机,被允许哪一类型的流量送出。如果出口规则没有说明,所以的流量都被允许出去一旦进行了说明,则以下流量可以允许出去:在出口规则中进行说明的,查询DNS和DHCP服务器的,响应来自入口规则允许进入的流量的"
+
+# 6345c89e81524779ab6e143c18064dbf
+#: ../../networking2.rst:1893
+msgid ""
+"**Add by CIDR/Account**. Indicate whether the destination of the traffic "
+"will be defined by IP address (CIDR) or an existing security group in a "
+"CloudStack account (Account). Choose Account if you want to allow outgoing "
+"traffic to all VMs in another security group."
+msgstr "通过CIDR帐户添加。表明流量目的地是否已通过CIDR定义或是CloudStack帐户内存在的安全组。选择帐户,以允许流量到其安全组内所有虚拟机"
+
+# 3aacbdb631954d769b273926968b7e76
+#: ../../networking2.rst:1901
+msgid ""
+"**Protocol**. The networking protocol that VMs will use to send outgoing "
+"traffic. TCP and UDP are typically used for data exchange and end-user "
+"communications. ICMP is typically used to send error messages or network "
+"monitoring data."
+msgstr "协议:虚拟机发送流量需要的协议。TCP和UDP是典型的二种用来数据交换和终端用户交流的协议。ICMP则用来发送错误信息或网络监控数据"
+
+# bf325442015447ccacf5f769195e3e42
+#: ../../networking2.rst:1908
+msgid ""
+"**Start Port, End Port**. (TCP, UDP only) A range of listening ports that "
+"are the destination for the outgoing traffic. If you are opening a single "
+"port, use the same number in both fields."
+msgstr "开始端口,结束端口。(仅对TCP,UDP)。目的地为进入流量而设的监听端口范围。如果仅开放了单个端口,则在两者的区域中用同一端口。"
+
+# 6018cd1041b946a9a0e09343687a2ef2
+#: ../../networking2.rst:1914
+msgid ""
+"**ICMP Type, ICMP Code**. (ICMP only) The type of message and error code "
+"that will be sent"
+msgstr "ICMP类型,ICMP编码。(仅对ICMP)。信息及错误码的类型。"
+
+# dcedb9aa8a5f45fc8708767a08ba30e5
+#: ../../networking2.rst:1919
+msgid ""
+"**CIDR**. (Add by CIDR only) To send traffic only to IP addresses within a "
+"particular address block, enter a CIDR or a comma-separated list of CIDRs. "
+"The CIDR is the base IP address of the destination. For example, "
+"192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0."
+msgstr "CIDR(仅通过CIDR添加)。为接受来来自特殊地址块的流量,输入一个CIDR,多个时用逗号隔开。CIDR是进入流量的基础IP地址。例如:192.168.0.0/22,为允许所有CIDR,请设为0.0.0.0/0"
+
+# 7fe28834c4e944fa960b6bc798395bb8
+#: ../../networking2.rst:1927
+msgid ""
+"**Account, Security Group**. (Add by Account only) To allow traffic to be "
+"sent to another security group, enter the CloudStack account and name of a "
+"security group that has already been defined in that account. To allow "
+"traffic between VMs within the security group you are editing now, enter its"
+" name."
+msgstr "帐户,安全组。(仅通过帐户添加)。为接受来自另一安全组的流量,输入一个CloudStack帐户和在此帐户中已经定义的安全组的名字。为允许你正在编辑的安全组内虚拟机之间的流量,输入名字。"
+
+# b98f0fffba9942f6b1c8338e399cd238
+#: ../../networking2.rst:1938
+msgid "External Firewalls and Load Balancers"
+msgstr "外部防火墙及负载均衡"
+
+# 538d6ddab6754d2f95ed16d1c8c19a47
+#: ../../networking2.rst:1940
+msgid ""
+"CloudStack is capable of replacing its Virtual Router with an external "
+"Juniper SRX device and an optional external NetScaler or F5 load balancer "
+"for gateway and load balancing services. In this case, the VMs use the SRX "
+"as their gateway."
+msgstr "CloudStack允许通过外部的Jniper SRX 设备和外部NetScaler设备或网关负载均衡设备和负载均衡服务。在此情形下,虚拟机使用SRX作为网关。"
+
+# 5b34eb6058a24e94801076fbb7ad2149
+#: ../../networking2.rst:1946
+msgid "About Using a NetScaler Load Balancer"
+msgstr "关于使用NetScaler负载均衡器"
+
+# a78cf7cfee394628aaab85679c2ff14d
+#: ../../networking2.rst:1948
+msgid ""
+"Citrix NetScaler is supported as an external network element for load "
+"balancing in zones that use isolated networking in advanced zones. Set up an"
+" external load balancer when you want to provide load balancing through "
+"means other than CloudStack's provided virtual router."
+msgstr "在区域中,或高级区域使用隔离网络时,CloudStack支持思杰的NetScaler作为外部网络设备元素作为负责均衡。拟通过其他方案提供负载均衡而不是CloudStack的虚拟路由器时,就可以建立一个外部负载均衡器"
+
+# b05631eea76f43049dad194f18a6a9b6
+#: ../../networking2.rst:1954
+msgid ""
+"In a Basic zone, load balancing service is supported only if Elastic IP or "
+"Elastic LB services are enabled."
+msgstr "在基础区域中,仅在弹性IP或弹性负载均衡服务开启时,才支持负载均衡服务"
+
+# 705041b2434b4ca483b18e0e974897dc
+#: ../../networking2.rst:1956
+msgid ""
+"When NetScaler load balancer is used to provide EIP or ELB services in a "
+"Basic zone, ensure that all guest VM traffic must enter and exit through the"
+" NetScaler device. When inbound traffic goes through the NetScaler device, "
+"traffic is routed by using the NAT protocol depending on the EIP/ELB "
+"configured on the public IP to the private IP. The traffic that is "
+"originated from the guest VMs usually goes through the layer 3 router. To "
+"ensure that outbound traffic goes through NetScaler device providing "
+"EIP/ELB, layer 3 router must have a policy-based routing. A policy-based "
+"route must be set up so that all traffic originated from the guest VM's are "
+"directed to NetScaler device. This is required to ensure that the outbound "
+"traffic from the guest VM's is routed to a public IP by using NAT.For more "
+"information on Elastic IP, see `\"About Elastic IP\" <#about-elastic-ip>`_."
+msgstr "在基础域中使用NetScaler负载均衡提供EIP或ELB服务时,确保所有的客户虚拟机流量必须通过NetScaler设备进出。当入流量通过NetScaler设备时流量通过使用NAT协议被路由,此NAT协议依赖于公共IP到私有IP的配置。来自客户虚拟机的流量通常要经过3层路由器,为确保出流量通过提供EIP/ELB的NetScaler设备,3层路由器,必须具有基础策略。必有设立一个具有基础策略的路由器可保证所有客户机的流量都能转向NetScaler设备。这也需要确保客户虚拟机的出流量通过使用NAT被路由到公共IP。关于EIP的更多信息,参看`\"关于EIP\" <#about-elastic-ip>`_."
+
+# 6bfdd4158ad14aa38deebe45fb9cbb9a
+#: ../../networking2.rst:1970
+msgid ""
+"The NetScaler can be set up in direct (outside the firewall) mode. It must "
+"be added before any load balancing rules are deployed on guest VMs in the "
+"zone."
+msgstr "NetScaler可以设置成直通模式。它必须在区域中部署客户虚拟机负载均衡规则之前加入。"
+
+# d0b9fb7fee614995a8c6fa5905fff158
+#: ../../networking2.rst:1974
+msgid ""
+"The functional behavior of the NetScaler with CloudStack is the same as "
+"described in the CloudStack documentation for using an F5 external load "
+"balancer. The only exception is that the F5 supports routing domains, and "
+"NetScaler does not. NetScaler can not yet be used as a firewall."
+msgstr "CloudStack中NetScaler的功能作用与CloudStack文档中说明的使用F5 外部负载均衡器的功能作用相同。一点差别就是,F5支持路由域名,而NetScaler无此功能。NetScaler也不可以用作防火墙。"
+
+# 11e9cfee2a764a7fb0b70afb98d31c3b
+#: ../../networking2.rst:1979
+msgid ""
+"To install and enable an external load balancer for CloudStack management, "
+"see External Guest Load Balancer Integration in the Installation Guide."
+msgstr "为CLOUDSTACK管理端安装和启用外部负载均衡功能,参阅安装文档里的外部客户负载均衡。"
+
+# 1fb1edcb2b6d4ffaa95d0fbe2737024a
+#: ../../networking2.rst:1983
+msgid ""
+"The Citrix NetScaler comes in three varieties. The following table "
+"summarizes how these variants are treated in CloudStack."
+msgstr "思杰的NetScaler有三种变化,下表总结了在CloudStack中如何处理那些变化。"
+
+# 12edf1030b1a46dea557408534fb87af
+#: ../../networking2.rst:1986
+msgid "NetScaler ADC Type"
+msgstr "NetScaler ADC Type"
+
+# 76d92f88c012490b8f745539f5beff17
+#: ../../networking2.rst:1988
+msgid "Description of Capabilities"
+msgstr "性能描述"
+
+# 85070d10ba6a46b6b7e646e0e6e68101
+#: ../../networking2.rst:1990
+msgid "CloudStack Supported Features"
+msgstr "CLOUDSTACK支持的功能"
+
+# 04cb1b68ff3b48edabc301bf64ccf560
+#: ../../networking2.rst:1992
+msgid "MPX"
+msgstr "MPX"
+
+# 2d07236e0fb24abc935fc25da378dc09
+#: ../../networking2.rst:1994
+msgid ""
+"Physical appliance. Capable of deep packet inspection. Can act as "
+"application firewall and load balancer"
+msgstr "物理应用。能够进行深度数据包检测。可作为防火墙和负载均衡应用。"
+
+# ec6682993a804b9e9f80b1d00004182e
+#: ../../networking2.rst:1997
+msgid ""
+"In advanced zones, load balancer functionality fully supported without "
+"limitation. In basic zones, static NAT, elastic IP (EIP), and elastic load "
+"balancing (ELB) are also provided."
+msgstr "在高级区域中,完全支持负载均衡功能,没有限制。在基础区域中,也提供静态NAT,EIP,ELB功能。"
+
+# b9ff4330d7774617b6ae9a5e7a8a6f1d
+#: ../../networking2.rst:2001
+msgid "VPX"
+msgstr "VPX"
+
+# 9005b76458ad41a483ee097a591c21db
+#: ../../networking2.rst:2003
+msgid ""
+"Virtual appliance. Can run as VM on XenServer, ESXi, and Hyper-V "
+"hypervisors. Same functionality as MPX"
+msgstr "虚拟应用,可以运行在XenServer,ESXi以及Hyper-V上虚拟机上。与MPX功能相同。"
+
+# 3685fe921180440098631978824bd41e
+#: ../../networking2.rst:2006
+msgid ""
+"Supported on ESXi and XenServer. Same functional support as for MPX. "
+"CloudStack will treat VPX and MPX as the same device type."
+msgstr "在ESXi和XenServer上支持。对MPX也支持一些功能。CloudStack将VPX和MPX作为同一类型的设备看待。"
+
+# b4d1336da974407c9db6af169f5b24ff
+#: ../../networking2.rst:2009
+msgid "SDX"
+msgstr "SDX"
+
+# 62d3529ceb9a40a5a2112aff3c4ee083
+#: ../../networking2.rst:2011
+msgid ""
+"Physical appliance. Can create multiple fully isolated VPX instances on a "
+"single appliance to support multi-tenant usage"
+msgstr "物理应用。可以在单个应用上创建多个完全隔离的VPX实例,以支持多客户使用。"
+
+# 926617dc198f41458aa9112b482a4259
+#: ../../networking2.rst:2014
+msgid ""
+"CloudStack will dynamically provision, configure, and manage the life cycle "
+"of VPX instances on the SDX. Provisioned instances are added into CloudStack"
+" automatically - no manual configuration by the administrator is required. "
+"Once a VPX instance is added into CloudStack, it is treated the same as a "
+"VPX on an ESXi host."
+msgstr "CloudStack会动态分配,配置,管理在SDX上的虚拟机实例的生命周期。分配的实例会自动加入到CloudStack,不需要管理员进行手动配置。一旦一个VPX实例加入到CloudStack,将会认为是ESXi主机上的一个VPX。"
+
+# 05a9bff4e49b4e6faaeeecdcf5ef0c7e
+#: ../../networking2.rst:2021
+msgid "Configuring SNMP Community String on a RHEL Server"
+msgstr "在RHEL服务器上配置SNMP社区字符串"
+
+# 75f35b06310648d3a4b6bfddf33bc68e
+#: ../../networking2.rst:2023
+msgid ""
+"The SNMP Community string is similar to a user id or password that provides "
+"access to a network device, such as router. This string is sent along with "
+"all SNMP requests. If the community string is correct, the device responds "
+"with the requested information. If the community string is incorrect, the "
+"device discards the request and does not respond."
+msgstr "SNMP社区字符串类似于用户ID或用户密码,用来登录网络设备,如路由器。这类字符串随着所有的SNMP请求发送。如果社区字符串正确,设备将反馈相应的字符串若不正确,设备将丢弃请求,不进行处理。"
+
+# 9c719f6ec799444b9ad1bf98205eabc8
+#: ../../networking2.rst:2029
+msgid ""
+"The NetScaler device uses SNMP to communicate with the VMs. You must install"
+" SNMP and configure SNMP Community string for a secure communication between"
+" the NetScaler device and the RHEL machine."
+msgstr "NetScaler设备使用SNMP与虚拟机进行通讯。为保证NetScaler设备与RHEL机器之间安全的通讯,必须安装并配置社区字符串。"
+
+# bdc592b5c12d4fc9bbfb1cb4bf44b046
+#: ../../networking2.rst:2035
+msgid ""
+"Ensure that you installed SNMP on RedHat. If not, run the following command:"
+msgstr "确保在RedHat上安装了SNMP,如果没有,执行以下命令:"
+
+# 02cf855a387949f3b83f4bb528cbf1c4
+#: ../../networking2.rst:2044
+msgid ""
+"Edit the /etc/snmp/snmpd.conf file to allow the SNMP polling from the "
+"NetScaler device."
+msgstr "编辑/etc/snmp/snmpd.conf 文件,以允许来自NetScaler设备的SNMP查询"
+
+# 1decbe06fdbd45039c5b61ab7d3088d9
+#: ../../networking2.rst:2049
+msgid ""
+"Map the community name into a security name (local and mynetwork, depending "
+"on where the request is coming from):"
+msgstr "映射社区名到一个安全的名字(本地,我的网络,依赖于其来源)"
+
+# 8a17ab86a6dd4d5787e52b8e4414895f
+#: ../../networking2.rst:2053
+msgid ""
+"Use a strong password instead of public when you edit the following table."
+msgstr "编辑下表时,使用一个强密码"
+
+# 0179988cd69648e98566be83bd2dff14
+#: ../../networking2.rst:2062
+msgid "Setting to 0.0.0.0 allows all IPs to poll the NetScaler server."
+msgstr "设置0.0.0.0以允许所有的IP都可以查询NetScaler设备"
+
+# 6577e90762254a09835bb6467df5a6ba
+#: ../../networking2.rst:2066
+msgid "Map the security names into group names:"
+msgstr "映射一个安全名到组名"
+
+# e25e9e1efba84febaa488370009ea353
+#: ../../networking2.rst:2078
+msgid "Create a view to allow the groups to have the permission to:"
+msgstr "创建一个视图,以允许组有权限执行:"
+
+# 45d988cd96b04573b080085fbd6ee6cb
+#: ../../networking2.rst:2086
+msgid ""
+"Grant access with different write permissions to the two groups to the view "
+"you created."
+msgstr "授权不同的写权限给二个组及你创建的视图"
+
+# 9fc121277fb04877af683ce49e88b40b
+#: ../../networking2.rst:2097
+msgid "Unblock SNMP in iptables."
+msgstr "在iptalbes中解除对SNMP的锁定。"
+
+# ce86c5292fa840f194d550efe25863bf
+#: ../../networking2.rst:2105
+msgid "Start the SNMP service:"
+msgstr "开启SNMP服务:"
+
+# c68c4cc6430e45fb8625e65486ad2c89
+#: ../../networking2.rst:2113
+msgid ""
+"Ensure that the SNMP service is started automatically during the system "
+"startup:"
+msgstr "确保在系统启动时,SNMP服务能够自动启动。"
+
+# 9a86418eaea24d238f86754265515817
+#: ../../networking2.rst:2121
+msgid "Initial Setup of External Firewalls and Load Balancers"
+msgstr "初始化安装外部防火墙和负载均衡"
+
+# 06a101bd0fb84bd0b26f130d1a867429
+#: ../../networking2.rst:2123
+msgid ""
+"When the first VM is created for a new account, CloudStack programs the "
+"external firewall and load balancer to work with the VM. The following "
+"objects are created on the firewall:"
+msgstr "当为一个新帐户创建一个虚拟机时,CloudStack会设置程序以让外部防火墙和负载均衡与虚拟机共同工作。会在防火墙上创建以下对象:"
+
+# ab3bbc626f914afe9ac2a1b689262029
+#: ../../networking2.rst:2129
+msgid ""
+"A new logical interface to connect to the account's private VLAN. The "
+"interface IP is always the first IP of the account's private subnet (e.g. "
+"10.1.1.1)."
+msgstr "一个新的逻辑接口,用以连接帐户的私有VLAN。接口的IP通常是私有帐户私有子网的第一个IP。"
+
+# f006b40c148b48a08def3072e5ad067c
+#: ../../networking2.rst:2135
+msgid ""
+"A source NAT rule that forwards all outgoing traffic from the account's "
+"private VLAN to the public Internet, using the account's public IP address "
+"as the source address"
+msgstr "一个源NAT规则转发帐户从私有VLAN到公共网络的的出口流量,使用帐户的公共IP地址作为源地址。"
+
+# cd7a4e14c7984cd284aa60828cf93747
+#: ../../networking2.rst:2141
+msgid ""
+"A firewall filter counter that measures the number of bytes of outgoing "
+"traffic for the account"
+msgstr "防火墙过滤计数器计量帐户出口流量的字节数"
+
+# 6863d2e715784256ae2aa22351962b89
+#: ../../networking2.rst:2144
+msgid "The following objects are created on the load balancer:"
+msgstr "以下对象会在负载均衡上创建:"
+
+# 9f6423f23a65442d8e2bda3bb6db462b
+#: ../../networking2.rst:2148
+msgid "A new VLAN that matches the account's provisioned Zone VLAN"
+msgstr "匹配帐户区域VLAN的私有VLAN。"
+
+# 72187f0b05e848e6967cdb9a555381db
+#: ../../networking2.rst:2152
+msgid ""
+"A self IP for the VLAN. This is always the second IP of the account's "
+"private subnet (e.g. 10.1.1.2)."
+msgstr "一个VLAN的自有IP。经常是帐户私有子网的第二个IP。"
+
+# ab8a654963914f2baa6cec082bc98b83
+#: ../../networking2.rst:2156
+msgid "Ongoing Configuration of External Firewalls and Load Balancers"
+msgstr "继续配置外部防火墙和负载均衡"
+
+# 6cc8786791794c06befa8a17509abd10
+#: ../../networking2.rst:2158
+msgid ""
+"Additional user actions (e.g. setting a port forward) will cause further "
+"programming of the firewall and load balancer. A user may request additional"
+" public IP addresses and forward traffic received at these IPs to specific "
+"VMs. This is accomplished by enabling static NAT for a public IP address, "
+"assigning the IP to a VM, and specifying a set of protocols and port ranges "
+"to open. When a static NAT rule is created, CloudStack programs the zone's "
+"external firewall with the following objects:"
+msgstr "增加的用户行为(如设置端口转发)会引起防火墙和负载均衡的程序化。一个用户可以请求增加公共IP地址以及转发使用此公共IP地址的虚拟机接受到的流量。这是通过静态NAT功能完成的,静态NAT将一个公共IP地址映射给一个虚拟机,并指定一组特定协议,开放一组特定端口。当静态NAT建立好之后,CLOUDSTACK会在区域的外部防火墙上通过程序定制如下对象:"
+
+# 1264629934524065bc84801e9205e4a5
+#: ../../networking2.rst:2169
+msgid ""
+"A static NAT rule that maps the public IP address to the private IP address "
+"of a VM."
+msgstr "一条静态NAT规则将虚拟机的私有IP地址映射到公共IP地址。"
+
+# c5fc12f27ace4872a52cb589ca35d678
+#: ../../networking2.rst:2174
+msgid ""
+"A security policy that allows traffic within the set of protocols and port "
+"ranges that are specified."
+msgstr "一个安全策略可以允许说明的协议和端口范围内的流量通过。"
+
+# 3987c5c775d14d12b88cb87ad208f691
+#: ../../networking2.rst:2179
+msgid ""
+"A firewall filter counter that measures the number of bytes of incoming "
+"traffic to the public IP."
+msgstr "防火墙过滤计数器计量到达此公共IP的流量"
+
+# c5db6b14c530477fbdab470760ab4530
+#: ../../networking2.rst:2182
+msgid ""
+"The number of incoming and outgoing bytes through source NAT, static NAT, "
+"and load balancing rules is measured and saved on each external element. "
+"This data is collected on a regular basis and stored in the CloudStack "
+"database."
+msgstr "通过源NAT,静态NAT以及负载均衡规则进出的字节数均被计量并保存在每一个外部设备中。按一定的规则对这些数据进行收集,并将其存储在CloudStack的数据库中。"
+
+# ffe7e0e1d6a54f58847e94107290cdea
+#: ../../networking2.rst:2188
+msgid "Load Balancer Rules"
+msgstr "负载均衡规则"
+
+# c4c2a4ed95bf4c308ca4f5e48b75081b
+#: ../../networking2.rst:2190
+msgid ""
+"A CloudStack user or administrator may create load balancing rules that "
+"balance traffic received at a public IP to one or more VMs. A user creates a"
+" rule, specifies an algorithm, and assigns the rule to a set of VMs."
+msgstr "一个CloudStack的用户或管理员可以创建负载均衡规则以平衡一个公共IP地址收到的针对一个或多个虚拟机的外部流量。一个用户可以创建一条规则,说明一个算法,并将其指定给一部分虚拟机。"
+
+# 5edeb5d8028f43088fd22e105d890c45
+#: ../../networking2.rst:2196
+msgid ""
+"If you create load balancing rules while using a network service offering "
+"that includes an external load balancer device such as NetScaler, and later "
+"change the network service offering to one that uses the CloudStack virtual "
+"router, you must create a firewall rule on the virtual router for each of "
+"your existing load balancing rules so that they continue to function."
+msgstr "如果你创建了一个负载均衡规则且使用包括外部负载均衡设备的网络服务方案,如包括NetScaler,但随后将网络方案改成使用CloudStack的虚拟路由器,则你必须在虚拟路由器上创建一个防火墙规则,这些防火墙规则与已经设置的负载均衡规则一一对应,只有这样,才能使那些负载均衡规则继续起作用。"
+
+# aee5ead118ba49d2af6fd663749cb21a
+#: ../../networking2.rst:2206
+msgid "Adding a Load Balancer Rule"
+msgstr "增加一条负载均衡规则"
+
+# ef9ec7e8608f4622a42b9006e67332f1
+#: ../../networking2.rst:2218
+msgid ""
+"Click the name of the network where you want to load balance the traffic."
+msgstr "点击拟进行负载均衡的网络名称"
+
+# d56ea994f5094995b0b1a4f7aa68eca8
+# 7764a67f3ade40b1b3dc2075fac839f4
+# ff64344bfa4d4a28a323dffd869d78cc
+#: ../../networking2.rst:2227 ../../networking2.rst:6334
+#: ../../networking2.rst:6728
+msgid ""
+"Click the IP address for which you want to create the rule, then click the "
+"Configuration tab."
+msgstr "点击你希望创建规则的IP地址,然后点击配置"
+
+# bd1517a9c2da449f8664512b691ebb65
+# 563ad659bddb4945a34373de5161db96
+#: ../../networking2.rst:2232 ../../networking2.rst:6339
+msgid "In the Load Balancing node of the diagram, click View All."
+msgstr "在图的负载均衡节点点上,点击 查看全部。"
+
+# 5c4e645be6564d2981406da6582c05fa
+#: ../../networking2.rst:2234
+msgid ""
+"In a Basic zone, you can also create a load balancing rule without acquiring"
+" or selecting an IP address. CloudStack internally assign an IP when you "
+"create the load balancing rule, which is listed in the IP Addresses page "
+"when the rule is created."
+msgstr "在基础区域中,在不需要或不选择IP的条件下,你可以创建一条负载均衡规则。当你创建负载均衡规则时,CloudStack会内部指定一个IP地址。当规则创建完成时,IP地址会在IP地址页列出来。"
+
+# 19e72807452b47e3a1cc379d4795b3d9
+#: ../../networking2.rst:2239
+msgid ""
+"To do that, select the name of the network, then click Add Load Balancer "
+"tab. Continue with #7."
+msgstr "为此,选择网络名称,点击 增加负载均衡。按#7继续进行配置。"
+
+# 92a8a5aa771d4722b5156213b1af4fd5
+# 130044af73ab495bab3655cce16db603
+#: ../../networking2.rst:2244 ../../networking2.rst:3732
+msgid "Fill in the following:"
+msgstr "填写以下内容:"
+
+# 96cfbfac34a546b2aabfdd57984816d9
+# 2f3e7f66b6854ce1bf779bd548cb6f12
+# 0e0ff88d07eb4baf9edfced6bfbc8d7b
+#: ../../networking2.rst:2248 ../../networking2.rst:6351
+#: ../../networking2.rst:6609
+msgid "**Name**: A name for the load balancer rule."
+msgstr "名称,负载均衡规则的名称。"
+
+# d159c92df5a7480c9ea3390d74166c14
+#: ../../networking2.rst:2252
+msgid "**Public Port**: The port receiving incoming traffic to be balanced."
+msgstr "公共端口。这个端口接受到负载均衡的进入流量。"
+
+# b581656e45d34c8d81bf85c2f5e1687d
+# 4bc8d2ff0de548bfac5f09a67456130e
+#: ../../networking2.rst:2257 ../../networking2.rst:6360
+msgid ""
+"**Private Port**: The port that the VMs will use to receive the traffic."
+msgstr "私有端口,虚拟机会使用此端口接收流量。"
+
+# 2543a97cf11048648e1d03e65b26ff8e
+#: ../../networking2.rst:2262
+msgid ""
+"**Algorithm**: Choose the load balancing algorithm you want CloudStack to "
+"use. CloudStack supports a variety of well-known algorithms. If you are not "
+"familiar with these choices, you will find plenty of information about them "
+"on the Internet."
+msgstr "算法,选择让CloudStack使用的负载均衡算法。CloudStack各类已知的算法,如果不熟悉那些选项,通过goole搜索会发现大量信息。"
+
+# 0e85be5a5f044e87a64418a1378234c5
+#: ../../networking2.rst:2269
+msgid ""
+"**Stickiness**: (Optional) Click Configure and choose the algorithm for the "
+"stickiness policy. See Sticky Session Policies for Load Balancer Rules."
+msgstr "粘性:点击配置,为粘性策略选择一个算法。可参见为负载均衡规则制定的粘性会话策略。"
+
+# d254fa1eae76499aa9dd3674a7ccb16e
+#: ../../networking2.rst:2275
+msgid ""
+"**AutoScale**: Click Configure and complete the AutoScale configuration as "
+"explained in :ref:`conf-autoscale`."
+msgstr "**自动缩放**:点击配置完成自动缩放配置,在 :ref:`conf-autoscale`中有介绍。"
+
+# 80c293bf8b72415daff417f7d1e485c2
+#: ../../networking2.rst:2280
+msgid ""
+"**Health Check**: (Optional; NetScaler load balancers only) Click Configure "
+"and fill in the characteristics of the health check policy. See :ref"
+":`health-check`."
+msgstr "**健康检查**:(可选,只针对NetScaler的负载均衡设备)点击配置并填写健康检查特性,参见15.16.5.3 负载均衡规则的健康检查。参见 :ref:`health-check`."
+
+# 7646c6b438bc4f6a95b867bca86d2778
+#: ../../networking2.rst:2286
+msgid ""
+"**Ping path (Optional)**: Sequence of destinations to which to send health "
+"check queries. Default: / (all)."
+msgstr "ping 路径:需要发送健康检查的目的地顺序。默认为全部。"
+
+# f2e4bc38af6b4daf89f145d9739466f4
+#: ../../networking2.rst:2291
+msgid ""
+"**Response time (Optional)**: How long to wait for a response from the "
+"health check (2 - 60 seconds). Default: 5 seconds."
+msgstr "响应时间(可选):从健康检查返回的响应时间(2-60秒),默认为5秒。"
+
+# b56f106902c64b1c8aa0a36c64aec4ac
+#: ../../networking2.rst:2296
+msgid ""
+"**Interval time (Optional)**: Amount of time between health checks (1 second"
+" - 5 minutes). Default value is set in the global configuration parameter "
+"lbrule\\_health check\\_time\\_interval."
+msgstr "间隔时间(可选):健康检查的间隔时间(1秒-5分钟)。默认值在全局参数lbrule health check_time_interval"
+
+# 4295d940156f4b3ba091563f2533eb12
+#: ../../networking2.rst:2303
+msgid ""
+"**Healthy threshold (Optional)**: Number of consecutive health check "
+"successes that are required before declaring an instance healthy. Default: "
+"2."
+msgstr "健康阀值:在声明一个实例健康之前,连续健康检查成功的次数。"
+
+# 7ac5054f47b24947b246698f28438d57
+#: ../../networking2.rst:2309
+msgid ""
+"**Unhealthy threshold (Optional)**: Number of consecutive health check "
+"failures that are required before declaring an instance unhealthy. Default: "
+"10."
+msgstr "不健康阀值(可选):在声音一个实例不健康之前连续健康检查失败的次数。"
+
+# 7836878559f34b60b1399d767ae28a29
+#: ../../networking2.rst:2315
+msgid ""
+"Click Add VMs, then select two or more VMs that will divide the load of "
+"incoming traffic, and click Apply."
+msgstr "点击添加虚拟机,选择拟分散进入流量的二个或多个虚拟机,点击应用。"
+
+# 6a2803e8da5f48318b4b61fd67bcd43f
+#: ../../networking2.rst:2318
+msgid ""
+"The new load balancer rule appears in the list. You can repeat these steps "
+"to add more load balancer rules for this IP address."
+msgstr "在列表中会出现新加的负载均衡规则。可以重复以上步骤以对此IP增加更多的负载均衡规则。"
+
+# d24dcf4899a54968b3b3db61c818c67d
+#: ../../networking2.rst:2322
+msgid "Sticky Session Policies for Load Balancer Rules"
+msgstr "为负载均衡规则制定的粘性会话策略。"
+
+# 8ab79ec71a4e4b98ad38ad17ec22af5f
+#: ../../networking2.rst:2324
+msgid ""
+"Sticky sessions are used in Web-based applications to ensure continued "
+"availability of information across the multiple requests in a user's "
+"session. For example, if a shopper is filling a cart, you need to remember "
+"what has been purchased so far. The concept of \"stickiness\" is also "
+"referred to as persistence or maintaining state."
+msgstr "粘性会话应用于基于网页的应用中,以确保在用户的会话中,对用户的多种请求持续提供信息。例如,购物者正在向购物车中增加东西,则需要记住到目前为止已买的东西。粘性的概念也指持久发现或维护状态。"
+
+# c3519ee8b4b344cabb8750b51ce2309d
+#: ../../networking2.rst:2330
+msgid ""
+"Any load balancer rule defined in CloudStack can have a stickiness policy. "
+"The policy consists of a name, stickiness method, and parameters. The "
+"parameters are name-value pairs or flags, which are defined by the load "
+"balancer vendor. The stickiness method could be load balancer-generated "
+"cookie, application-generated cookie, or source-based. In the source-based "
+"method, the source IP address is used to identify the user and locate the "
+"user's stored data. In the other methods, cookies are used. The cookie "
+"generated by the load balancer or application is included in request and "
+"response URLs to create persistence. The cookie name can be specified by the"
+" administrator or automatically generated. A variety of options are provided"
+" to control the exact behavior of cookies, such as how they are generated "
+"and whether they are cached."
+msgstr "在CloudStack中定义的任何负载均衡规则,都可以具有粘性策略。策略有名字,粘性方法以及参数组成。参数是成对的值-名或标志,这些由负载均衡提供商进行定义。粘发现方法可以加载负载均衡设备产生的cookie,应用生产的cookie,或基于源产生的cookie。在基于源的方法中,源IP地址被用来区分用户和定位用户存储的数据。在其他方法中,则使用cookie。由负载均衡或应用产生的cookie,包含在请求或响应的url中,以产生持久性。cookie的名称可以有管理员指定或自动产生。提供了多种选择来准确控制cookie行为。诸如如何产生的以及是否进行缓存。"
+
+# 79f3c606c002408f917d8fa2d8fdd9eb
+#: ../../networking2.rst:2344
+msgid ""
+"For the most up to date list of available stickiness methods, see the "
+"CloudStack UI or call listNetworks and check the SupportedStickinessMethods "
+"capability."
+msgstr "对于多数粘性方法变量列表,可以参看CloudStack UI或者调用网络列表,并检查粘性方法支持能力。"
+
+# 3f62bdba5f31457aadd915d45be545a7
+#: ../../networking2.rst:2351
+msgid "Health Checks for Load Balancer Rules"
+msgstr "负载均衡规则的健康检查。"
+
+# b083bc41aca34d9b98d86dc1d0206017
+#: ../../networking2.rst:2353
+msgid "(NetScaler load balancer only; requires NetScaler version 10.0)"
+msgstr "(仅对NetScaler负载均衡设备,需要NetScaler版本10.0以上。)"
+
+# 1bf841d08f9947a9a22824b89f8e09d4
+#: ../../networking2.rst:2355
+msgid ""
+"Health checks are used in load-balanced applications to ensure that requests"
+" are forwarded only to running, available services. When creating a load "
+"balancer rule, you can specify a health check policy. This is in addition to"
+" specifying the stickiness policy, algorithm, and other load balancer rule "
+"options. You can configure one health check policy per load balancer rule."
+msgstr "负载均衡应用中的健康检查,能够确保转发需求运行,服务可用。当创建一个负载均衡规则里,你可以指定一个健康检查策略。这是对粘性策略,算法,其他负载均衡设备规则的附加说明。可以为每一条负载均衡设备进行配置。"
+
+# 85c9feea4e8743198f31cc482695a279
+#: ../../networking2.rst:2362
+msgid ""
+"Any load balancer rule defined on a NetScaler load balancer in CloudStack "
+"can have a health check policy. The policy consists of a ping path, "
+"thresholds to define \"healthy\" and \"unhealthy\" states, health check "
+"frequency, and timeout wait interval."
+msgstr "在CloudStackk中的NetScaler负载均衡设备定义的任一负载均衡规则都可以有一条健康检查策略。该策略有ping路径,定义健康或非健康状态的阀值,健康检查频率以及等待超时间隔。"
+
+# 352dde5daf9c433c88293769a6bb0553
+#: ../../networking2.rst:2367
+msgid ""
+"When a health check policy is in effect, the load balancer will stop "
+"forwarding requests to any resources that are found to be unhealthy. If the "
+"resource later becomes available again, the periodic health check will "
+"discover it, and the resource will once again be added to the pool of "
+"resources that can receive requests from the load balancer. At any given "
+"time, the most recent result of the health check is displayed in the UI. For"
+" any VM that is attached to a load balancer rule with a health check "
+"configured, the state will be shown as UP or DOWN in the UI depending on the"
+" result of the most recent health check."
+msgstr "当健康检查策略生效时,负载均衡被发现处于非健康状态时,会停止转发到源的任何请求。如果随后资源变为可用,周期性进行的健康检查就会发现,此资源就会再一次被添加至从负载均衡器收到的请求资源池里。任一时刻,最近的健康检查结果会显示在UI中。对绑定了负载均衡规则的虚拟机,且此规则配置了健康检查,依据最近的检查,状态会显示为正常或失败。"
+
+# 7487d03bd3954a619c9deab8432eccb5
+#: ../../networking2.rst:2377
+msgid "You can delete or modify existing health check policies."
+msgstr "可以删除或修改存在的健康检查策略。"
+
+# 9bb908ef254545669272a47771402d19
+#: ../../networking2.rst:2379
+msgid ""
+"To configure how often the health check is performed by default, use the "
+"global configuration setting healthcheck.update.interval (default value is "
+"600 seconds). You can override this value for an individual health check "
+"policy."
+msgstr "为配置默认的健康检查执行频率,通过全局配置参数 healthcheck.update.interval进行设备,默认值是600秒。可以根据需要进行设置此值。"
+
+# a4a4e4ced2f64992a7090ec99eec5b74
+#: ../../networking2.rst:2384
+msgid ""
+"For details on how to set a health check policy using the UI, see :ref"
+":`adding-lb-rule`."
+msgstr "如何通过UI进行健康检查策略的设置,可参看 :ref:`adding-lb-rule`。"
+
+# 7583c6f2d7c04c729c049fe5fb20f1d0
+#: ../../networking2.rst:2390
+msgid "Configuring AutoScale"
+msgstr "配置自缩放"
+
+# 110dc69ca3524adf841208bc3b2afa45
+#: ../../networking2.rst:2392
+msgid ""
+"AutoScaling allows you to scale your back-end services or application VMs up"
+" or down seamlessly and automatically according to the conditions you "
+"define. With AutoScaling enabled, you can ensure that the number of VMs you "
+"are using seamlessly scale up when demand increases, and automatically "
+"decreases when demand subsides. Thus it helps you save compute costs by "
+"terminating underused VMs automatically and launching new VMs when you need "
+"them, without the need for manual intervention."
+msgstr "自缩放允许你能够根据定义的条件进行无缝且自动的增加或减少后端服务或应用虚拟机。当开启自缩放时,可以确保在需求增加时,无缝的增加正在使用虚拟机的数量。因此他会通过关闭未使用的虚拟机或者需要时开启新的虚拟机,从而节省你的计算成本。这些操作,都不需要手动干预。"
+
+# 6067162c83174a73b67766fe147a1105
+#: ../../networking2.rst:2400
+msgid ""
+"NetScaler AutoScaling is designed to seamlessly launch or terminate VMs "
+"based on user-defined conditions. Conditions for triggering a scaleup or "
+"scaledown action can vary from a simple use case like monitoring the CPU "
+"usage of a server to a complex use case of monitoring a combination of "
+"server's responsiveness and its CPU usage. For example, you can configure "
+"AutoScaling to launch an additional VM whenever CPU usage exceeds 80 percent"
+" for 15 minutes, or to remove a VM whenever CPU usage is less than 20 "
+"percent for 30 minutes."
+msgstr "NetScaler的自缩放定义为基于用户定义的条件,无缝的开启或关闭虚拟机。触发扩大或缩小行为的条件从监控服务器cpu的使用率的单一用例到监控服务器响应及cpu使用率的组合用例,各不相同。例如,你可以一个自缩放,能够在CPU使用超过80%持续15分钟时启动一个新的虚拟机,或CPU使用率低于20%持续30分钟时,移除一个虚拟机。"
+
+# 4178b892ea11419ca207b4f23416d240
+#: ../../networking2.rst:2409
+msgid ""
+"CloudStack uses the NetScaler load balancer to monitor all aspects of a "
+"system's health and work in unison with CloudStack to initiate scale-up or "
+"scale-down actions."
+msgstr "CloudStack使用NetScaler负载均衡器来监控系统健康的各方面,并与CloudStack共同工作以初始化扩大或缩小的行为。"
+
+# 720fc42dfba2445580316d8a7c7b6446
+#: ../../networking2.rst:2413
+msgid ""
+"AutoScale is supported on NetScaler Release 10 Build 74.4006.e and beyond."
+msgstr "自缩放在NetScaler发布的10版本以上适用。(Build 74.4006.e 及以上)"
+
+# 25d5a916dcd24f8c93a8a2270ea1dec8
+#: ../../networking2.rst:2418
+msgid "Before you configure an AutoScale rule, consider the following:"
+msgstr "在配置自缩放前,需要考虑以下几点:"
+
+# e5e20ba2d3ec4d3492856bcfe74d40f1
+#: ../../networking2.rst:2422
+msgid ""
+"Ensure that the necessary template is prepared before configuring AutoScale."
+" When a VM is deployed by using a template and when it comes up, the "
+"application should be up and running."
+msgstr "确保在配置自缩放时有必需的模板。当使用模板部署虚拟机并使虚拟机启动时,应用能够起动并运行。"
+
+# a3786b1dded84da299934e36c6d9e71a
+#: ../../networking2.rst:2427
+msgid ""
+"If the application is not running, the NetScaler device considers the VM as "
+"ineffective and continues provisioning the VMs unconditionally until the "
+"resource limit is exhausted."
+msgstr "如果应用没有运行,NetScaler设备会认为虚拟机无效并持续无条件的创建虚拟机,直到资源耗尽。"
+
+# 848edeadae8842dd9b6660533e51cb84
+#: ../../networking2.rst:2433
+msgid ""
+"Deploy the templates you prepared. Ensure that the applications come up on "
+"the first boot and is ready to take the traffic. Observe the time requires "
+"to deploy the template. Consider this time when you specify the quiet time "
+"while configuring AutoScale."
+msgstr "部署准备好的模板。确保应用在第一次启动时能够开启并准备好接管流量。观察部署模板需要的时间。在配置自缩放时,要考虑这段时间。"
+
+# 47a8c8b854724128bca574cad390341b
+#: ../../networking2.rst:2440
+msgid ""
+"The AutoScale feature supports the SNMP counters that can be used to define "
+"conditions for taking scale up or scale down actions. To monitor the SNMP-"
+"based counter, ensure that the SNMP agent is installed in the template used "
+"for creating the AutoScale VMs, and the SNMP operations work with the "
+"configured SNMP community and port by using standard SNMP managers. For "
+"example, see `\"Configuring SNMP Community String on a RHEL Server\" "
+"<#configuring-snmp-community-string-on-a-rhel-server>`_ to configure SNMP on"
+" a RHEL machine."
+msgstr "自缩放功能支持SNMP计数,这可以用来定义扩大或缩小的前提条件。为监测SNMP计数,确保SNMP代理已经在创建自缩放虚拟机的模板中安装。通过使用标准SNMP管理器,SNMP操作可以与配置好的社区SNMP和端口一起工作。更多示例,可参见`\"在RHEL服务器上配置SNMP社区字符串\" <#configuring-snmp-community-string-on-a-rhel-server>`_ to configure SNMP on a RHEL machine.。"
+
+# c4bb8c60d3214089b1726fe9bea68db1
+#: ../../networking2.rst:2451
+msgid ""
+"Ensure that the endpointe.url parameter present in the Global Settings is "
+"set to the Management Server API URL. For example, "
+"``http://10.102.102.22:8080/client/api``. In a multi-node Management Server "
+"deployment, use the virtual IP address configured in the load balancer for "
+"the management server's cluster. Additionally, ensure that the NetScaler "
+"device has access to this IP address to provide AutoScale support."
+msgstr "确保在全局配置中的结束点地址参数已设置为管理服务器的API地址。例如:``http://10.102.102.22:8080/client/api``。 在多管理节点的部署中,使用配置在负载均衡器上的虚拟IP地址作为管理服务器集群的IP地址。此外,确保NetScaler设备有读取为提供自缩放而配置的IP地址的权限。"
+
+# f6027494d923450aa21e243d185af107
+#: ../../networking2.rst:2459
+msgid ""
+"If you update the endpointe.url, disable the AutoScale functionality of the "
+"load balancer rules in the system, then enable them back to reflect the "
+"changes. For more information see :ref:`update-autoscale`."
+msgstr "如果更新了endpointe.url,在系统自动负载均衡器规则里,先关闭自缩放功能随后再开启,以应用此更新。。更多信息,参见 :ref:`update-autoscale`。"
+
+# 30b6a0dcaf8e406d930c2671bee73f49
+#: ../../networking2.rst:2465
+msgid ""
+"If the API Key and Secret Key are regenerated for an AutoScale user, ensure "
+"that the AutoScale functionality of the load balancers that the user "
+"participates in are disabled and then enabled to reflect the configuration "
+"changes in the NetScaler."
+msgstr "如果为自缩放用户生成了API值和秘钥,确保用户参与的负载均衡器的自缩放功能先关闭,再开启,以应用NetScaler配置的变化。"
+
+# 8e11275ad7bc4f9bbae8488f9270ddb9
+#: ../../networking2.rst:2472
+msgid ""
+"In an advanced Zone, ensure that at least one VM should be present before "
+"configuring a load balancer rule with AutoScale. Having one VM in the "
+"network ensures that the network is in implemented state for configuring "
+"AutoScale."
+msgstr "在高级区域中,在配置带自缩放的负载均衡规则时,确保至少要有一个虚拟机。在网络中存在一个虚拟机,可保证在配置自缩放时,网络处于使用状态。"
+
+# 2f62ff61696a4b28b1fe7a6e9ed379af
+#: ../../networking2.rst:2478
+msgid "Configuration"
+msgstr "配置"
+
+# 6ecf74a9baef420b8f4cf0f4a633ee47
+#: ../../networking2.rst:2482
+msgid "|autoscaleateconfig.png|"
+msgstr "|autoscaleateconfig.png|"
+
+# f28a8f2eaa864c579595a69d9339a432
+#: ../../networking2.rst:2486
+msgid ""
+"**Template**: A template consists of a base OS image and application. A "
+"template is used to provision the new instance of an application on a "
+"scaleup action. When a VM is deployed from a template, the VM can start "
+"taking the traffic from the load balancer without any admin intervention. "
+"For example, if the VM is deployed for a Web service, it should have the Web"
+" server running, the database connected, and so on."
+msgstr "模板:模板由基本的操作系统镜像和应用组成。在自缩放动作中,模板用来提供一个应用的新的实例。当从模板部署虚拟机时,虚拟机在管理员不干预的情形下开始从负载均衡器那里接管流量。例如,如果虚拟机部署为WEB服务应用,则虚拟机上的WEB服务器应该在运行,并且连接了数据库,等等。"
+
+# ab74533b03a84bf99ebf74e5eb9a1f2d
+#: ../../networking2.rst:2496
+msgid ""
+"**Compute offering**: A predefined set of virtual hardware attributes, "
+"including CPU speed, number of CPUs, and RAM size, that the user can select "
+"when creating a new virtual machine instance. Choose one of the compute "
+"offerings to be used while provisioning a VM instance as part of scaleup "
+"action."
+msgstr "计算方案:一个预定义的虚拟硬件资源集,包括CPU速度,CPU数量,RAM,用户在创建虚拟时可以选择这些。选择一个计算方案作为提供虚拟机实例中自缩放行为的一部分。"
+
+# e0ca6e4baff64455862f60837590f305
+#: ../../networking2.rst:2504
+msgid ""
+"**Min Instance**: The minimum number of active VM instances that is assigned"
+" to a load balancing rule. The active VM instances are the application "
+"instances that are up and serving the traffic, and are being load balanced. "
+"This parameter ensures that a load balancing rule has at least the "
+"configured number of active VM instances are available to serve the traffic."
+msgstr "最小实例:指定给负载均衡规则活动的虚拟机实例的最小数量,活动的虚拟机实例是开启的应用实例,并服务于流量和负载均衡。这个参数确保负载均衡规则拥有至少一个配置的活动虚拟机实例,并且能够服务于流量。"
+
+# 985d35506cb34451b0d15a405feae1a7
+#: ../../networking2.rst:2512
+msgid ""
+"If an application, such as SAP, running on a VM instance is down for some "
+"reason, the VM is then not counted as part of Min Instance parameter, and "
+"the AutoScale feature initiates a scaleup action if the number of active VM "
+"instances is below the configured value. Similarly, when an application "
+"instance comes up from its earlier down state, this application instance is "
+"counted as part of the active instance count and the AutoScale process "
+"initiates a scaledown action when the active instance count breaches the Max"
+" instance value."
+msgstr "如果一个应用程序,比如SAP,它运行在一个VM实例上,但是VM因为某些原因宕机了,那么这个VM没有被算成是Min实例的一部分,并且如果这些活动的VM实例是下面配置的数值,那么自动扩展功能启动一个扩展的动作。同样的,当应用程序实例从宕机的状态恢复了以后,这个应用程序实例会被算为活动实例计数的一部分,并且当活动实例计数超出Max实例数值的时候,自动扩展启动一个缩减动作。"
+
+# fb0ddc4d1f94403ebeed8e5714b4f617
+#: ../../networking2.rst:2524
+msgid ""
+"**Max Instance**: Maximum number of active VM instances that **should be "
+"assigned to**\\ a load balancing rule. This parameter defines the upper "
+"limit of active VM instances that can be assigned to a load balancing rule."
+msgstr "**最大实例数**:最大数量的**应该被指派到**\\ 一条负载均衡策略的活动VM实例。这个参数定义了能被指派到一条负载均衡策略的活动VM实例的上限。"
+
+# 783c86a84d0f4c1b833db963b51c82af
+#: ../../networking2.rst:2529
+msgid ""
+"Specifying a large value for the maximum instance parameter might result in "
+"provisioning large number of VM instances, which in turn leads to a single "
+"load balancing rule exhausting the VM instances limit specified at the "
+"account or domain level."
+msgstr "给最大量实例参数指定一个大的值可能引发大量VM实例的分发,这个过程会导致一个负载均衡策略耗尽账户或者域级别下VM实例指定的限制。"
+
+# 1a3b1e1b09e04f57993e13c4afcb55e0
+#: ../../networking2.rst:2535
+msgid ""
+"If an application, such as SAP, running on a VM instance is down for some "
+"reason, the VM is not counted as part of Max Instance parameter. So there "
+"may be scenarios where the number of VMs provisioned for a scaleup action "
+"might be more than the configured Max Instance value. Once the application "
+"instances in the VMs are up from an earlier down state, the AutoScale "
+"feature starts aligning to the configured Max Instance value."
+msgstr "如果一个应用程序,比如SAP,它运行在一个VM实例上,但是VM因为某些原因宕机了,那么这个VM没有被算成是Max实例的一部分。所以这个情况中为扩展动作分发的VMs数量可能会超过配置的MAX实例数值。一旦这个VMs中的应用程序实例从先前的宕机中恢复的时候,自动扩展功能就会校正Max实例的数值。"
+
+# 6a70933964e74afe83fe5d290058b273
+#: ../../networking2.rst:2543
+msgid "Specify the following scale-up and scale-down policies:"
+msgstr "指定下列扩展和缩减的策略:"
+
+# cf10d74a5d0c41e589755735a7cedc27
+#: ../../networking2.rst:2547
+msgid ""
+"**Duration**: The duration, in seconds, for which the conditions you specify"
+" must be true to trigger a scaleup action. The conditions defined should "
+"hold true for the entire duration you specify for an AutoScale action to be "
+"invoked."
+msgstr "**持续**:持续,以秒为单位,你必须指定条件为true以触发一个扩展动作。这个条件定义的是为了触发一个自动扩展动作,你指定的全部持续值应保持为true。"
+
+# a57ca091c3bd43c096bfa98631b1cdde
+#: ../../networking2.rst:2554
+msgid ""
+"**Counter**: The performance counters expose the state of the monitored "
+"instances. By default, CloudStack offers four performance counters: Three "
+"SNMP counters and one NetScaler counter. The SNMP counters are Linux User "
+"CPU, Linux System CPU, and Linux CPU Idle. The NetScaler counter is "
+"ResponseTime. The root administrator can add additional counters into "
+"CloudStack by using the CloudStack API."
+msgstr "**计数器**:性能计数器直接体现了被监视实例的状态。默认情况下,CloudStack提供了4个性能计数器:3个SNMP计数器和1个NetScaler计数器。SNMP计数器是Linux User CPU、Linux System CPU和Linux CPU Idle。NetScaler计数器是ResponseTime。root管理员能够使用CloudStack API给CloudStack添加额外的计数器。"
+
+# a0b4564310ab4971b3f47a61f665d061
+#: ../../networking2.rst:2563
+msgid ""
+"**Operator**: The following five relational operators are supported in "
+"AutoScale feature: Greater than, Less than, Less than or equal to, Greater "
+"than or equal to, and Equal to."
+msgstr "**运算符**:自动扩展功能支持下列5种关系型运算符:大于、小于、小于或等于、大于或等于和等于。"
+
+# e0ce29c287f846fab5b519e88ea090ee
+#: ../../networking2.rst:2569
+msgid ""
+"**Threshold**: Threshold value to be used for the counter. Once the counter "
+"defined above breaches the threshold value, the AutoScale feature initiates "
+"a scaleup or scaledown action."
+msgstr "**阈值**:阈值用于计数器。一旦上面计数器中定义的值超出阈值,自动扩展功能会启动扩展或者缩减动作。"
+
+# 6561f9d06cfe4f6d9874575da794592a
+#: ../../networking2.rst:2575
+msgid "**Add**: Click Add to add the condition."
+msgstr "**添加**::点击添加来添加条件。"
+
+# 1497e6bea4e1463b844a038331cb983f
+#: ../../networking2.rst:2577
+msgid ""
+"Additionally, if you want to configure the advanced settings, click Show "
+"advanced settings, and specify the following:"
+msgstr "另外,如果你想配置高级设置,点击显示高级设置,接着指定下列参数:"
+
+# eb929ac5f36d4e0685a50c5cc16f0df5
+#: ../../networking2.rst:2582
+msgid ""
+"**Polling interval**: Frequency in which the conditions, combination of "
+"counter, operator and threshold, are to be evaluated before taking a scale "
+"up or down action. The default polling interval is 30 seconds."
+msgstr "**轮询间隔**:组合计数器,运算和阈值这几个条件的频率在触发扩展和缩减动作之前都要被评估。默认的轮询间隔是30秒。"
+
+# 8d0aedaf4e0f45a6beda1b9421388942
+#: ../../networking2.rst:2589
+msgid ""
+"**Quiet Time**: This is the cool down period after an AutoScale action is "
+"initiated. The time includes the time taken to complete provisioning a VM "
+"instance from its template and the time taken by an application to be ready "
+"to serve traffic. This quiet time allows the fleet to come up to a stable "
+"state before any action can take place. The default is 300 seconds."
+msgstr "**平静期**:这是自动扩展动作被触发之后的冷静期。这个时间包括完成从模板分发一个VM实例的时间和一个应用程序准备好提供服务的时间。平静期允许机群在发生任何动作之前进入稳定状态。默认值是300秒。"
+
+# fdefaeca99e24f218e68b41bfe85e3ce
+#: ../../networking2.rst:2598
+msgid ""
+"**Destroy VM Grace Period**: The duration in seconds, after a scaledown "
+"action is initiated, to wait before the VM is destroyed as part of scaledown"
+" action. This is to ensure graceful close of any pending sessions or "
+"transactions being served by the VM marked for destroy. The default is 120 "
+"seconds."
+msgstr "**VM销毁宽限期**:此宽限期以秒计算,在一个缩减动作运行之后,在VMs被视为缩减动作的一部分从而销毁之前的等待时间。它保证了能够彻底关闭任何服务于被标记为销毁的VM的挂起中的进程或者事务。默认值是120秒。"
+
+# cf6ffe6f0c4c4e1a868a853debfcdbbf
+#: ../../networking2.rst:2606
+msgid ""
+"**Security Groups**: Security groups provide a way to isolate traffic to the"
+" VM instances. A security group is a group of VMs that filter their incoming"
+" and outgoing traffic according to a set of rules, called ingress and egress"
+" rules. These rules filter network traffic according to the IP address that "
+"is attempting to communicate with the VM."
+msgstr "**安全组**:安全组提供一种方法来隔离VMs流量。一个安全组是一组依照设置名为入口规则和出口规则来过滤他们进出流量的VMs,这些规则依靠与VM通讯的IP地址来过滤网络流量。"
+
+# c4bd403a66d64d868f4d5b0442abb5f7
+#: ../../networking2.rst:2615
+msgid ""
+"**Disk Offerings**: A predefined set of disk size for primary data storage."
+msgstr "**磁盘方案**:一组预定义的主数据存储磁盘大小。"
+
+# 8976b1a845f84354ab47314b3cc692d7
+#: ../../networking2.rst:2620
+msgid ""
+"**SNMP Community**: The SNMP community string to be used by the NetScaler "
+"device to query the configured counter value from the provisioned VM "
+"instances. Default is public."
+msgstr "**SNMP 联系**:SNMP 联系字符串被用于NetScaler设备从分发的VM实例中查询已配置的计数器的值。默认是public。"
+
+# cca89ffa679d47ad992fe021145932eb
+#: ../../networking2.rst:2626
+msgid ""
+"**SNMP Port**: The port number on which the SNMP agent that run on the "
+"provisioned VMs is listening. Default port is 161."
+msgstr "**SNMP端口**:运行在已分发的VMs上的SNMP代理端口号。默认的端口是161."
+
+# e00f8d3ec41440b5b002e2041a08220f
+#: ../../networking2.rst:2631
+msgid ""
+"**User**: This is the user that the NetScaler device use to invoke scaleup "
+"and scaledown API calls to the cloud. If no option is specified, the user "
+"who configures AutoScaling is applied. Specify another user name to "
+"override."
+msgstr "**用户**:在云中NetScaler设备中用于发起扩展和缩减API调用的用户。如果没有指定选项,那么该用户被配置为自动扩展。指定其他用户名可以覆盖此配置。"
+
+# 9b84f1bc76c44c38a35321973e56210c
+#: ../../networking2.rst:2638
+msgid "**Apply**: Click Apply to create the AutoScale configuration."
+msgstr "**应用**:点击应用创建自动扩展配置。"
+
+# b547fd51c7ac43f6896f5326d0bc8ba8
+#: ../../networking2.rst:2641
+msgid "Disabling and Enabling an AutoScale Configuration"
+msgstr "禁止和启用自动扩展配置"
+
+# 38e5928d47d14bc19e1fab9539b611a0
+#: ../../networking2.rst:2643
+msgid ""
+"If you want to perform any maintenance operation on the AutoScale VM "
+"instances, disable the AutoScale configuration. When the AutoScale "
+"configuration is disabled, no scaleup or scaledown action is performed. You "
+"can use this downtime for the maintenance activities. To disable the "
+"AutoScale configuration, click the Disable AutoScale |EnableDisable.png| "
+"button."
+msgstr "如果你想对一个自动扩展VM实例执行任何维护操作,请禁用自动扩展配置。当自动扩展配置被禁用,扩展和缩减动作不会执行。你可以利用停机时间进行维护活动。要禁用自动扩展配置,点击禁用自动扩展按钮 |EnableDisable.png|。"
+
+# 9e667521e0ed422c97c64cd3cd3a8b27
+#: ../../networking2.rst:2649
+msgid ""
+"The button toggles between enable and disable, depending on whether "
+"AutoScale is currently enabled or not. After the maintenance operations are "
+"done, you can enable the AutoScale configuration back. To enable, open the "
+"AutoScale configuration page again, then click the Enable AutoScale "
+"|EnableDisable.png| button."
+msgstr "这个按钮是启用和禁止的切换开关,取决于当前是否启用了自动扩展。在执行完维护操作以后,你可以启用回自动扩展配置。要启用,请再次打开自动扩展配置页面,然后点击启用自动扩展按钮|EnableDisable.png|。"
+
+# 8c265f29a2494792991abbb3daed1b9e
+#: ../../networking2.rst:2658
+msgid "Updating an AutoScale Configuration"
+msgstr "更新自动扩展配置"
+
+# 280deb0a83064852b5f2ddd3b80809a6
+#: ../../networking2.rst:2660
+msgid ""
+"You can update the various parameters and add or delete the conditions in a "
+"scaleup or scaledown rule. Before you update an AutoScale configuration, "
+"ensure that you disable the AutoScale load balancer rule by clicking the "
+"Disable AutoScale button."
+msgstr "你可以更新各种参数和添加或者删除扩展或缩减策略中的条件。在你更新自动扩展配置之前,请确保你已经通过点击禁止自动扩展按钮禁止了自动扩展负载均衡策略。"
+
+# e7070f9e778042a7aa68aeb88bde2257
+#: ../../networking2.rst:2665
+msgid ""
+"After you modify the required AutoScale parameters, click Apply. To apply "
+"the new AutoScale policies, open the AutoScale configuration page again, "
+"then click the Enable AutoScale button."
+msgstr "在你修改了所需的自动扩展参数之后,点击应用。要应新的自动扩展策略,再次打开自动扩展配置页面,然后点击启用自动扩展按钮。"
+
+# e92451dccecb4a40a0c35bcc6e42105a
+#: ../../networking2.rst:2670
+msgid "Runtime Considerations"
+msgstr "运行时注意事项"
+
+# 5a7ed98221fc42848a83b71bcc5439f8
+#: ../../networking2.rst:2674
+msgid ""
+"An administrator should not assign a VM to a load balancing rule which is "
+"configured for AutoScale."
+msgstr "管理员不应该分配VM到配置为AutoScale的负载均衡规则中。"
+
+# 3afe9927a67b460a9e6faea30ba427fb
+#: ../../networking2.rst:2679
+msgid ""
+"Before a VM provisioning is completed if NetScaler is shutdown or restarted,"
+" the provisioned VM cannot be a part of the load balancing rule though the "
+"intent was to assign it to a load balancing rule. To workaround, rename the "
+"AutoScale provisioned VMs based on the rule name or ID so at any point of "
+"time the VMs can be reconciled to its load balancing rule."
+msgstr "在分配虚拟机到一个负载均衡的规则配置完成前如果NetScaler被关闭或重启,则配置的虚拟机不能成为负载均衡规则的一部分。要解决此问题,重命名基于AutoScale配置的虚拟机名称或ID,以便在任何时间点负载平衡规则可以调节该虚拟机。"
+
+# eee56e4a2e474a04988980cace231253
+#: ../../networking2.rst:2688
+msgid ""
+"Making API calls outside the context of AutoScale, such as destroyVM, on an "
+"autoscaled VM leaves the load balancing configuration in an inconsistent "
+"state. Though VM is destroyed from the load balancer rule, NetScaler "
+"continues to show the VM as a service assigned to a rule."
+msgstr "在自动扩展上下文之外使用API调用,如destroyVM,那么自动扩展下的VM会处于负载均衡配置冲突状态中。虽然VM被负载均衡策略所销毁,但NetScaler仍然会把VM作为一个设备分配一条策略。"
+
+# 6da746ba5a56414f91ec2e2db3f82484
+#: ../../networking2.rst:2695
+msgid "Global Server Load Balancing Support"
+msgstr "全局服务器负载均衡 支持"
+
+# 81e233e5a8774fe7912bb9d777b02098
+#: ../../networking2.rst:2697
+msgid ""
+"CloudStack supports Global Server Load Balancing (GSLB) functionalities to "
+"provide business continuity, and enable seamless resource movement within a "
+"CloudStack environment. CloudStack achieve this by extending its "
+"functionality of integrating with NetScaler Application Delivery Controller "
+"(ADC), which also provides various GSLB capabilities, such as disaster "
+"recovery and load balancing. The DNS redirection technique is used to "
+"achieve GSLB in CloudStack."
+msgstr "CLOUDSTACK支持全局服务器负载均衡 (GSLB) 功能以提供可持续的商业运营。GSLB可以在CLOUDSTACK环境中实现资源的无缝迁移。CLOUDSTACK通过集成NetScaler应用交付控制器 (ADC)来提供GSLB功能,ADC可以提供各种各样的GSLB能力,比如灾难恢复,负载均衡。CLOUDSTACK在实现GSLB功能进,使用了DNS重定向技术。"
+
+# 182ac54151764429a54597e47be09455
+#: ../../networking2.rst:2705
+msgid ""
+"In order to support this functionality, region level services and service "
+"provider are introduced. A new service 'GSLB' is introduced as a region "
+"level service. The GSLB service provider is introduced that will provider "
+"the GSLB service. Currently, NetScaler is the supported GSLB provider in "
+"CloudStack. GSLB functionality works in an Active-Active data center "
+"environment."
+msgstr "为了支持这个功能,引进了地域级别的服务和服务提供者。引进了一项新服务“GSLB”作为地域级别的服务。该GSLB服务提供者介绍将提供GSLB服务。目前,CloudStack中NetScaler可作为GSLB提供者。 GSLB功能工作在Active-Active数据中心环境。"
+
+# 8250959d1c994c618634ca275a2acf89
+#: ../../networking2.rst:2713
+msgid "About Global Server Load Balancing"
+msgstr "关于全局服务器负载均衡"
+
+# 23d6ad0ee7e345bd8b6e5a4ff72f0bde
+#: ../../networking2.rst:2715
+msgid ""
+"Global Server Load Balancing (GSLB) is an extension of load balancing "
+"functionality, which is highly efficient in avoiding downtime. Based on the "
+"nature of deployment, GSLB represents a set of technologies that is used for"
+" various purposes, such as load sharing, disaster recovery, performance, and"
+" legal obligations. With GSLB, workloads can be distributed across multiple "
+"data centers situated at geographically separated locations. GSLB can also "
+"provide an alternate location for accessing a resource in the event of a "
+"failure, or to provide a means of shifting traffic easily to simplify "
+"maintenance, or both."
+msgstr "全局服务器负载均衡(GSLB)是负载均衡功能的扩展,为了高效的避免停机时间。基于部署的性质,GSLB代表一组技术的集合,用于各种用途,如负载均衡,灾难恢复,性能,和法定义务。使用GSLB,工作负载可以分布在位于不同地理位置的多个数据中心。 GSLB也可以用于在发生故障时访问资源的另一个备用位置,或对流量提供了简易的维护方式,或两者兼得。"
+
+# 9df73711bf05422aa3ff011e97b010d0
+#: ../../networking2.rst:2726
+msgid "Components of GSLB"
+msgstr "GSLB服务组件"
+
+# 0dbce0ca6baa46aeaad670109fbc187b
+#: ../../networking2.rst:2728
+msgid "A typical GSLB environment is comprised of the following components:"
+msgstr "一个典型的GSLB环境由以下服务组件组成:"
+
+# be687e83d654431899ed881ba56746a0
+#: ../../networking2.rst:2732
+msgid ""
+"**GSLB Site**: In CloudStack terminology, GSLB sites are represented by "
+"zones that are mapped to data centers, each of which has various network "
+"appliances. Each GSLB site is managed by a NetScaler appliance that is local"
+" to that site. Each of these appliances treats its own site as the local "
+"site and all other sites, managed by other appliances, as remote sites. It "
+"is the central entity in a GSLB deployment, and is represented by a name and"
+" an IP address."
+msgstr "**GSLB站点**:在CloudStack专业术语中,GSLB站点表现为映射至数据中心的zones,每个GSLB有多个网络设备。每个GSLB站点由一个位于站点中的NetScaler设备管理。每个NetScaler设备将他管理的站点视为本地站点,并且由其他NetScaler设备管理的站点视为远程站点。在GSLB部署中它是一个中央实体,具体表现为一个名称和一个IP地址。"
+
+# 1a724093f2854945a12f90a9aac0cdf7
+#: ../../networking2.rst:2742
+msgid ""
+"**GSLB Services**: A GSLB service is typically represented by a load "
+"balancing or content switching virtual server. In a GSLB environment, you "
+"can have a local as well as remote GSLB services. A local GSLB service "
+"represents a local load balancing or content switching virtual server. A "
+"remote GSLB service is the one configured at one of the other sites in the "
+"GSLB setup. At each site in the GSLB setup, you can create one local GSLB "
+"service and any number of remote GSLB services."
+msgstr "**GSLB服务**:GSLB服务表现为典型的负载均衡或者内容交换虚拟服务器。在一个GSLB环境中,你可以有本地及远程GSLB服务。本地GSLB服务表现为一个本地负载均衡或者内容交换虚拟服务器。远程GSLB服务是配置在GSLB设置中的其他站点。在每个站点中的GSLB设置里,你可以创建一个本地GSLB服务和任意数量的远程GSLB服务。"
+
+# 5fa2919887bc460f94bbe24c89b9d442
+#: ../../networking2.rst:2753
+msgid ""
+"**GSLB Virtual Servers**: A GSLB virtual server refers to one or more GSLB "
+"services and balances traffic between traffic across the VMs in multiple "
+"zones by using the CloudStack functionality. It evaluates the configured "
+"GSLB methods or algorithms to select a GSLB service to which to send the "
+"client requests. One or more virtual servers from different zones are bound "
+"to the GSLB virtual server. GSLB virtual server does not have a public IP "
+"associated with it, instead it will have a FQDN DNS name."
+msgstr "**GSLB虚拟服务器**:GSLB虚拟服务器指的是一个或多个GSLB服务和平衡跨越多个使用CloudStack功能的zones之间VMs的流量。它通过评估配置的GSLB方法或者算法来选择一个GSLB服务发送客户端请求。来自不同zone的一个或多个虚拟服务器被绑定到GSLB虚拟服务器上。GSLB虚拟服务器没有对应的公共IP,只有一个FQDN DNS名称。"
+
+# 20cb61cdbd444e9a9f11f683a1ee4b35
+#: ../../networking2.rst:2764
+msgid ""
+"**Load Balancing or Content Switching Virtual Servers**: According to Citrix"
+" NetScaler terminology, a load balancing or content switching virtual server"
+" represents one or many servers on the local network. Clients send their "
+"requests to the load balancing or content switching virtual server's virtual"
+" IP (VIP) address, and the virtual server balances the load across the local"
+" servers. After a GSLB virtual server selects a GSLB service representing "
+"either a local or a remote load balancing or content switching virtual "
+"server, the client sends the request to that virtual server's VIP address."
+msgstr "**负载均衡或内容交换虚拟服务器**:依照Citrix NetScaler的专业术语,一个负载均衡或者内容交换虚拟服务器表现为本地网络上的一个或多个服务器。客户端发送他们的请求至负载均衡或内容交换虚拟服务器IP(VIP)地址,并且由虚拟服务器平衡本地服务器之间的负载。在GSLB虚拟服务器选择了一个基于本地或者远程负载均衡或者内容交换虚拟服务器的GSLB服务之后,客户端发送请求至虚拟服务器的VIP地址。"
+
+# a5ecee28e9bb433a8951bf3350e6aa91
+#: ../../networking2.rst:2776
+msgid ""
+"**DNS VIPs**: DNS virtual IP represents a load balancing DNS virtual server "
+"on the GSLB service provider. The DNS requests for domains for which the "
+"GSLB service provider is authoritative can be sent to a DNS VIP."
+msgstr "**DNS VIPs**:DNS虚拟IP是一个在GSLB服务供应者上的DNS负载均衡虚拟服务器。在有GSLB服务提供者的域中的DNS请求会被发送至一个DNS VIP。"
+
+# 4eb2a120e2de43caad10fb89f83d8158
+#: ../../networking2.rst:2783
+msgid ""
+"**Authoritative DNS**: ADNS (Authoritative Domain Name Server) is a service "
+"that provides actual answer to DNS queries, such as web site IP address. In "
+"a GSLB environment, an ADNS service responds only to DNS requests for "
+"domains for which the GSLB service provider is authoritative. When an ADNS "
+"service is configured, the service provider owns that IP address and "
+"advertises it. When you create an ADNS service, the NetScaler responds to "
+"DNS queries on the configured ADNS service IP and port."
+msgstr "**权威DNS**:ADNS(权威域名称服务器)是一个为DNS请求提供真实响应的服务,比如web站点IP地址。在GSLB环境中,一个ADNS服务只响应权威的GSLB服务提供者所在域的DNS请求。当配置了一个ADNS服务,该服务的提供者即拥有该服务IP并且广播它。当你创建一个ADNS服务的时候,NetScaler通过配置的ADNS服务IP和端口响应DNS请求。"
+
+# cd935874099944bd8bd07f110b11f0c3
+#: ../../networking2.rst:2793
+msgid "How Does GSLB Works in CloudStack?"
+msgstr "在CloudStack中,GSLB的工作原理是什么?"
+
+# a07db76162554695b05812b43a222375
+#: ../../networking2.rst:2795
+msgid ""
+"Global server load balancing is used to manage the traffic flow to a web "
+"site hosted on two separate zones that ideally are in different geographic "
+"locations. The following is an illustration of how GLSB functionality is "
+"provided in CloudStack: An organization, xyztelco, has set up a public cloud"
+" that spans two zones, Zone-1 and Zone-2, across geographically separated "
+"data centers that are managed by CloudStack. Tenant-A of the cloud launches "
+"a highly available solution by using xyztelco cloud. For that purpose, they "
+"launch two instances each in both the zones: VM1 and VM2 in Zone-1 and VM5 "
+"and VM6 in Zone-2. Tenant-A acquires a public IP, IP-1 in Zone-1, and "
+"configures a load balancer rule to load balance the traffic between VM1 and "
+"VM2 instances. CloudStack orchestrates setting up a virtual server on the LB"
+" service provider in Zone-1. Virtual server 1 that is set up on the LB "
+"service provider in Zone-1 represents a publicly accessible virtual server "
+"that client reaches at IP-1. The client traffic to virtual server 1 at IP-1 "
+"will be load balanced across VM1 and VM2 instances."
+msgstr "全局服务器负载均衡-GSLB-用于在不同地域的不同独立区域之间管理WEB服务器的访问流量。以下是CLOUDSTACK中提供的GSLB功能图示:EXZTELCO这个组织用CLOUDSTACK在不同的数据中心部署一个公有云,此云环境包括两个区域,Zone-1 和Zone-2。XYZTELCO里有租户A需要部署一个高可用方案。为了达到此目标,他们分别在两个区域里部署了两个虚拟机实例:Zone-1中有VM1和VM2,Zone-2中有VM5和VM6。租户A在Zone-1中得到一个公网IP-IP-1,并且在VM1和VM2之间配置了负载均衡规则。CLOUDSTACK 编排系统在 Zone-1中LB服务上设置了一个虚拟服务器-Virtual server 1 。客户端对-IP-1的访问会到达Virtual server 1,此虚拟服务器再将流量转发到VM1和VM2上进行流量负载均衡。"
+
+# 7522dda4534f412e9114fbef583cdbc4
+#: ../../networking2.rst:2812
+msgid ""
+"Tenant-A acquires another public IP, IP-2 in Zone-2 and sets up a load "
+"balancer rule to load balance the traffic between VM5 and VM6 instances. "
+"Similarly in Zone-2, CloudStack orchestrates setting up a virtual server on "
+"the LB service provider. Virtual server 2 that is setup on the LB service "
+"provider in Zone-2 represents a publicly accessible virtual server that "
+"client reaches at IP-2. The client traffic that reaches virtual server 2 at "
+"IP-2 is load balanced across VM5 and VM6 instances. At this point Tenant-A "
+"has the service enabled in both the zones, but has no means to set up a "
+"disaster recovery plan if one of the zone fails. Additionally, there is no "
+"way for Tenant-A to load balance the traffic intelligently to one of the "
+"zones based on load, proximity and so on. The cloud administrator of "
+"xyztelco provisions a GSLB service provider to both the zones. A GSLB "
+"provider is typically an ADC that has the ability to act as an ADNS "
+"(Authoritative Domain Name Server) and has the mechanism to monitor health "
+"of virtual servers both at local and remote sites. The cloud admin enables "
+"GSLB as a service to the tenants that use zones 1 and 2."
+msgstr "租户A在Zone-2中得到一个公网IP-IP-2,并且在VM5和VM6之间配置了负载均衡规则。CLOUDSTACK 编排系统在 Zone-2中LB服务上设置了一个虚拟服务器-Virtual server 2 。客户端对-IP-2的访问会到达Virtual server 2,此虚拟服务器再将流量转发到VM5和VM6上进行流量负载均衡。此时,租户A在两个区域里都启用了服务,但是,无法在这种环境下部署灾难恢复计划,也无法更智能在区域内使用负载均衡。要解决这些问题,XYZTELCO云管理员可以在两个区域内启用GSLB服务,一个GSLB服务通常是一个具有ADNS(认证域名服务器)能力的ADC,并且具有监测本地和远程站点健康状况的手段。云管理员可以在ZONE 1和2中为租户启用GSLB服务。"
+
+# 89319188219b404eb12377733494db5a
+#: ../../networking2.rst:2830
+msgid "|gslb.png|"
+msgstr "|gslb.png|"
+
+# b984591edede4102820e3e91af964094
+#: ../../networking2.rst:2832
+msgid ""
+"Tenant-A wishes to leverage the GSLB service provided by the xyztelco cloud."
+" Tenant-A configures a GSLB rule to load balance traffic across virtual "
+"server 1 at Zone-1 and virtual server 2 at Zone-2. The domain name is "
+"provided as A.xyztelco.com. CloudStack orchestrates setting up GSLB virtual "
+"server 1 on the GSLB service provider at Zone-1. CloudStack binds virtual "
+"server 1 of Zone-1 and virtual server 2 of Zone-2 to GLSB virtual server 1. "
+"GSLB virtual server 1 is configured to start monitoring the health of "
+"virtual server 1 and 2 in Zone-1. CloudStack will also orchestrate setting "
+"up GSLB virtual server 2 on GSLB service provider at Zone-2. CloudStack will"
+" bind virtual server 1 of Zone-1 and virtual server 2 of Zone-2 to GLSB "
+"virtual server 2. GSLB virtual server 2 is configured to start monitoring "
+"the health of virtual server 1 and 2. CloudStack will bind the domain "
+"A.xyztelco.com to both the GSLB virtual server 1 and 2. At this point, "
+"Tenant-A service will be globally reachable at A.xyztelco.com. The private "
+"DNS server for the domain xyztelcom.com is configured by the admin out-of-"
+"band to resolve the domain A.xyztelco.com to the GSLB providers at both the "
+"zones, which are configured as ADNS for the domain A.xyztelco.com. A client "
+"when sends a DNS request to resolve A.xyztelcom.com, will eventually get DNS"
+" delegation to the address of GSLB providers at zone 1 and 2. A client DNS "
+"request will be received by the GSLB provider. The GSLB provider, depending "
+"on the domain for which it needs to resolve, will pick up the GSLB virtual "
+"server associated with the domain. Depending on the health of the virtual "
+"servers being load balanced, DNS request for the domain will be resolved to "
+"the public IP associated with the selected virtual server."
+msgstr "租户- A希望利用由xyztelco cloud提供的GSLB服务。租户-A配置了一个GSLB规则对Zone-1中的虚拟服务器1和Zone-2中的虚拟服务器2提供流量负载均衡。假设域名是A.xyztelco.com 。CloudStack中协调设置GSLB服务提供者Zone-1中的GSLB虚拟服务器1。 CloudStack绑定Zone-1中的虚拟服务器1和Zone-2中的虚拟服务器2到GSLB虚拟服务器1。CloudStack也将协调设置GSLB服务提供者Zone-2中的GSLB虚拟服务器2.CloudStack绑定Zone-1中的虚拟服务器1和Zone-2中的虚拟服务器2到GSLB虚拟服务器2.GSLB虚拟服务器2配置为开始监视虚拟服务器1和2的健康。CloudStack中会绑定域名A.xyztelco.com到GSLB虚拟服务器1和2。在这一点上,租户-A的服务将在全球范围内可达于A.xyztelco.com。域名xyztelcom.com的专用DNS服务器,被管理员配置为外带管理,由两个区域的GSLB提供者对域名A.xyztelco.com提供解析。它将被配置为域名A.xyztelco.com的ADNS。当客户端请求解析A.xyztelcom.com域名时,将最终由DNS指派到GSLB提供者Zone 1 和Zone2。客户DNS请求将被GSLB提供者接获。GSLB提供者,根据需要解析的域名,将获得与域名关联的GSLB虚拟服务器。根据用于负载均衡的虚拟服务器的运行健康状况,域名DNS请求将被解析到所选择关联的虚拟服务器中。"
+
+# 8456ab01fb394c3383eeb5029e812dc5
+#: ../../networking2.rst:2860
+msgid "Configuring GSLB"
+msgstr "配置GSLB"
+
+# a2ddfa5eb5c04d4b8969f09f92f69456
+#: ../../networking2.rst:2862
+msgid ""
+"To configure a GSLB deployment, you must first configure a standard load "
+"balancing setup for each zone. This enables you to balance load across the "
+"different servers in each zone in the region. Then on the NetScaler side, "
+"configure both NetScaler appliances that you plan to add to each zone as "
+"authoritative DNS (ADNS) servers. Next, create a GSLB site for each zone, "
+"configure GSLB virtual servers for each site, create GLSB services, and bind"
+" the GSLB services to the GSLB virtual servers. Finally, bind the domain to "
+"the GSLB virtual servers. The GSLB configurations on the two appliances at "
+"the two different zones are identical, although each sites load-balancing "
+"configuration is specific to that site."
+msgstr "要配置GSLB的部署,您必须首先为每个区域配置一个标准的负载平衡设置。这使您能够在该地域中每个区域的不同服务器之间进行负载均衡。然后在NetScaler方面,配置您计划添加到每个区域作为权威DNS(ADNS)服务器的两个NetScaler应用。接下来,为每个区域创建GSLB站点、配置GSLB虚拟服务器、创建GSLB服务并绑定GSLB服务到GSLB虚拟服务器中。最后,绑定该域到GSLB虚拟服务器。两个应用的GSLB配置在两个不同区域中是完全相同的,尽管每个网站的负载均衡配置特定于该网站。"
+
+# 6d13a7e3c72d4d0fbbf094a3a0048b5e
+#: ../../networking2.rst:2874
+msgid ""
+"Perform the following as a cloud administrator. As per the example given "
+"above, the administrator of xyztelco is the one who sets up GSLB:"
+msgstr "作为云管理员执行以下操作。按照上面给出的例子中,由管理员xyztelco设置GSLB:"
+
+# 1b13dfc3a4704d5a8fa68973611763ec
+#: ../../networking2.rst:2879
+msgid ""
+"In the cloud.dns.name global parameter, specify the DNS name of your "
+"tenant's cloud that make use of the GSLB service."
+msgstr "在全局变量 cloud.dns.name中,为您租户云定义DNS名称并供GSLB服务使用。"
+
+# 24fa8e0bc85a4858bb09168558689b88
+#: ../../networking2.rst:2884
+msgid ""
+"On the NetScaler side, configure GSLB as given in `Configuring Global Server"
+" Load Balancing (GSLB) <http://support.citrix.com/proddocs/topic/netscaler-"
+"traffic-management-10-map/ns-gslb-config-con.html>`_:"
+msgstr "在NetScaler方面,给出GSLB配置  `配置全局服务器负载均衡 (GSLB)<http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-con.html>`_:"
+
+# 4527dca57f1440febc672d19e072283e
+#: ../../networking2.rst:2890
+msgid "Configuring a standard load balancing setup."
+msgstr "配置一个标准的负载均衡设置。"
+
+# 0c91751454f842ed867ba1142e0082af
+#: ../../networking2.rst:2894
+msgid ""
+"Configure Authoritative DNS, as explained in `Configuring an Authoritative "
+"DNS Service <http://support.citrix.com/proddocs/topic/netscaler-traffic-"
+"management-10-map/ns-gslb-config-adns-svc-tsk.html>`_."
+msgstr "配置权威DNS,如下解释 `配置权威的DNS服务 <http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-adns-svc-tsk.html>`__."
+
+# 81d14d2da5084c1491a9261135038ca2
+#: ../../networking2.rst:2900
+msgid ""
+"Configure a GSLB site with site name formed from the domain name details."
+msgstr "由域名详细信息配置一个GSLB站点和站点名称。"
+
+# b8bd9fe16daa4ddab41339b4016d8128
+#: ../../networking2.rst:2903
+msgid "Configure a GSLB site with the site name formed from the domain name."
+msgstr "由域名配置一个GSLB站点和站点名称。"
+
+# ec8346bdb6fb4e9b85623f3b7fedc33b
+#: ../../networking2.rst:2906
+msgid ""
+"As per the example given above, the site names are A.xyztelco.com and "
+"B.xyztelco.com."
+msgstr "按照上面给出的例子,站点名称为 A.xyztelco.com 和 B.xyztelco.com"
+
+# 7e764b73be594f529ea85676104ba0d9
+#: ../../networking2.rst:2909
+msgid ""
+"For more information, see `Configuring a Basic GSLB Site "
+"<http://support.citrix.com/proddocs/topic/netscaler-traffic-"
+"management-10-map/ns-gslb-config-basic-site-tsk.html>`_."
+msgstr "更多信息,请参阅 `配置基本的GSLB站点 <http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-basic-site-tsk.html>`__."
+
+# e8b2b78d2bcc4ead899d033a82688d6a
+#: ../../networking2.rst:2914
+msgid "Configure a GSLB virtual server."
+msgstr "配置GSLB虚拟服务器。"
+
+# a658718fb49e4176814d60e01d81a6c3
+#: ../../networking2.rst:2916
+msgid ""
+"For more information, see `Configuring a GSLB Virtual Server "
+"<http://support.citrix.com/proddocs/topic/netscaler-traffic-"
+"management-10-map/ns-gslb-config-vsvr-tsk.html>`_."
+msgstr "更多信息,请参阅 `配置GSLB虚拟服务器 <http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-vsvr-tsk.html>`__."
+
+# 5bc91629e58046eabfa170a8ff9228cd
+#: ../../networking2.rst:2921
+msgid "Configure a GSLB service for each virtual server."
+msgstr "为每个虚拟服务器配置GSLB服务。"
+
+# ad990e26ce2c411081c88e66a273cb2c
+#: ../../networking2.rst:2923
+msgid ""
+"For more information, see `Configuring a GSLB Service "
+"<http://support.citrix.com/proddocs/topic/netscaler-traffic-"
+"management-10-map/ns-gslb-config-svc-tsk.html>`_."
+msgstr "更多信息,请参阅 `配置GSLB服务 <http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-config-svc-tsk.html>`__."
+
+# c239f4ef8dcf4da58541d9bb39333eb2
+#: ../../networking2.rst:2928
+msgid "Bind the GSLB services to the GSLB virtual server."
+msgstr "绑定GSLB服务到GSLB虚拟服务器。"
+
+# 1e702a12b98043e2bacf01a137ee482e
+#: ../../networking2.rst:2930
+msgid ""
+"For more information, see `Binding GSLB Services to a GSLB Virtual Server "
+"<http://support.citrix.com/proddocs/topic/netscaler-traffic-"
+"management-10-map/ns-gslb-bind-svc-vsvr-tsk.html>`_."
+msgstr "更多信息,请参阅 `绑定GSLB服务到GSLB虚拟服务器 <http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-bind-svc-vsvr-tsk.html>`__."
+
+# 10e534b7d92e4b40ad06805f6092f802
+#: ../../networking2.rst:2935
+msgid ""
+"Bind domain name to GSLB virtual server. Domain name is obtained from the "
+"domain details."
+msgstr "绑定GSLB域名到GSLB虚拟服务器。从域的详细信息中获得域名。"
+
+# 604d20e5aff64a2e9c6634fcbc5268e5
+#: ../../networking2.rst:2938
+msgid ""
+"For more information, see `Binding a Domain to a GSLB Virtual Server "
+"<http://support.citrix.com/proddocs/topic/netscaler-traffic-"
+"management-10-map/ns-gslb-bind-dom-vsvr-tsk.html>`_."
+msgstr "更多信息,请参阅  `绑定GSLB域名到GSLB虚拟服务器 <http://support.citrix.com/proddocs/topic/netscaler-traffic-management-10-map/ns-gslb-bind-dom-vsvr-tsk.html>`__."
+
+# 0ac7add23ac4439ca08fc7caba76441e
+#: ../../networking2.rst:2943
+msgid ""
+"In each zone that are participating in GSLB, add GSLB-enabled NetScaler "
+"device."
+msgstr "在每个参与GSLB的区域内,添加启用GSLB功能的NetScaler设备。"
+
+# 5d9a5dd2235f42579a6118838bb636fa
+#: ../../networking2.rst:2946
+msgid "For more information, see :ref:`enabling-gslb-in-ns`."
+msgstr "更多信息请参考 :ref:`enabling-gslb-in-ns`."
+
+# ff5093bc021b4c379b8656f628935267
+#: ../../networking2.rst:2948
+msgid "As a domain administrator/ user perform the following:"
+msgstr "以域管理员/用户执行以下操作:"
+
+# 1ef3c0fd004d43e69534e4a5de7f38d8
+#: ../../networking2.rst:2952
+msgid "Add a GSLB rule on both the sites."
+msgstr "在两个站点中添加GSLB规则。"
+
+# 5779d01501a3442eadc72060d6a298e3
+#: ../../networking2.rst:2954
+msgid "See \":ref:`adding-gslb-rule`\"."
+msgstr "参考\":ref:`adding-gslb-rule`\"."
+
+# cbd719c880074f4d8e40125c6a766be2
+#: ../../networking2.rst:2958
+msgid "Assign load balancer rules."
+msgstr "分配负载均衡规则。"
+
+# c9a1fb87306b486dad29aa18bd3d8819
+#: ../../networking2.rst:2960
+msgid "See \":ref:`assigning-lb-rule-gslb`\"."
+msgstr "参考\":ref:`assigning-lb-rule-gslb`\"."
+
+# a1b0865343b54113bc0065aa808ec8cb
+#: ../../networking2.rst:2967
+msgid "The GSLB functionality is supported both Basic and Advanced zones."
+msgstr "GSLB功能支持基本和高级区域。"
+
+# da30d8fa37d94effb410d14171ff906b
+#: ../../networking2.rst:2971
+msgid "GSLB is added as a new network service."
+msgstr "GSLB是新添加的网络服务。"
+
+# 13eb68d1468e4d7c99753052f9b72a15
+#: ../../networking2.rst:2975
+msgid "GSLB service provider can be added to a physical network in a zone."
+msgstr "GSLB服务提供者可以被添加至区域中的物理网络。"
+
+# 6384b810c9a4410c9ae8f67816e13cd9
+#: ../../networking2.rst:2979
+msgid ""
+"The admin is allowed to enable or disable GSLB functionality at region "
+"level."
+msgstr "管理员允许开启或禁用地域级别的GSLB功能。"
+
+# dbd35e047b8d4eb89dde586187f3d0eb
+#: ../../networking2.rst:2984
+msgid "The admin is allowed to configure a zone as GSLB capable or enabled."
+msgstr "管理员具有启用或配置区域为GSLB的能力"
+
+# 58bd5b2c58a9407692791abdff3e6e54
+#: ../../networking2.rst:2986
+msgid ""
+"A zone shall be considered as GSLB capable only if a GSLB service provider "
+"is provisioned in the zone."
+msgstr "只有在GSLB服务提供者提供的区域中,该区域才被视为有GSLB能力。"
+
+# efc18977b5ac4e84a963305554993e11
+#: ../../networking2.rst:2991
+msgid ""
+"When users have VMs deployed in multiple availability zones which are GSLB "
+"enabled, they can use the GSLB functionality to load balance traffic across "
+"the VMs in multiple zones."
+msgstr "当用户的VMs部署在启用GSLB功能的多个可用区域中时,他们可以使用GSLB功能在多个区域中将VM的流量进行负载均衡。"
+
+# e793a1e1efc84729991ede4558891921
+#: ../../networking2.rst:2997
+msgid ""
+"The users can use GSLB to load balance across the VMs across zones in a "
+"region only if the admin has enabled GSLB in that region."
+msgstr "如果管理员在地域中启用了GSLB,用户可以使用GSLB对地狱中的所有区域的VMs进行负载均衡。"
+
+# 4c4a8f9e84ea44b19390f5fd020277fb
+#: ../../networking2.rst:3002
+msgid ""
+"The users can load balance traffic across the availability zones in the same"
+" region or different regions."
+msgstr "用户可以为同一个区域或不同地域间可用的区域流量进行负载均衡。"
+
+# 4a914f83d04549c29de6013290e3e7f4
+#: ../../networking2.rst:3007
+msgid "The admin can configure DNS name for the entire cloud."
+msgstr "管理员可以为整个云配置DNS名称。"
+
+# 596f9eade21844dfa16d3d964f7ce03d
+#: ../../networking2.rst:3011
+msgid ""
+"The users can specify an unique name across the cloud for a globally load "
+"balanced service. The provided name is used as the domain name under the DNS"
+" name associated with the cloud."
+msgstr "用户可以为云中的全局负载均衡服务指定一个唯一的名称。所提供名称的域名相当于云的DNS名称。"
+
+# 6547e809a9f240ed88dd1d5c4a9d325d
+#: ../../networking2.rst:3015
+msgid ""
+"The user-provided name along with the admin-provided DNS name is used to "
+"produce a globally resolvable FQDN for the globally load balanced service of"
+" the user. For example, if the admin has configured xyztelco.com as the DNS "
+"name for the cloud, and user specifies 'foo' for the GSLB virtual service, "
+"then the FQDN name of the GSLB virtual service is foo.xyztelco.com."
+msgstr "用户提供的名称与管理员提供的DNS名称一起为用户的全局负载均衡服务产生一个全局解析的FQDN。例如,如果管理员已经配置xyztelco.com为云中的DNS名称,以及用户为GSLB虚拟服务器指定的名称为'foo',那么GSLB虚拟服务器的FQDN名称是foo.xyztelco.com。"
+
+# 954c733062ed4faaae39782c315285fc
+#: ../../networking2.rst:3024
+msgid ""
+"While setting up GSLB, users can select a load balancing method, such as "
+"round robin, for using across the zones that are part of GSLB."
+msgstr "设置GSLB时,用户可以为GSLB跨区域的一部分选择负载均衡方式,例如 round robin。"
+
+# b7249d54a14f4c3e9ab5f0ef17a864dd
+#: ../../networking2.rst:3029
+msgid ""
+"The user shall be able to set weight to zone-level virtual server. Weight "
+"shall be considered by the load balancing method for distributing the "
+"traffic."
+msgstr "用户应能设置区域级虚拟服务器的权重。负载均衡在分配流量时会考虑该权重。"
+
+# d0d2828b22794506bce6cc04c652759f
+#: ../../networking2.rst:3035
+msgid ""
+"The GSLB functionality shall support session persistence, where series of "
+"client requests for particular domain name is sent to a virtual server on "
+"the same zone."
+msgstr "该GSLB功能必须支持会话持久性,特定域名的一系列客户端请求被发送到同一个区域中的虚拟服务器上。"
+
+# fe2366a38bbf4359aa47d04dbbe9ef53
+#: ../../networking2.rst:3039
+msgid "Statistics is collected from each GSLB virtual server."
+msgstr "从每个GSLB虚拟服务器中收集统计数据。"
+
+# 310bede319094d1a81dd13ae031d171e
+#: ../../networking2.rst:3044
+msgid "Enabling GSLB in NetScaler"
+msgstr "开启NetScaler的GSLB"
+
+# 6cf5dc558b0541b38ee30e8b09f0a119
+#: ../../networking2.rst:3046
+msgid "In each zone, add GSLB-enabled NetScaler device for load balancing."
+msgstr "在每个区域中,添加启用GSLB的NetScaler设备提供负载均衡。"
+
+# db33d472d3bd4ea6aefc696bbb848e61
+#: ../../networking2.rst:3050
+msgid "Log in as administrator to the CloudStack UI."
+msgstr "使用管理员登录到CloudStack管理界面。"
+
+# 71afbe01841a4e11a0fcc15b17786d36
+#: ../../networking2.rst:3058
+msgid "In Zones, click View More."
+msgstr "点击区域中的查看更多。"
+
+# e790f063f0054d8fa2f47e81ff50ca59
+#: ../../networking2.rst:3066
+msgid ""
+"Click the Physical Network tab, then click the name of the physical network."
+msgstr "点击物理网络选项卡,然后点击物理网络的名称。"
+
+# 9e1c9696e24a415ca0080414be0196e6
+#: ../../networking2.rst:3071
+msgid "In the Network Service Providers node of the diagram, click Configure."
+msgstr "点击示意图'网络服务提供程序'中的配置"
+
+# 536e22d770c44b319d5ee4d2ae4b2153
+#: ../../networking2.rst:3074
+msgid "You might have to scroll down to see this."
+msgstr "你可能需要向下滚动才能看到。"
+
+# 21cd237381d44ee58898516d998a4372
+#: ../../networking2.rst:3078
+msgid "Click NetScaler."
+msgstr "点击NetScaler."
+
+# 5bca2c9d180b435bb43c10f72d8b4f50
+#: ../../networking2.rst:3082
+msgid "Click Add NetScaler device and provide the following:"
+msgstr "点击添加NetScaler设备并提供如下信息:"
+
+# c101c1fb776f45a3b10751c976f19dff
+#: ../../networking2.rst:3084
+msgid "For NetScaler:"
+msgstr "对于NetScaler:"
+
+# 2ba731212f4e4d97bf33b98b02462f31
+#: ../../networking2.rst:3088
+msgid "**IP Address**: The IP address of the SDX."
+msgstr "**IP地址**: SDX的IP地址。"
+
+# f6756edb0b2749a28f89727cedd914de
+#: ../../networking2.rst:3092
+msgid ""
+"**Username/Password**: The authentication credentials to access the device. "
+"CloudStack uses these credentials to access the device."
+msgstr "**用户名/密码.** 访问此设备的认证许可。CloudStack使用这些认证信息访问此设备。"
+
+# c289535d0983447bb28313242c1afcfd
+#: ../../networking2.rst:3098
+msgid ""
+"**Type**: The type of device that is being added. It could be F5 Big Ip Load"
+" Balancer, NetScaler VPX, NetScaler MPX, or NetScaler SDX. For a comparison "
+"of the NetScaler types, see the CloudStack Administration Guide."
+msgstr "**类型**:添加设备的类型。可以是F5 BigIP负载均衡器、NetScaler VPX、NetScaler MPX或 NetScaler SDX等设备。关于NetScaler的类型比较,请参阅CloudStack管理指南。"
+
+# fcf8d7c54d854ef6ac2504c8b710bdea
+#: ../../networking2.rst:3105
+msgid ""
+"**Public interface**: Interface of device that is configured to be part of "
+"the public network."
+msgstr "**公共接口**: 配置为公共网络部分的设备接口。"
+
+# 770c0db7ca88466d9f7a6723075a9f24
+#: ../../networking2.rst:3110
+msgid ""
+"**Private interface**: Interface of device that is configured to be part of "
+"the private network."
+msgstr "**专用接口**: 配置为专用网络部分的设备接口。"
+
+# ea63258ee8704f1d9b63279f814a6194
+#: ../../networking2.rst:3115
+msgid "**GSLB service**: Select this option."
+msgstr "**GSLB 服务**:选择该选项。"
+
+# 8b775a110efc48adafc54539a743a373
+#: ../../networking2.rst:3119
+msgid ""
+"**GSLB service Public IP**: The public IP address of the NAT translator for "
+"a GSLB service that is on a private network."
+msgstr "**GSLB 服务公共IP**:在专用网络中,为GSLB服务提供NAT转换的公共IP地址。"
+
+# 721d09d62d574127acbc4eedf582a400
+#: ../../networking2.rst:3124
+msgid "**GSLB service Private IP**: The private IP of the GSLB service."
+msgstr "**GSLB 服务专用IP**: GSLB服务的专用IP地址。"
+
+# 58903b1562ff43d3ac2842018f153a1f
+#: ../../networking2.rst:3128
+msgid ""
+"**Number of Retries**. Number of times to attempt a command on the device "
+"before considering the operation failed. Default is 2."
+msgstr "**重试次数** 尝试控制设备失败时重试的次数,默认为2次。"
+
+# 8453399635794a5dafd95e6644881b34
+#: ../../networking2.rst:3133
+msgid "**Capacity**: The number of networks the device can handle."
+msgstr "**容量**:该设备能处理的网络数量。"
+
+# 032a009f433441a7a9ea141a1a37190f
+#: ../../networking2.rst:3137
+msgid ""
+"**Dedicated**: When marked as dedicated, this device will be dedicated to a "
+"single account. When Dedicated is checked, the value in the Capacity field "
+"has no significance implicitly, its value is 1."
+msgstr "**专用**: 当标记为专用后,这个设备只对单个帐号专用。该选项被勾选后,容量选项就没有了实际意义且值会被置为1。"
+
+# 9c1c5bdbb7b04a5081ee5ee1be823231
+#: ../../networking2.rst:3149
+msgid "Adding a GSLB Rule"
+msgstr "添加 GSLB规则"
+
+# 9886f1b9081c4b2b9f94068c36234301
+# c0bb3b92c34f4bc79ff38db4f1867976
+#: ../../networking2.rst:3153 ../../networking2.rst:3224
+msgid "Log in to the CloudStack UI as a domain administrator or user."
+msgstr "使用管理员或者用户账号登录CloudStack UI。"
+
+# cf94d6818dfd454bb24a0197b45b1c89
+# 1631e25bb98e44a68e0491ede5dc221d
+#: ../../networking2.rst:3157 ../../networking2.rst:3228
+msgid "In the left navigation pane, click Region."
+msgstr "在左边的导航栏里,点击区域(为文档翻译中地域的概念,英文为region,下同)"
+
+# 99089f1571d2400ba327b8e2e914141f
+# d38f849a92654b41b37919edf2efdf78
+#: ../../networking2.rst:3161 ../../networking2.rst:3232
+msgid "Select the region for which you want to create a GSLB rule."
+msgstr "选择你想创建GSLB规则的地域。"
+
+# 17cf4f5a1948405ab27b253588ef1352
+# 98821ced62fd453b90d3870422da2536
+#: ../../networking2.rst:3165 ../../networking2.rst:3236
+msgid "In the Details tab, click View GSLB."
+msgstr "在详细选项卡中,点击查看GSLB。"
+
+# 6a85608ee29b4baca127e393abe5ad11
+#: ../../networking2.rst:3169
+msgid "Click Add GSLB."
+msgstr "点击添加GSLB。"
+
+# 0ae5d0eae58a463db228c0ee3c3f2d0e
+#: ../../networking2.rst:3171
+msgid "The Add GSLB page is displayed as follows:"
+msgstr "添加GSLB页面显示如下:"
+
+# b9b04ceabaa9463d85a4faf511f47d57
+#: ../../networking2.rst:3173
+msgid "|gslb-add.png|"
+msgstr "|gslb-add.png|"
+
+# 3cc1ebf185774545998478f479bffa85
+#: ../../networking2.rst:3181
+msgid "**Name**: Name for the GSLB rule."
+msgstr "**名称**: GSLB规则的名称。"
+
+# c0e402372e814565bdeff0182a1d1779
+#: ../../networking2.rst:3185
+msgid ""
+"**Description**: (Optional) A short description of the GSLB rule that can be"
+" displayed to users."
+msgstr "**描述**: (可选)为用户提供一个简短的GSLB规则描述。 "
+
+# 727d582900354d2bb9e4a0301b19cc35
+#: ../../networking2.rst:3190
+msgid "**GSLB Domain Name**: A preferred domain name for the service."
+msgstr "**GSLB 域名**: 首选的域名服务。"
+
+# ef12427c38c94561abed938f4a2bbd8c
+#: ../../networking2.rst:3194
+msgid ""
+"**Algorithm**: (Optional) The algorithm to use to load balance the traffic "
+"across the zones. The options are Round Robin, Least Connection, and "
+"Proximity."
+msgstr "**算法**: (可选) 用于跨区域流量负载均衡的算法。可选项为 Round Robin, Least Connection, 和Proximity."
+
+# 241c813551f64e92b78dfd290df99cfe
+#: ../../networking2.rst:3200
+msgid ""
+"**Service Type**: The transport protocol to use for GSLB. The options are "
+"TCP and UDP."
+msgstr "**服务类型**: GSLB使用的传输协议。可选项为TCP和UDP。"
+
+# aa4bcbd25cf647e1ab4384586b654409
+#: ../../networking2.rst:3205
+msgid ""
+"**Domain**: (Optional) The domain for which you want to create the GSLB "
+"rule."
+msgstr "**域**: (可选)  你想要创建GSLB规则的域。"
+
+# 839afecaeeed4cbbb6ef0bb21bf498f3
+#: ../../networking2.rst:3210
+msgid ""
+"**Account**: (Optional) The account on which you want to apply the GSLB "
+"rule."
+msgstr "**账户**: (可选)  应用GSLB规则的账户。"
+
+# 2ab62b2492a3407ca085e8666b106fa4
+#: ../../networking2.rst:3220
+msgid "Assigning Load Balancing Rules to GSLB"
+msgstr "为GSLB分配负载均衡规则"
+
+# 7c5601cd6ce640e8b5dc8a45589bad59
+#: ../../networking2.rst:3240
+msgid "Select the desired GSLB."
+msgstr "选择所需的GSLB。"
+
+# cf5bad08cdb4408c83d7b139e0c64547
+#: ../../networking2.rst:3244
+msgid "Click view assigned load balancing."
+msgstr "点击已分配的负载均衡视图。"
+
+# e8ee6a81561b4140a5fc1b69a76cc736
+#: ../../networking2.rst:3248
+msgid "Click assign more load balancing."
+msgstr "点击分配更多负载平衡"
+
+# 645c7738ea8643bb8dc363416867e170
+#: ../../networking2.rst:3252
+msgid "Select the load balancing rule you have created for the zone."
+msgstr "选择你将为区域创建的负载均衡规则。"
+
+# 607875c969314174b33d5ffe591d6d01
+#: ../../networking2.rst:3259
+msgid "Known Limitation"
+msgstr "已知的局限性"
+
+# 7b4f744d0ba14d0793259da18acaa8e4
+#: ../../networking2.rst:3261
+msgid ""
+"Currently, CloudStack does not support orchestration of services across the "
+"zones. The notion of services and service providers in region are to be "
+"introduced."
+msgstr "目前,CloudStack并不支持跨区域的服务编排。将引入服务的概念和地域服务提供者。"
+
+# 07d2c270666b4ce5b27e2329f4a46336
+#: ../../networking2.rst:3266
+msgid "Guest IP Ranges"
+msgstr "来宾IP范围"
+
+# 5ba35a4bec1d4cd086d34463a8fd3b26
+#: ../../networking2.rst:3268
+msgid ""
+"The IP ranges for guest network traffic are set on a per-account basis by "
+"the user. This allows the users to configure their network in a fashion that"
+" will enable VPN linking between their guest network and their clients."
+msgstr "宾客网络流量的IP是由用户以帐号为基础设置的。这允许用户以在他们的宾客网络和他们的客户端之间开通VPN连接的方式配置他们的网络。"
+
+# 24793eb079054dad8ef15f9ce2ce53ad
+#: ../../networking2.rst:3273
+msgid ""
+"In shared networks in Basic zone and Security Group-enabled Advanced "
+"networks, you will have the flexibility to add multiple guest IP ranges from"
+" different subnets. You can add or remove one IP range at a time. For more "
+"information, see `\"About Multiple IP Ranges\" <#about-multiple-ip-"
+"ranges>`_."
+msgstr "存在基本网络和启用安全组的高级网络中的共享网络,你可以灵活的在不同子网中添加多个来宾IP范围。你可以同时添加或移除IP范围。更多信息,请参阅 `章节 15.10, “关于多IP范围”<#about-multiple-ip-ranges>`_."
+
+# 1a16911ddff840da827812b45ff09025
+#: ../../networking2.rst:3280
+msgid "Acquiring a New IP Address"
+msgstr "获得一个新的IP地址"
+
+# 2959313cb3534153848362cb02ce12c0
+#: ../../networking2.rst:3308
+msgid ""
+"If you want Portable IP click Yes in the confirmation dialog. If you want a "
+"normal Public IP click No."
+msgstr "如果你想作为 Portable IP则在确认窗口中点击Yes,如果你想作为正常的公共IP则点击No。"
+
+# 83e09cc7cc8940f6aa9b890d0011f628
+#: ../../networking2.rst:3311
+msgid ""
+"For more information on Portable IP, see `\"Portable IPs\" <#portable-"
+"ips>`_."
+msgstr "关于便携式IP的更多信息,查看 `\"便携式IP\" <#portable-ips>`_."
+
+# e238190f4d8f4177ac72494fa5eb1d72
+#: ../../networking2.rst:3319
+msgid "Releasing an IP Address"
+msgstr "释放IP地址"
+
+# 84c5bd1b7c19450b9c9a23243730fa62
+#: ../../networking2.rst:3321
+msgid ""
+"When the last rule for an IP address is removed, you can release that IP "
+"address. The IP address still belongs to the VPC; however, it can be picked "
+"up for any guest network again."
+msgstr "当IP的最后一条规则删除后,您就能够释放该IP。然而,该IP仍属于VPC,无论如何,该IP可以再次被VPC中的来宾网络再次获取。"
+
+# cf51c9fcec0b45fa99f4d7aeeb1b1c06
+#: ../../networking2.rst:3343
+msgid "Click the IP address you want to release."
+msgstr "点击要释放的IP地址。"
+
+# e09fbcc9c5114e19a679764fe1714c1a
+#: ../../networking2.rst:3347
+msgid "Click the Release IP button. |ReleaseIPButton.png|"
+msgstr "Click the Release IP button. |ReleaseIPButton.png|"
+
+# a1e27ff808d74a1ca5f49c2d72593b00
+# c329d8910228495faeb8d66b4e61c0b6
+# f699725aeceb41beb4bd661924beb0fe
+# b55b701c8a634f42a9019c46b5f7a204
+# 7c788a2a5d3640c99e8cc0ae99940251
+# 160c7d49caad47f7ae0c0b2f98aff672
+# 37a5880aa697458fb42243e1e26fc671
+# 8980bc62961847a7bb55dc12efac6df7
+# 1918561df94f4fa4bfa406d4ed4cd1a1
+# b5960db5e5104fafa693db42db76ba47
+# 9cd72aa996794ce4bd207159d1fa8742
+# abe42da7383441778d0131125e8ff6c8
+#: ../../networking2.rst:3351 ../../networking2.rst:3923
+#: ../../networking2.rst:4395 ../../networking2.rst:4495
+#: ../../networking2.rst:4687 ../../networking2.rst:5291
+#: ../../networking2.rst:5550 ../../networking2.rst:5876
+#: ../../networking2.rst:5963 ../../networking2.rst:6055
+#: ../../networking2.rst:6298 ../../networking2.rst:6692
+msgid "Static NAT"
+msgstr "静态 NAT"
+
+# b1f96220fd994b41b5fa5fdebccab0b4
+#: ../../networking2.rst:3353
+msgid ""
+"A static NAT rule maps a public IP address to the private IP address of a VM"
+" in order to allow Internet traffic into the VM. The public IP address "
+"always remains the same, which is why it is called “static” NAT. This "
+"section tells how to enable or disable static NAT for a particular IP "
+"address."
+msgstr "一条静态 NAT 规则映射一个公网 IP 地址到一台虚拟机的私网 IP 地址,目的是允许互联网的流量到该虚拟机。 公网 IP 地址总是保持为同一地址,这就是为什么被称为 \"静态\" NAT。 本节描述如何将一个特定的IP地址设为或取消静态NAT。"
+
+# d98473b1ef2041a7877e6841336bbe2f
+#: ../../networking2.rst:3360
+msgid "Enabling or Disabling Static NAT"
+msgstr "启用或禁用静态NAT"
+
+# 66e31a75defd4e2e88802eaa37a23902
+# 507d4788f25d423c84d95132346afd2b
+#: ../../networking2.rst:3362 ../../networking2.rst:6014
+msgid ""
+"If port forwarding rules are already in effect for an IP address, you cannot"
+" enable static NAT to that IP."
+msgstr "如果该公网IP上已经有端口转发规则,则不允许再启用静态NAT。"
+
+# 28d0504840374a70bd1ec4eab3c57295
+# dd68e0b051b34d709557d0f739c568ac
+#: ../../networking2.rst:3365 ../../networking2.rst:6017
+msgid ""
+"If a guest VM is part of more than one network, static NAT rules will "
+"function only if they are defined on the default network."
+msgstr "如果用户VM存在多个网络,则静态NAT规则仅在默认网络上定义时生效。"
+
+# 4f6ac41af4434f21b7bbb61428e5bd46
+# 6f85b85b1cd24dbeb7fffdbd01f0afa2
+#: ../../networking2.rst:3386 ../../networking2.rst:3460
+msgid "Click the IP address you want to work with."
+msgstr "点击你要修改的IP地址"
+
+# 326984a3cc3446ed806cf614b48f5841
+#: ../../networking2.rst:3390
+msgid "Click the Static NAT |enabledisablenat.png| button."
+msgstr "点击静态NAT按钮。 |enabledisablenat.png| "
+
+# a372a7da12b54432889a1a60bab4be8a
+#: ../../networking2.rst:3393
+msgid ""
+"The button toggles between Enable and Disable, depending on whether static "
+"NAT is currently enabled for the IP address."
+msgstr "该按钮在启用和禁用之间切换,这取决于IP地址是否已经启用了静态NAT。"
+
+# 78c5d4edd8db44cf9d448e10f2a89813
+#: ../../networking2.rst:3398
+msgid ""
+"If you are enabling static NAT, a dialog appears where you can choose the "
+"destination VM and click Apply."
+msgstr "如果是启用静态NAT,会出现一个对话框让您选择目标VM然后点击应用。"
+
+# 88e457a0ae3145f49ab4f361af8d4a4a
+#: ../../networking2.rst:3402
+msgid "IP Forwarding and Firewalling"
+msgstr "IP转发及防火墙"
+
+# 9abca0c542c1441f8b116871bcce046d
+#: ../../networking2.rst:3404
+msgid ""
+"By default, all incoming traffic to the public IP address is rejected. All "
+"outgoing traffic from the guests is also blocked by default."
+msgstr "默认情况下, 所有从公共IP进来的流量都会被拒绝. 所有在来宾网络出去的流量默认也被阻挡。"
+
+# 1dd28301d9264826b4c64d6f13edf77f
+#: ../../networking2.rst:3407
+msgid ""
+"To allow outgoing traffic, follow the procedure in :ref:`egress-fw-rules`."
+msgstr "为了允许外出的流量,遵循:ref:`egress-fw-rules`中的操作步骤。"
+
+# 35f67e1320f941ac85f0fbb87f8fb385
+#: ../../networking2.rst:3409
+msgid ""
+"To allow incoming traffic, users may set up firewall rules and/or port "
+"forwarding rules. For example, you can use a firewall rule to open a range "
+"of ports on the public IP address, such as 33 through 44. Then use port "
+"forwarding rules to direct traffic from individual ports within that range "
+"to specific ports on user VMs. For example, one port forwarding rule could "
+"route incoming traffic on the public IP's port 33 to port 100 on one user "
+"VM's private IP."
+msgstr "为了允许接收到的流量, 用户可以设置一些防火墙规则和/或端口转发规则. 例如, 你可以在公共IP地址上设定防火墙规则来打开一个端口范围, 比如从33到44端口. 然后使用端口转发将流量从这个特定的范围内的端口直接送到指定的用户虚机端口. 例如, 一个端口转发的规则可以将接收的流量从公共IP的33端口到用户虚机私有IP的100端口."
+
+# 9229b4cb0661463cab6efc5582184abc
+#: ../../networking2.rst:3418
+msgid "Firewall Rules"
+msgstr "防火墙规则"
+
+# d51a292426874329a0951777c1772476
+#: ../../networking2.rst:3420
+msgid ""
+"By default, all incoming traffic to the public IP address is rejected by the"
+" firewall. To allow external traffic, you can open firewall ports by "
+"specifying firewall rules. You can optionally specify one or more CIDRs to "
+"filter the source IPs. This is useful when you want to allow only incoming "
+"requests from certain IP addresses."
+msgstr "默认情况下,防火墙拒绝所有流入公共IP的流量。要允许外部流量,你需要制定防火墙规则打开防火墙端口。你可以选择性的制定一个或多个CIDR来过滤来源IP。这在当你只需要允许特定IP请求时会很有用。"
+
+# 59963a8e5da34833bc437796df5d300c
+#: ../../networking2.rst:3426
+msgid ""
+"You cannot use firewall rules to open ports for an elastic IP address. When "
+"elastic IP is used, outside access is instead controlled through the use of "
+"security groups. See `\"Adding a Security Group\" <#adding-a-security-"
+"group>`_."
+msgstr "你不能使用防火墙规则打开弹性IP的端口。当弹性IP处在使用状态时,外部的通过请求将被安全组管理。参阅 `\"添加安全组\" <#adding-a-security-group>`_."
+
+# f9d2eb76396f4589896d0f4797e8c77b
+#: ../../networking2.rst:3431
+msgid ""
+"In an advanced zone, you can also create egress firewall rules by using the "
+"virtual router. For more information, see \":ref:`egress-fw-rules`\"."
+msgstr "在高级Zone中,您也可以用虚拟路由器来创建流出的防火墙规则。更多信息,请查阅\":ref:`egress-fw-rules`\"。"
+
+# ee967d9902434ce68b69c49226492070
+#: ../../networking2.rst:3434
+msgid ""
+"Firewall rules can be created using the Firewall tab in the Management "
+"Server UI. This tab is not displayed by default when CloudStack is "
+"installed. To display the Firewall tab, the CloudStack administrator must "
+"set the global configuration parameter firewall.rule.ui.enabled to \"true.\""
+msgstr "防火墙规则能在管理服务器的UI中防火墙选项卡里创建,CloudStac安装好以后,这个规则选项卡默认不显示,你需要以管理员身份修改全局变量 firewall.rule.ui.enabled为 \"true\"才能显示。"
+
+# 9ceb40041acc44ed8cb1dbd759ffa528
+#: ../../networking2.rst:3440
+msgid "To create a firewall rule:"
+msgstr "创建防火墙规则:"
+
+# c2c48ea9ba7d4778bc6bc6820adf83f0
+#: ../../networking2.rst:3464
+msgid "Click the Configuration tab and fill in the following values."
+msgstr "点击设置选项卡 填入以下值:"
+
+# f889ae51ce804cde9da76459ef8ca9f6
+#: ../../networking2.rst:3468
+msgid ""
+"**Source CIDR**. (Optional) To accept only traffic from IP addresses within "
+"a particular address block, enter a CIDR or a comma-separated list of CIDRs."
+" Example: 192.168.0.0/22. Leave empty to allow all CIDRs."
+msgstr "**源 CIDR**.(可选)只允许在某个特定地址块的IP流量的话,输入一个CIDR或者一个逗号隔开的CIDR列表。例如:192.168.0.0/22或者192.168.0.0/24,192.168.1.0/24,192.168.2.0/24。留空则为允许所有的CIDR。"
+
+# 036b027b27144215b7da6ad75fa7c68e
+#: ../../networking2.rst:3475
+msgid "**Protocol**. The communication protocol in use on the opened port(s)."
+msgstr "**Protocol**: 已打开的端口所使用的通信协议。"
+
+# d8ab296b3ccd4f159dba1554303104e4
+#: ../../networking2.rst:3480
+msgid ""
+"**Start Port and End Port**. The port(s) you want to open on the firewall. "
+"If you are opening a single port, use the same number in both fields"
+msgstr "**起始端口和结束端口**. 你想要在防火墙上开放的端口。如果你只打开单个端口,在两个空格中填入相同的端口号。"
+
+# 45ba206ce4584c259c3d086badc5d9dc
+#: ../../networking2.rst:3486
+msgid ""
+"**ICMP Type and ICMP Code**. Used only if Protocol is set to ICMP. Provide "
+"the type and code required by the ICMP protocol to fill out the ICMP header."
+" Refer to ICMP documentation for more details if you are not sure what to "
+"enter"
+msgstr "**ICMP 类型和编号**.只有在设置ICMP协议时才会用到。提供需要填写的ICMP协议,ICMP包头的类型和编号。如果你不知道如何填写请参看ICMP文档。(这里推荐一个 http://wenku.baidu.com/view/e235e8ecaeaad1f346933fed.html)"
+
+# 83c407ae9e1d47c5a3a71b8e00327dee
+#: ../../networking2.rst:3498
+msgid "Egress Firewall Rules in an Advanced Zone"
+msgstr "高级区域中的出口防火墙规则"
+
+# 5c422781131a4989a954e4495b8e8630
+#: ../../networking2.rst:3500
+msgid ""
+"The egress traffic originates from a private network to a public network, "
+"such as the Internet. By default, the egress traffic is blocked in default "
+"network offerings, so no outgoing traffic is allowed from a guest network to"
+" the Internet. However, you can control the egress traffic in an Advanced "
+"zone by creating egress firewall rules. When an egress firewall rule is "
+"applied, the traffic specific to the rule is allowed and the remaining "
+"traffic is blocked. When all the firewall rules are removed the default "
+"policy, Block, is applied."
+msgstr "出口流量起源于从专用网络访问公共网络,例如Internet。默认情况下,在默认网络方案中,出口流量被拒绝,所以没有从来宾网络到Internet的出口流量被允许。不过,你可以通过创建出口防火墙规则来控制高级网络中的出口流量。当出口防火墙规则被应用时,规则指定的流量被允许,其余的流量被阻止。当所有的防火墙规则从默认策略中移除,阻止策略再次被应用。"
+
+# 9feacce2e10b4e7890c88a3bcc0a75fa
+#: ../../networking2.rst:3512
+msgid "Consider the following scenarios to apply egress firewall rules:"
+msgstr "应用出口防火墙规则时请思考如下方案:"
+
+# 2fbbeae49f87458890dd0c859e95d758
+#: ../../networking2.rst:3516
+msgid "Egress firewall rules are supported on Juniper SRX and virtual router."
+msgstr "出口防火墙规则在Jniper SRX和虚拟路由器中均支持。"
+
+# 4559d85d3913439095bf17b9b34c926e
+#: ../../networking2.rst:3521
+msgid "The egress firewall rules are not supported on shared networks."
+msgstr "共享网络中不支持出口防火墙规则。"
+
+# 83d00a1385a048c1a78d6ff81e6d2c18
+#: ../../networking2.rst:3525
+msgid ""
+"Allow the egress traffic from specified source CIDR. The Source CIDR is part"
+" of guest network CIDR."
+msgstr "允许特定源CIDR的出口流量。源CIDR是来宾网络CIDR的一部分。"
+
+# 958ef1560ca04b98b84aad9240aa503e
+#: ../../networking2.rst:3530
+msgid "Allow the egress traffic with protocol TCP,UDP,ICMP, or ALL."
+msgstr "允许出口流量的协议为TCP,UDP,ICMP或ALL。"
+
+# 07016fef8ef94149b04668cd6107f2a4
+#: ../../networking2.rst:3534
+msgid ""
+"Allow the egress traffic with protocol and destination port range. The port "
+"range is specified for TCP, UDP or for ICMP type and code."
+msgstr "允许出口流量协议和目标端口范围。端口范围需要指定TCP,UDP或ICMP类型和代码。"
+
+# d4588055cabf49ef8eb1caa7313a181a
+#: ../../networking2.rst:3539
+msgid ""
+"The default policy is Allow for the new network offerings, whereas on "
+"upgrade existing network offerings with firewall service providers will have"
+" the default egress policy Deny."
+msgstr "新网络方案的默认策略是允许的,然而升级现有的网络方案后,防火墙服务提供商的出口策略默认将是拒绝。"
+
+# 73084bef40134e449ffe9d78b00d3ba2
+#: ../../networking2.rst:3544
+msgid "Configuring an Egress Firewall Rule"
+msgstr "配置出口防火墙规则"
+
+# eed98622c7604cfa83eec241a54202d7
+#: ../../networking2.rst:3556
+msgid ""
+"In Select view, choose Guest networks, then click the Guest network you "
+"want."
+msgstr "在选择视图中,选择来宾网络,然后点击需要的来宾网络。"
+
+# 8d5d5eaa44ef455786d9d7d6a412826e
+#: ../../networking2.rst:3561
+msgid ""
+"To add an egress rule, click the Egress rules tab and fill out the following"
+" fields to specify what type of traffic is allowed to be sent out of VM "
+"instances in this guest network:"
+msgstr "要添加出口策略,点击出口策略选项卡并填写以下字段指定哪种类型的流量在来宾网络中是被允许从VM中实例发送出的。"
+
+# 615b7e1b5d4a4afba201cbd868ebcae4
+#: ../../networking2.rst:3565
+msgid "|egress-firewall-rule.png|"
+msgstr "|egress-firewall-rule.png|"
+
+# 3b0e293e06344c648450ac61d33c6e86
+#: ../../networking2.rst:3569
+msgid ""
+"**CIDR**: (Add by CIDR only) To send traffic only to the IP addresses within"
+" a particular address block, enter a CIDR or a comma-separated list of "
+"CIDRs. The CIDR is the base IP address of the destination. For example, "
+"192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0."
+msgstr "**CIDR**:(仅通过CIDR添加)为接受来来自特殊地址块的流量,输入一个CIDR,多个时用逗号隔开。CIDR是进入流量的基础IP地址。例如:192.168.0.0/22,为允许所有CIDR,请设为0.0.0.0/0"
+
+# a81a39ae46914bcbb4b99900eb016883
+#: ../../networking2.rst:3577
+msgid ""
+"**Protocol**: The networking protocol that VMs uses to send outgoing "
+"traffic. The TCP and UDP protocols are typically used for data exchange and "
+"end-user communications. The ICMP protocol is typically used to send error "
+"messages or network monitoring data."
+msgstr "**协议**: 虚拟机发送流量所使用的网络协议。TCP和UDP通常用于数据交换和用户通讯。ICMP通常用于发送出错信息和网络监控数据。"
+
+# cf939bab32ca4167afcce4eddff3015e
+#: ../../networking2.rst:3584
+msgid ""
+"**Start Port, End Port**: (TCP, UDP only) A range of listening ports that "
+"are the destination for the outgoing traffic. If you are opening a single "
+"port, use the same number in both fields."
+msgstr "**开始端口,结束端口**: (仅对TCP,UDP)。目的地为进入流量而设的监听端口范围。如果仅开放了单个端口,则在两者的区域中用同一端口。"
+
+# 12c38b633f1f4796af7e5704d6128627
+#: ../../networking2.rst:3590
+msgid ""
+"**ICMP Type, ICMP Code**: (ICMP only) The type of message and error code "
+"that are sent."
+msgstr "**ICMP类型**, **ICMP代码** (ICMP only): 信息类型及发送错误的代码。"
+
+# 2cd26bb0b191473db9267cd6ec1492e7
+#: ../../networking2.rst:3598
+msgid "Configuring the Default Egress Policy"
+msgstr "配置默认出口策略"
+
+# 68762a16d8b94ae298a95f68573272e3
+#: ../../networking2.rst:3600
+msgid ""
+"The default egress policy for Isolated guest network is configured by using "
+"Network offering. Use the create network offering option to determine "
+"whether the default policy should be block or allow all the traffic to the "
+"public network from a guest network. Use this network offering to create the"
+" network. If no policy is specified, by default all the traffic is allowed "
+"from the guest network that you create by using this network offering."
+msgstr "通过网络方案配置隔离来宾网络的默认出口策略。通过创建网络方案选项决定来宾网络到公共网络的所有流量在默认策略中是允许或者拒绝。使用该网络方案创建网络。如果没有指定策略,你创建的来宾网络中的所有流量将被允许。"
+
+# 1113d91089884de2966c0431459b50af
+#: ../../networking2.rst:3608
+msgid "You have two options: Allow and Deny."
+msgstr "你有两个选择:允许和拒绝。"
+
+# 675178fcb7144053a9b257ebdc760670
+#: ../../networking2.rst:3611
+msgid "Allow"
+msgstr "允许"
+
+# db1c618c19734644b9f8f3714393f25c
+#: ../../networking2.rst:3613
+msgid ""
+"If you select Allow for a network offering, by default egress traffic is "
+"allowed. However, when an egress rule is configured for a guest network, "
+"rules are applied to block the specified traffic and rest are allowed. If no"
+" egress rules are configured for the network, egress traffic is accepted."
+msgstr "如果你选择网络方案为允许,则默认出口流量被允许。无论如何,当配置了来宾网络的出口规则,规则被应用于阻止特定的流量和允许其他的 。如果网络中没有配置出口规则,则出口流量会被放行。"
+
+# cd74f40051e845018f993bc3377272b7
+# ada70d776fb44fff9ae52224ac02290a
+# 6870c74dca5142b0a048f825f2f357dc
+#: ../../networking2.rst:3620 ../../networking2.rst:5253
+#: ../../networking2.rst:5254
+msgid "Deny"
+msgstr "拒绝"
+
+# 8766188244b541e08448f923693d31d9
+#: ../../networking2.rst:3622
+msgid ""
+"If you select Deny for a network offering, by default egress traffic for the"
+" guest network is blocked. However, when an egress rules is configured for a"
+" guest network, rules are applied to allow the specified traffic. While "
+"implementing a guest network, CloudStack adds the firewall egress rule "
+"specific to the default egress policy for the guest network."
+msgstr "如果你选择网络方案为拒绝,则来宾网络中的默认出口流量将被阻挡。无论如何,当配置了来宾网络的出口规则,规则被应用于允许特定的流量。当实施来宾网络时,CloudStack为来宾网络添加防火墙出口规则指定默认的出口策略。"
+
+# 57f1dde63b4949e5a229d6af14593571
+#: ../../networking2.rst:3629
+msgid "This feature is supported only on virtual router and Juniper SRX."
+msgstr "该特定只支持虚拟路由器和Juniper SRX。"
+
+# a711b3baa28c4e3fa0ee4a98adacfcc8
+#: ../../networking2.rst:3633
+msgid "Create a network offering with your desirable default egress policy:"
+msgstr "为合适的默认出口策略创建一个网络方案:"
+
+# c311057000004a4bb96e882cffcc28ce
+#: ../../networking2.rst:3637
+msgid "Log in with admin privileges to the CloudStack UI."
+msgstr "以管理员权限登录CloudStack用户界面。"
+
+# 25106537239545dc82409a24f0e06bd6
+#: ../../networking2.rst:3641
+msgid "In the left navigation bar, click Service Offerings."
+msgstr "在左侧导航栏中,点击 服务方案。"
+
+# 9289d78fd54546e3ac890ba5e790db43
+#: ../../networking2.rst:3645
+msgid "In Select Offering, choose Network Offering."
+msgstr "在选择方案中,选择网络方案。"
+
+# 09e3077c1dd044d899bb41898736a9b2
+# f6c2630b089b4f4ab8805c97a1cae4af
+# e7fccdf8282c4f6c8d7a6e5836840c19
+#: ../../networking2.rst:3649 ../../networking2.rst:6181
+#: ../../networking2.rst:6486
+msgid "Click Add Network Offering."
+msgstr "点击添加网络方案。"
+
+# 9c68f5258ad84445be883d57d0570c1e
+#: ../../networking2.rst:3653
+msgid "In the dialog, make necessary choices, including firewall provider."
+msgstr "在对话框中,填写必选项,包括防火墙提供者。"
+
+# cc2848c801fa426abd8304928f336162
+#: ../../networking2.rst:3658
+msgid "In the Default egress policy field, specify the behaviour."
+msgstr "在默认出口策略选项中,指定行为。"
+
+# a536099bc33f41dca54d66a4d01bd083
+#: ../../networking2.rst:3666
+msgid "Create an isolated network by using this network offering."
+msgstr "使用网络方案创建隔离网络。"
+
+# 4d9a8aef2dad4881b4fc8e1396be6aa2
+#: ../../networking2.rst:3668
+msgid ""
+"Based on your selection, the network will have the egress public traffic "
+"blocked or allowed."
+msgstr "根据你的选择,网络的出口公共流量将被拒绝或允许。"
+
+# fbdeecae49e641c1b71f8f62cb19d1e8
+#: ../../networking2.rst:3672
+msgid "Port Forwarding"
+msgstr "端口转发"
+
+# 242ca59ae1ec44818bf282c05c1a6171
+#: ../../networking2.rst:3674
+msgid ""
+"A port forward service is a set of port forwarding rules that define a "
+"policy. A port forward service is then applied to one or more guest VMs. The"
+" guest VM then has its inbound network access managed according to the "
+"policy defined by the port forwarding service. You can optionally specify "
+"one or more CIDRs to filter the source IPs. This is useful when you want to "
+"allow only incoming requests from certain IP addresses to be forwarded."
+msgstr "一个端口转发服务是一系列转发转发规则的集合。一个端口转发服务随后可以应用于一个或多个来宾虚拟机。来宾虚拟机会根据端口转发规则作相关进入端口的管理。你可以定义一个或多个CIDR来过滤源IP地址。当你只希望特定的IP流量进入时是相当有用的。"
+
+# 6d1f9b4d8e6d4fe090b4bbf4f93459bd
+#: ../../networking2.rst:3682
+msgid ""
+"A guest VM can be in any number of port forward services. Port forward "
+"services can be defined but have no members. If a guest VM is part of more "
+"than one network, port forwarding rules will function only if they are "
+"defined on the default network"
+msgstr "一个客户VM可以在任意数量的端口转发服务中。端口转发服务可以不包含客户VM。如果客户VM在多个网络中,则端口转发仅在默认网络中定义时才生效。"
+
+# 0986f075d3ae43e980cfa47acdab6ffe
+#: ../../networking2.rst:3687
+msgid ""
+"You cannot use port forwarding to open ports for an elastic IP address. When"
+" elastic IP is used, outside access is instead controlled through the use of"
+" security groups. See Security Groups."
+msgstr "您不能使用端口转发打开弹性IP地址的端口。当使用弹性IP时,外部访问是由安全组控制的。参见安全组。"
+
+# 31bccf868e794f2cbdddcca69224bad3
+#: ../../networking2.rst:3691
+msgid "To set up port forwarding:"
+msgstr "设置端口转发:"
+
+# 16dcd6a5ef644770900cdcce80794c67
+#: ../../networking2.rst:3699
+msgid ""
+"If you have not already done so, add a public IP address range to a zone in "
+"CloudStack. See Adding a Zone and Pod in the Installation Guide."
+msgstr "如果还没有,请在 CloudStack中为Zone添加公网IP段。参阅 安装指南中的添加Zone和Pod。"
+
+# 3bd594ec854b43b583f5c33092e99657
+#: ../../networking2.rst:3705
+msgid "Add one or more VM instances to CloudStack."
+msgstr "在 CloudStack中创建1台或更多VM。"
+
+# 67e6520d95a749bca1dfd8ee7d653c61
+#: ../../networking2.rst:3709
+msgid "In the left navigation bar, click Network."
+msgstr "在左边导航栏,点击网络。"
+
+# 8ec41137f3064dbf9b135e9131c01078
+#: ../../networking2.rst:3713
+msgid "Click the name of the guest network where the VMs are running."
+msgstr "点击需要操作VM所在的网络名称。"
+
+# edc2c92eb5c940938babba424e0ab0a7
+#: ../../networking2.rst:3717
+msgid ""
+"Choose an existing IP address or acquire a new IP address. See `\"Acquiring "
+"a New IP Address\" <#acquiring-a-new-ip-address>`_. Click the name of the IP"
+" address in the list."
+msgstr "选择一个已有的IP或者获取一个新的IP地址。参阅 `\"获取一个新的IP\" <#acquiring-a-new-ip-address>`_.。 点击列表中IP地址的名称。"
+
+# 94e2eab0e63b4fc3857c9bd41223a42c
+#: ../../networking2.rst:3724
+msgid "Click the Configuration tab."
+msgstr "点击配置选项卡。"
+
+# 44faf09e38934875bdb4123f711051b7
+# 5bd7a3feb2a74eedb79b444a48452c5d
+#: ../../networking2.rst:3728 ../../networking2.rst:6733
+msgid "In the Port Forwarding node of the diagram, click View All."
+msgstr "在图表的端口转发节点,点击查看所有。"
+
+# f513170f116e42d98255397872cd84b2
+#: ../../networking2.rst:3736
+msgid ""
+"**Public Port**. The port to which public traffic will be addressed on the "
+"IP address you acquired in the previous step."
+msgstr "**公用端口**:你在之前操作时所获取的供公共流量使用的公用IP地址的端口。 "
+
+# 1e1f06ab8e7d4b228f0671927b1d37b7
+#: ../../networking2.rst:3741
+msgid ""
+"**Private Port**. The port on which the instance is listening for forwarded "
+"public traffic."
+msgstr "**专用端口**: 虚拟机监听转发的公网流量的端口。"
+
+# b96619b413e4435494d46e6c18e985b6
+#: ../../networking2.rst:3746
+msgid "**Protocol**. The communication protocol in use between the two ports"
+msgstr "**Protocol**:两个端口之间使用的通信协议。"
+
+# 189bbad94193454d80e285996b14f052
+#: ../../networking2.rst:3754
+msgid "IP Load Balancing"
+msgstr "IP负载均衡"
+
+# 8bb4fc89584047a4979eb7ade38555ac
+#: ../../networking2.rst:3756
+msgid ""
+"The user may choose to associate the same public IP for multiple guests. "
+"CloudStack implements a TCP-level load balancer with the following policies."
+msgstr "用户可以选择关联同一个公网IP到多个虚拟机。 CloudStack实现了TCP级别的负载平衡器,有以下策略。"
+
+# 2d62543390a44d9b86be0973a26237e3
+# 71d3f562cf68451d95abf2e2855c938f
+# a91ad3d092144bad9c7c61b4fae3c2e9
+#: ../../networking2.rst:3762 ../../networking2.rst:6371
+#: ../../networking2.rst:6644
+msgid "Round-robin"
+msgstr "轮询"
+
+# 8fd8ce7230194556b444745abd07c778
+#: ../../networking2.rst:3766
+msgid "Least connection"
+msgstr "最少连接数"
+
+# 5f1fa380f5a1493cbb22ae41bd77eab0
+#: ../../networking2.rst:3770
+msgid "Source IP"
+msgstr "源IP"
+
+# e337b776e21743439b7207bfb4c76b76
+#: ../../networking2.rst:3772
+msgid ""
+"This is similar to port forwarding but the destination may be multiple IP "
+"addresses."
+msgstr "这类似于端口转发,但目标可能会有多个IP地址。"
+
+# 348ae44471844fa39d0776a54c21522c
+#: ../../networking2.rst:3776
+msgid "DNS and DHCP"
+msgstr "DNS和DHCP"
+
+# e9f3ca6c9e6f429bb4fe851ef31d2037
+#: ../../networking2.rst:3778
+msgid ""
+"The Virtual Router provides DNS and DHCP services to the guests. It proxies "
+"DNS requests to the DNS server configured on the Availability Zone."
+msgstr "虚拟路由器为来宾提供DNS和DHCP服务。它将DNS请求代理到在可用区域中配置的DNS服务器。"
+
+# dd8cfae4c4df4db5abe405b9fc23f91c
+#: ../../networking2.rst:3783
+msgid "Remote Access VPN"
+msgstr "远程访问VPN"
+
+# 421361e0532246a2b00b1aabc0663fa7
+#: ../../networking2.rst:3785
+msgid ""
+"CloudStack account owners can create virtual private networks (VPN) to "
+"access their virtual machines. If the guest network is instantiated from a "
+"network offering that offers the Remote Access VPN service, the virtual "
+"router (based on the System VM) is used to provide the service. CloudStack "
+"provides a L2TP-over-IPsec-based remote access VPN service to guest virtual "
+"networks. Since each network gets its own virtual router, VPNs are not "
+"shared across the networks. VPN clients native to Windows, Mac OS X and iOS "
+"can be used to connect to the guest networks. The account owner can create "
+"and manage users for their VPN. CloudStack does not use its account database"
+" for this purpose but uses a separate table. The VPN user database is shared"
+" across all the VPNs created by the account owner. All VPN users get access "
+"to all VPNs created by the account owner."
+msgstr "CloudStack中的账户拥有者可以建立虚拟专用网(VPN)以便访问他们的虚拟机。如果通过网络方案对来宾网络提供远程VPN访问服务的实例化,虚拟路由(基于System VM)将被用于提供服务。CloudStack为来宾虚拟网络提供了一个基于L2TP-over-IPsec-based协议的远程VPN访问服务。因为每个网络有它自己的虚拟路由器,VPNs不能跨网络共享。Windows, Mac OS X和iOS自带的VPN客户端可以用于访问来宾网络。账户拥有者可以建立并管理他们的VPN用户。CloudStack并不为此使用自己的账户数据库,而是使用一个独立的表。VPN用户数据库在同一个账户拥有者建立的VPN网络中被共享。 也就是说,同一个账户拥有者创建的所有VPN可以被它的所有VPN用户访问。"
+
+# a732cf37468141f3b91c785a8153d60d
+#: ../../networking2.rst:3800
+msgid ""
+"Make sure that not all traffic goes through the VPN. That is, the route "
+"installed by the VPN should be only for the guest network and not for all "
+"traffic."
+msgstr "确保不是所有的网络流量走VPN。也就是说,用于配置VPN的route不是唯一用于该guest network,也不承担全部的网络流量。"
+
+# 4dbb5c3287b64cd5abc3987f02c48b48
+#: ../../networking2.rst:3806
+msgid ""
+"**Road Warrior / Remote Access**. Users want to be able to connect securely "
+"from a home or office to a private network in the cloud. Typically, the IP "
+"address of the connecting client is dynamic and cannot be preconfigured on "
+"the VPN server."
+msgstr "**公路勇士/远程访问**. .用户希望可以安全地从家里或者办公室连接到云里的一个 私有网络。特别是连接的客户端的IP地址是动态决定的,不能预先配置到VPN 服务器上。"
+
+# eb6134e7170946da9f096bcd062d7aad
+#: ../../networking2.rst:3813
+msgid ""
+"**Site to Site**. In this scenario, two private subnets are connected over "
+"the public Internet with a secure VPN tunnel. The cloud user's subnet (for "
+"example, an office network) is connected through a gateway to the network in"
+" the cloud. The address of the user's gateway must be preconfigured on the "
+"VPN server in the cloud. Note that although L2TP-over-IPsec can be used to "
+"set up Site-to-Site VPNs, this is not the primary intent of this feature. "
+"For more information, see \":ref:`setting-s2s-vpn-conn`\"."
+msgstr "**Site to Site 站点到站点**。在这个场景中,两个私有子网通过公共互联网上的一个安全VPN隧道互联。云用户的子网 (例如:办公室的网络)通过一个网关连接到云中的网络。用户的网关地址必须被预先配置到云的VPN服务器上。注意:通过 L2TP-over-IPsec 协议可以用来配置站点到站点的 VPN,虽然这不是该特性的最初目标。更多信息,参考\":ref:`setting-s2s-vpn-conn`\"。"
+
+# 7dd56949a6f74a439a60c07ad67f722a
+#: ../../networking2.rst:3823
+msgid "Configuring Remote Access VPN"
+msgstr "配置远程访问VPN"
+
+# 0061faa9e6cd4ad59954ed3c0856b411
+#: ../../networking2.rst:3825
+msgid "To set up VPN for the cloud:"
+msgstr "为云设置VPN:"
+
+# 0e3ff971fa3d4442848a972f64282837
+#: ../../networking2.rst:3833
+msgid "In the left navigation, click Global Settings."
+msgstr "在左侧导航栏,点击 全局设置"
+
+# c2fc515f4e564cf48108c56364709b7b
+#: ../../networking2.rst:3837
+msgid "Set the following global configuration parameters."
+msgstr "设置以下全局配置参数。"
+
+# 6e225aa038964885a007931b82b18986
+#: ../../networking2.rst:3841
+msgid ""
+"remote.access.vpn.client.ip.range - The range of IP addresses to be "
+"allocated to remote access VPN clients. The first IP in the range is used by"
+" the VPN server."
+msgstr "remote.access.vpn.client.ip.range – 分配给远程访问VPN客户端的IP地址范围。第一个IP被VPN服务器使用。"
+
+# 1639d05b22d9481b8b92fc8a707d027a
+#: ../../networking2.rst:3847
+msgid "remote.access.vpn.psk.length - Length of the IPSec key."
+msgstr "remote.access.vpn.psk.length – IPsec密钥长度。"
+
+# d8c75e5dc742435ca19c4a06e2a61ecd
+#: ../../networking2.rst:3851
+msgid ""
+"remote.access.vpn.user.limit - Maximum number of VPN users per account."
+msgstr "remote.access.vpn.user.limit – 单个账户的最大VPN用户数量。"
+
+# 3f55599605614d13a5e11b6eb4a74bfa
+#: ../../networking2.rst:3854
+msgid "To enable VPN for a particular network:"
+msgstr "为特定的网络启用VPN:"
+
+# 37b4e592dd084399a75751ec656055ca
+# f5662606b3e94deaa8d00053c5b1f843
+#: ../../networking2.rst:3858 ../../networking2.rst:3894
+msgid "Log in as a user or administrator to the CloudStack UI."
+msgstr "使用用户或管理员身份登录到CloudStack用户界面。"
+
+# c949dee3a72b40e1aa492da5a563a3bf
+# b4fa7486bbc9431d8834b563df517c52
+#: ../../networking2.rst:3862 ../../networking2.rst:3898
+msgid "In the left navigation, click Network."
+msgstr "在左边导航栏,点击网络。"
+
+# 89d5b593db5e47e4b8d8ba9343bb9a81
+#: ../../networking2.rst:3866
+msgid "Click the name of the network you want to work with."
+msgstr "选择你要操作的网络名称"
+
+# 7f1c96aff09c4aca89166670c00e135b
+#: ../../networking2.rst:3874
+msgid "Click one of the displayed IP address names."
+msgstr "点击一个显示的IP地址名称。"
+
+# c037fe41e67e44569c8ef9d9ed2c87de
+# 0b7e6681912942398e9b55f50db5fabb
+#: ../../networking2.rst:3878 ../../networking2.rst:3963
+msgid "Click the Enable VPN button. |vpn-icon.png|"
+msgstr "点击启用VPN按钮。|vpn-icon.png|"
+
+# d8ac0fa0cc1f430ab2dabd3976e35a13
+#: ../../networking2.rst:3880
+msgid "The IPsec key is displayed in a popup window."
+msgstr "IPsec密钥将显示在弹出的窗口中。"
+
+# 3b6c749a19ac411e85a91bebde5620ac
+#: ../../networking2.rst:3883
+msgid "Configuring Remote Access VPN in VPC"
+msgstr "为VPC配置远程访问VPN"
+
+# 24849989ce59453cb53461958b872d24
+#: ../../networking2.rst:3885
+msgid ""
+"On enabling Remote Access VPN on a VPC, any VPN client present outside the "
+"VPC can access VMs present in the VPC by using the Remote VPN connection. "
+"The VPN client can be present anywhere except inside the VPC on which the "
+"user enabled the Remote Access VPN service."
+msgstr "在VPC中启用远程访问VPN,任何VPC以外的VPN客户端都可以使用远程VPN连接访问VPC中的VM。VPN客户端可以在除了用户启用了远程访问VPN服务的VPC中的任何位置。"
+
+# 9fe0ef310ce946a4b81eb99779e7d6e2
+#: ../../networking2.rst:3890
+msgid "To enable VPN for a VPC:"
+msgstr "为VPC开启VPN:"
+
+# a35416d0aa534a0786c5008000fd8e43
+# e9f7b5e6165a407b8c8f26dbd4564cea
+# 70b305de6a494311b862c80f66aec1ce
+# 77e179e8fd184282bca07276311f4193
+# c258a12f71d44428b74e9dace4023355
+# e34ba66fcef1410680e2597a9d2a8954
+# 2becfb5ca8464b0486c1fe7c82b5a4e3
+# 0712e1bd6b914f2885daf1e5febb7442
+# 97c2acefafb34f709fcc84b7a4dc40b9
+# b527a3e4798548ab91c07365a835ea9c
+# 3e347e3728d44b79a3475adb8b0600f2
+# b12fa2f420ac47059eb47eb95abebe58
+# 27fcf04f38494625a2efecfad5de2f9c
+# 9f39d7e9da4d40e5be4cbf6b4666758a
+# f624d82ab7e649288e146d0cebab16e0
+# 1895dd237c1341b295430829d5c5950c
+# f40ec8edcf6f46ff93c1db49b2d59307
+# 0eb2cf52b2f144dfb78982d1caa03b35
+#: ../../networking2.rst:3902 ../../networking2.rst:4370
+#: ../../networking2.rst:4467 ../../networking2.rst:4658
+#: ../../networking2.rst:5074 ../../networking2.rst:5139
+#: ../../networking2.rst:5270 ../../networking2.rst:5352
+#: ../../networking2.rst:5521 ../../networking2.rst:5760
+#: ../../networking2.rst:5851 ../../networking2.rst:5939
+#: ../../networking2.rst:6030 ../../networking2.rst:6273
+#: ../../networking2.rst:6583 ../../networking2.rst:6667
+#: ../../networking2.rst:6792 ../../networking2.rst:6831
+msgid "In the Select view, select VPC."
+msgstr "在选择视图中,选择VPC。"
+
+# ec4a1f9371cd43e39a21d45da9e513e9
+# 903528c98fb6402081d0c518396e4d5a
+# 02c81362a5294fe885a28cc0abe9f5a9
+# 8449bcf110af4969aeb6172fafda2205
+# a213eb463b5c421bbd5a602580f1b51a
+# 32bed119537345e7aa5c1f4d2ec728a5
+# f826c1e8499f44a7b886ac07bbeb0b5f
+# e3d9e5ecc1964bd880bc814a1c8a935b
+# 0d0c7e45230d4a7bb6d548c856fa8f7a
+# f4df1631caf646afad3bba723757c066
+# e30097b3b31c4398bab851342cc05e17
+# f26cae26e34e447e86996448bd94ee59
+# 5e20c449bba64885af814ea48d956e2c
+# ac7881d3dc5743a1baad101ab5045e35
+#: ../../networking2.rst:3904 ../../networking2.rst:4372
+#: ../../networking2.rst:4660 ../../networking2.rst:5272
+#: ../../networking2.rst:5354 ../../networking2.rst:5523
+#: ../../networking2.rst:5762 ../../networking2.rst:5853
+#: ../../networking2.rst:5941 ../../networking2.rst:6032
+#: ../../networking2.rst:6275 ../../networking2.rst:6585
+#: ../../networking2.rst:6669 ../../networking2.rst:6833
+msgid ""
+"All the VPCs that you have created for the account is listed in the page."
+msgstr "此帐号创建的所有VPC将显示在页面中。"
+
+# 7b4b5acd29144a01a92211053af28180
+# 8993b44d5f7c418aafe0163c0dc2f320
+# 1c850ec226f5448797b19cee4f4bbdda
+#: ../../networking2.rst:3909 ../../networking2.rst:5277
+#: ../../networking2.rst:5359
+msgid "Click the Configure button of the VPC."
+msgstr "点击VPC的配置按钮。"
+
+# 41f127a431e44ea1af73a4efd93d50dd
+# 4663a4f2b9d749bdaa308b9c71f6625a
+# 6517ef547f114583b55ea471ddfa3e96
+# f95ad4b883994ccab44a025f2b50f7e7
+# 8e35937d2ca84fa6905cf264caabfb6b
+# b7d205c295044f38ad749b9b58a45281
+# c33a19c6331843fca695c025eef65638
+#: ../../networking2.rst:3911 ../../networking2.rst:4383
+#: ../../networking2.rst:4483 ../../networking2.rst:4675
+#: ../../networking2.rst:5279 ../../networking2.rst:6286
+#: ../../networking2.rst:6680
+msgid "For each tier, the following options are displayed:"
+msgstr "对于每一个层,会显示以下选项。"
+
+# d36b5f8182cf4512aadad3221d7dd83d
+# dc877a54fec94d7cae1f81bdb0023b94
+# 8a8bdc30b2174cacbb572f5ad4c98a7b
+# 1b988edb0d8e4314a7eb8c37c3cfbf77
+# c30de8bbacbe4334a9b05a16ff351461
+# df7817d8060843d69314130c722fe9b6
+# c68c4a643bc0413a811ad7a01bfdc606
+# 0166943624e64d68860eafa9e58ab9bd
+# d21582e266e543afb57737fda85467b5
+# 6fa5c9555c7e46ac9ef191dd4173f8da
+# e6cdbca9e85d47b9b042e1f0310461fe
+#: ../../networking2.rst:3915 ../../networking2.rst:4387
+#: ../../networking2.rst:4487 ../../networking2.rst:4679
+#: ../../networking2.rst:5283 ../../networking2.rst:5542
+#: ../../networking2.rst:5868 ../../networking2.rst:5955
+#: ../../networking2.rst:6047 ../../networking2.rst:6290
+#: ../../networking2.rst:6684
+msgid "Internal LB"
+msgstr "内部LB"
+
+# 6fa74bd617c04d698de6f38bf2416158
+# b4ec2750e056403ab30e230857867f11
+# 051be71f2d03468f854f32b5dfdb6439
+# e6dce01524cb4e9392a365a592674ec5
+# 3ac84bc009234f6a8e8a1f1caebe83a1
+# fc8ff98a80744b8a811a5f1c8f805de5
+# 7d23ee0ec36f41ed93929f00828f848d
+# 37dc837b902246d3855ec01eda4c0be2
+# 64590fae08ae4c8bbba1feb231077932
+# e77c1fc68625472b9ecf752fb5790551
+# 00a7eccc5d684130b79b1d1451b6390f
+#: ../../networking2.rst:3919 ../../networking2.rst:4391
+#: ../../networking2.rst:4491 ../../networking2.rst:4683
+#: ../../networking2.rst:5287 ../../networking2.rst:5546
+#: ../../networking2.rst:5872 ../../networking2.rst:5959
+#: ../../networking2.rst:6051 ../../networking2.rst:6294
+#: ../../networking2.rst:6688
+msgid "Public LB IP"
+msgstr "公共LB IP"
+
+# fab3827cfc494ecd8b648f564a195172
+# 19cff60834f84a7b91d3dd25f4eff4f5
+# d38259f3d32d473980ccdef9d1689608
+# 0846fc98b6fc40eabb78391a7641f248
+# 14c417b19bdf4c3f8a22c9302c8edc7f
+# 11a737406efb4d0d987480bda52770e0
+# 65eadb3d777e4e10b89edf86e21a965e
+# d0731ebc92ab457d919264f55f94e1d8
+# ecfaad1840444dc5b5fc9fecfd3a5db8
+# f87032d442244dd9ace6770bd77cc552
+# 53d5237aaea24a448651d13727dcba17
+#: ../../networking2.rst:3927 ../../networking2.rst:4399
+#: ../../networking2.rst:4499 ../../networking2.rst:4691
+#: ../../networking2.rst:5295 ../../networking2.rst:5554
+#: ../../networking2.rst:5880 ../../networking2.rst:5967
+#: ../../networking2.rst:6059 ../../networking2.rst:6302
+#: ../../networking2.rst:6696
+msgid "Virtual Machines"
+msgstr "虚拟机"
+
+# 55332d391cdd468495ad76f952811577
+# 46bedbc30be240609724ff6eee13c73e
+# 78e5566733024d098b27e7a0ac093950
+# 4ffb5ac895d04c9bb052f07e28e82fa9
+# ba68a5eb30484d1ca76c23fc9bc74a09
+# 3dec4fac4a1446248f59d4ba0fe33666
+# afabe87fc2fc4de1bf89a7643d99ed17
+# 9d72e437059c43b39a0369449b50ce08
+# 58c6f2db6cff4dc49e7412bb20e7a01a
+# 23eee839c1c34752ac8eab15d0029064
+# 498838fb8fe040329abb978aea99f2be
+#: ../../networking2.rst:3933 ../../networking2.rst:4405
+#: ../../networking2.rst:4505 ../../networking2.rst:4697
+#: ../../networking2.rst:5301 ../../networking2.rst:5560
+#: ../../networking2.rst:5886 ../../networking2.rst:5973
+#: ../../networking2.rst:6065 ../../networking2.rst:6308
+#: ../../networking2.rst:6702
+msgid "The following router information is displayed:"
+msgstr "显示以下路由器信息:"
+
+# c26c1853bc4f4277b2210032d9fb8c71
+# 0139a8b25d624810bd6bd843f489005e
+# 1a93bacd56834a9a8b5b28a8a7860331
+# 37f0f96d9ff840e2bc3edfce09290220
+# 361aba2c5dde45f78980a4afef525afe
+# c0a4cfa4e5fe4cc5a0ad6e9b742ba56c
+# 77a0686377bb4665b5d5069fb6b3ce35
+# 0a570734113f4de18e33b19bcf20dc8c
+# f55e6f457a684df2b425513b5ebb8f84
+# e04ebd7737dc4c5d905b4a2e898dd1dd
+# dac82df8dc6e4aeb9f668a0fce3839f7
+#: ../../networking2.rst:3937 ../../networking2.rst:4409
+#: ../../networking2.rst:4509 ../../networking2.rst:4701
+#: ../../networking2.rst:5305 ../../networking2.rst:5564
+#: ../../networking2.rst:5890 ../../networking2.rst:5977
+#: ../../networking2.rst:6069 ../../networking2.rst:6312
+#: ../../networking2.rst:6706
+msgid "Private Gateways"
+msgstr "专用网关"
+
+# a9e24dfd29a3416d90e3051d7adbfd22
+# f868061634e14c84ad71294278a83859
+# 48ca230e37f745998e82d810cac0601f
+# 7e3d042b215f496eadd246802bc8d222
+# 5ff70875c6a34da991576fa2cb6c9383
+# e3012be55eb74fcf88d4ef4e6b761efd
+# e3050c23e81b4d149d94857d393c88e2
+# ddae1748531d48bbbdd4d197c05796fb
+# efeffe0be53f4e16a0484bfa29446228
+# 0b41ea343fdd486c8076aafd64b39af0
+# f3c278d0a4e1481da2d1684a5128a925
+#: ../../networking2.rst:3941 ../../networking2.rst:4413
+#: ../../networking2.rst:4513 ../../networking2.rst:4705
+#: ../../networking2.rst:5309 ../../networking2.rst:5568
+#: ../../networking2.rst:5894 ../../networking2.rst:5981
+#: ../../networking2.rst:6073 ../../networking2.rst:6316
+#: ../../networking2.rst:6710
+msgid "Public IP Addresses"
+msgstr "公共IP地址"
+
+# 2e72f864a49742349a9ac3443b812ace
+# 34ef012f20b144bd90ebf24e0b12b44a
+# 5913d2bdbb4a4e53a3ac3b0298e92e49
+# 40012c7aa1ee4262bd10d91b96e8a9c9
+# 6f57a5bdf67e4cb58990f4d008083823
+# 853f28cafe0a4fc2891f7fabaae17a63
+# 3e495712a7e54c939d916fc98129d091
+# e3f120e5aaaf463c8ecc396d8abbd9d5
+# 97c98429541c4be592183749d007886c
+# 7a721c1ac43b4854b117cbce3eb74212
+# f91d27b21a40457eafd937a34be8e496
+#: ../../networking2.rst:3945 ../../networking2.rst:4417
+#: ../../networking2.rst:4517 ../../networking2.rst:4709
+#: ../../networking2.rst:5313 ../../networking2.rst:5572
+#: ../../networking2.rst:5898 ../../networking2.rst:5985
+#: ../../networking2.rst:6077 ../../networking2.rst:6320
+#: ../../networking2.rst:6714
+msgid "Site-to-Site VPNs"
+msgstr "站点到站点 VPN"
+
+# 349f95fa06f64797aff0edd3c925735e
+# 38e399fbd60f4bf5bf7ed82ae8ca8e0a
+# 5a4c91418b0a4ff99bb9831c5d46345b
+# 4f3ed50fa2084beab6f50bf893480074
+# 1e5d1d73bc104f34bcd1a3323e0735ef
+# 1191bcc81f424ae0b9582151a69b7c74
+# f62a78e753f344e1a9aa50099eea6317
+# b7b2d9ae13c340259dc2ccd54fd143d4
+# c450b0235bc74c36970ffde3fc943e02
+# 6e50d4714233432ca68b491f4d81721f
+# 86a0e3bd6be54e0a883c965b6aa369c8
+#: ../../networking2.rst:3949 ../../networking2.rst:4421
+#: ../../networking2.rst:4521 ../../networking2.rst:4713
+#: ../../networking2.rst:5317 ../../networking2.rst:5576
+#: ../../networking2.rst:5902 ../../networking2.rst:5989
+#: ../../networking2.rst:6081 ../../networking2.rst:6324
+#: ../../networking2.rst:6718
+msgid "Network ACL Lists"
+msgstr "网络 ACL列表"
+
+# 4ea069860ba74bfdbaa2253dec4c494b
+# 13c12d90b1e84f96ad76cba5a47982c5
+# c218f564b23b41ea9e5193fb707b10fc
+# 82b5209e8daf48ef940f3188b13d1773
+#: ../../networking2.rst:3953 ../../networking2.rst:6085
+#: ../../networking2.rst:6328 ../../networking2.rst:6722
+msgid "In the Router node, select Public IP Addresses."
+msgstr "在路由器节点中,选择公共IP地址。"
+
+# ba7c1886ce2f4ee2b912e553ebc3d61b
+# 0bfc7d4f8b8342789c24f18c3050712e
+# 580ba0ab2bca4c888e0a88e20bdbea27
+# d809889924b44274b70abfc5c5e45700
+# 25e20e9a574348cdaa22b580e2eda1e7
+#: ../../networking2.rst:3955 ../../networking2.rst:5995
+#: ../../networking2.rst:6087 ../../networking2.rst:6330
+#: ../../networking2.rst:6724
+msgid "The IP Addresses page is displayed."
+msgstr "系统显示IP地址页面。"
+
+# b79d01255d3242b2bca0f5b82a3f42a7
+#: ../../networking2.rst:3959
+msgid "Click Source NAT IP address."
+msgstr "点击源NAT IP地址。"
+
+# 124e19bc247541509add9967859dbd05
+#: ../../networking2.rst:3965
+msgid "Click OK to confirm. The IPsec key is displayed in a pop-up window."
+msgstr "点击OK确认。IPsec密钥将显示在弹出的窗口中。"
+
+# d67e0d11d2a84def84932c99310a36fc
+#: ../../networking2.rst:3967
+msgid "Now, you need to add the VPN users."
+msgstr "现在,需要添加VPN用户。"
+
+# b4de336c841f4553b07b5e167ffa4d21
+#: ../../networking2.rst:3971
+msgid "Click the Source NAT IP."
+msgstr "点击源NAT IP。"
+
+# 4d3e59a6636142a4b87a1bc3e1114a0b
+#: ../../networking2.rst:3975
+msgid "Select the VPN tab."
+msgstr "选择VPN选项卡。"
+
+# 27ab772233bc45b3926b22bfac64318c
+#: ../../networking2.rst:3979
+msgid ""
+"Add the username and the corresponding password of the user you wanted to "
+"add."
+msgstr "为你要创建的用户添加用户名和对应的密码。"
+
+# 389210e40ce143f7a96d6c93a81f9f34
+#: ../../networking2.rst:3988
+msgid "Repeat the same steps to add the VPN users."
+msgstr "重复相同的步骤添加VPN用户。"
+
+# b3ada11c846b4cd9a7ea6de9608b48ed
+#: ../../networking2.rst:3991
+msgid "Using Remote Access VPN with Windows"
+msgstr "在Windows系统中使用远程访问VPN"
+
+# 4dacd242f3fc46b58f15b96d910b2a54
+#: ../../networking2.rst:3993
+msgid ""
+"The procedure to use VPN varies by Windows version. Generally, the user must"
+" edit the VPN properties and make sure that the default route is not the "
+"VPN. The following steps are for Windows L2TP clients on Windows Vista. The "
+"commands should be similar for other Windows versions."
+msgstr "程序使用不同Windows版本的VPN。通常用户必须编辑VPN属性并确保不使用VPN的默认路由。以下步骤使用基于Windows Vista的Windows L2TP客户端。命令应该类似于其他版本的Windows。"
+
+# e7a57a9061b640579542551d1c1a0a6a
+#: ../../networking2.rst:4000
+msgid ""
+"Log in to the CloudStack UI and click on the source NAT IP for the account. "
+"The VPN tab should display the IPsec preshared key. Make a note of this and "
+"the source NAT IP. The UI also lists one or more users and their passwords. "
+"Choose one of these users, or, if none exists, add a user and password."
+msgstr "登录到CloudStack用户界面并点击账户下的源NAT IP。VPN选项卡应该会显示IPsec预共享密钥。记录该密钥和源NAT IP。用户界面同样也列出了一个多或多个用户他们的密码。选择一个用户,或者如果不存在任何用户,则创建一个用户。"
+
+# d1fc77ea9ff74b79be7e81efd85d177a
+#: ../../networking2.rst:4008
+msgid ""
+"On the Windows box, go to Control Panel, then select Network and Sharing "
+"center. Click Setup a connection or network."
+msgstr "在Windows中,进入控制面板,然后选择网络和共享中心,点击设置一个网络连接。"
+
+# 7e4498aa4e0a4ebdafe3f2dab310a0f6
+#: ../../networking2.rst:4013
+msgid "In the next dialog, select No, create a new connection."
+msgstr "在下一个对话框中,选择否,创建一个新的连接。"
+
+# 90e3f9cc2fc740aca1edb2b0edc930f9
+#: ../../networking2.rst:4017
+msgid "In the next dialog, select Use my Internet Connection (VPN)."
+msgstr "在下一个对话框中,选择使用我的Internet连接(VPN)."
+
+# 8e80995c739c4114ac013a88f71347e9
+#: ../../networking2.rst:4021
+msgid ""
+"In the next dialog, enter the source NAT IP from step #1 and give the "
+"connection a name. Check Don't connect now."
+msgstr "在下一个对话框中,输入此步骤#1中的源NAT IP地址并填写连接名称。勾选现在不连接。"
+
+# 2b3c410c5ec74b4eb6b7d269c04bdfb6
+#: ../../networking2.rst:4027
+msgid ""
+"In the next dialog, enter the user name and password selected in step #1."
+msgstr "在下一个对话框中,输入此步骤#1中的用户名和密码。"
+
+# 56b71e910d734f4b93b857548bcc867d
+#: ../../networking2.rst:4036
+msgid ""
+"Go back to the Control Panel and click Network Connections to see the new "
+"connection. The connection is not active yet."
+msgstr "返回控制面板并点击网络连接查看这个新的连接。但当前连接并不是活动状态。"
+
+# 5032581f1fe042c1844ebad881b3d41a
+#: ../../networking2.rst:4041
+msgid ""
+"Right-click the new connection and select Properties. In the Properties "
+"dialog, select the Networking tab."
+msgstr "在新创建的连接上点击右键并选择属性。在属性对话框中,选择网络选项卡。"
+
+# 23ee9538e54a49c39f87d22e2a8aae65
+#: ../../networking2.rst:4046
+msgid ""
+"In Type of VPN, choose L2TP IPsec VPN, then click IPsec settings. Select Use"
+" preshared key. Enter the preshared key from step #1."
+msgstr "在VPN类型中,选择L2TP IPsec VPN,然后点击IPsec设置,选择用户预共享密钥。并输入此步骤#1中提供的密钥。"
+
+# e432bdf75f62482ab7522b9a120ab5b1
+#: ../../networking2.rst:4051
+msgid ""
+"The connection is ready for activation. Go back to Control Panel -> Network "
+"Connections and double-click the created connection."
+msgstr "该连接已经准备好被激活。返回到控制面板 -> 网络连接,双击创建连接。"
+
+# fd7a739563464507bd2c37c2ad54953c
+#: ../../networking2.rst:4056
+msgid "Enter the user name and password from step #1."
+msgstr "输入此步骤 #1中提供的用户名和密码。"
+
+# aebae91f3d7c45eb9f3dd5fa89388da5
+#: ../../networking2.rst:4059
+msgid "Using Remote Access VPN with Mac OS X"
+msgstr "在Mac OS X 中使用远程访问VPN"
+
+# 580e45aef47e4d37846427f1b651a7e2
+#: ../../networking2.rst:4061
+msgid ""
+"First, be sure you've configured the VPN settings in your CloudStack "
+"install. This section is only concerned with connecting via Mac OS X to your"
+" VPN."
+msgstr "首先,确保在你的CloudStack中已经设置好VPN。本章节仅涉及通过Mac OS X 连接至VPN。"
+
+# 093bbd04cdab4e429fd3a568f011382f
+#: ../../networking2.rst:4065
+msgid ""
+"Note, these instructions were written on Mac OS X 10.7.5. They may differ "
+"slightly in older or newer releases of Mac OS X."
+msgstr "请注意,此指南只基于Mac OS X 10.7.5 。在旧版或新版本的Mac OS X中可能会略有不同。"
+
+# 50d800b2cf72450f8bd890270e0e0ee6
+#: ../../networking2.rst:4070
+msgid "On your Mac, open System Preferences and click Network."
+msgstr "在Mac中,打开系统偏好设置然后点击网络。"
+
+# 3a1af061748d4e418eaaf8b5f8877f09
+#: ../../networking2.rst:4074
+msgid "Make sure Send all traffic over VPN connection is not checked."
+msgstr "确保Send all traffic over VPN connection没有被选定。"
+
+# ef3e10026dbb4d1798d2133b3e9c22dd
+#: ../../networking2.rst:4078
+msgid ""
+"If your preferences are locked, you'll need to click the lock in the bottom "
+"left-hand corner to make any changes and provide your administrator "
+"credentials."
+msgstr "如果你的首选项框被锁住,你如果要做些改动需要点击底部左侧的锁按钮,并提供管理员认证。"
+
+# 292ec3cfa46e48a9a541875456694b77
+#: ../../networking2.rst:4084
+msgid ""
+"You will need to create a new network entry. Click the plus icon on the "
+"bottom left-hand side and you'll see a dialog that says \"Select the "
+"interface and enter a name for the new service.\" Select VPN from the "
+"Interface drop-down menu, and \"L2TP over IPSec\" for the VPN Type. Enter "
+"whatever you like within the \"Service Name\" field."
+msgstr "您将需要创建一个新的网络入口。点击底部左侧的加号图标,你会看到一个对话框,写着“选择接口并输入新服务的名称”。在接口下拉菜单中选择VPN,VPN类型为“基于IPSec的L2TP”。在“服务名称”中输入任何你喜欢的字段。"
+
+# 164c5574c52f41baabcf85d8a575f7fa
+#: ../../networking2.rst:4092
+msgid ""
+"You'll now have a new network interface with the name of whatever you put in"
+" the \"Service Name\" field. For the purposes of this example, we'll assume "
+"you've named it \"CloudStack.\" Click on that interface and provide the IP "
+"address of the interface for your VPN under the Server Address field, and "
+"the user name for your VPN under Account Name."
+msgstr "现在你需要在\"Service Name\" 中填入新的网络接口的名称。对于这个例子,我们假设你已经把它命名为“CloudStack”。点击该接口,并在服务器地址字段中填入提供的VPN IP地址,并在账户名称中填入您的VPN用户名。"
+
+# 581debc7245446b48e5e1c54984c711d
+#: ../../networking2.rst:4101
+msgid ""
+"Click Authentication Settings, and add the user's password under User "
+"Authentication and enter the pre-shared IPSec key in the Shared Secret field"
+" under Machine Authentication. Click OK."
+msgstr "点击身份验证设置,在机器验证中,用户身份验证下输入用户名和密码,在共享密钥下输入预共享IPsec密钥。点击OK。"
+
+# 37bca241509a4e3198b5a084939f14e5
+#: ../../networking2.rst:4107
+msgid ""
+"You may also want to click the \"Show VPN status in menu bar\" but that's "
+"entirely optional."
+msgstr "你也可以点击\"在菜单栏中查看VPN状态\",这完全是可选的操作。"
+
+# 0cb9849a0685438b81bdcd0818eb6202
+#: ../../networking2.rst:4112
+msgid "Now click \"Connect\" and you will be connected to the CloudStack VPN."
+msgstr "现在点击\"连接\" 你将会连接到CloudStack VPN。"
+
+# 3bac353e80464ab9856af6e4cd87363e
+#: ../../networking2.rst:4117
+msgid "Setting Up a Site-to-Site VPN Connection"
+msgstr "配置站点到站点的VPN连接"
+
+# 38ff1a3ce4164fa994abfc693aeaffec
+#: ../../networking2.rst:4119
+msgid ""
+"A Site-to-Site VPN connection helps you establish a secure connection from "
+"an enterprise datacenter to the cloud infrastructure. This allows users to "
+"access the guest VMs by establishing a VPN connection to the virtual router "
+"of the account from a device in the datacenter of the enterprise. You can "
+"also establish a secure connection between two VPC setups or high "
+"availability zones in your environment. Having this facility eliminates the "
+"need to establish VPN connections to individual VMs."
+msgstr "一个站点到站点的VPN连接可以帮助你建立从云基础架构到企业内部数据中心的安全连接.这就允许一个账户从企业内部数据中心的设备连接到此账户启用VPN连接的虚拟路由器上, 从而通过VPN连接到该账户的虚拟机.你也可以在两个VPC之间或是高可用区域之间建立VPC以加强安全。这样一来,就不需要在虚拟机之间建立VPN连接的必要了。"
+
+# bcd63d9bd1044fcd99b0164249abc73b
+#: ../../networking2.rst:4128
+msgid ""
+"The difference from Remote VPN is that Site-to-site VPNs connects entire "
+"networks to each other, for example, connecting a branch office network to a"
+" company headquarters network. In a site-to-site VPN, hosts do not have VPN "
+"client software; they send and receive normal TCP/IP traffic through a VPN "
+"gateway."
+msgstr "与Remote VPN不同,Site-to-site VPNs是将两个网络相互连接。比如,将一个分支办公室的网络与总公司网络互联,Site-to-site VPN的两个主机不需要VPN客户端软件,它们通过VPN网关收发普通的TCP/IP数据包流量 。"
+
+# 00b0a4bc2c4642a1844c93fbefe3d0d4
+#: ../../networking2.rst:4134
+msgid "The supported endpoints on the remote datacenters are:"
+msgstr "目前支持的数据中心的终端设备是:"
+
+# 39b1debdf4a34a63a316d90993e9826d
+#: ../../networking2.rst:4138
+msgid "Cisco ISR with IOS 12.4 or later"
+msgstr "Cisco ISR IOS 12.4或更新"
+
+# e913039ba6aa428892f596416afe8630
+#: ../../networking2.rst:4142
+msgid "Juniper J-Series routers with JunOS 9.5 or later"
+msgstr "Juniper J-系统 路由器  JunOS 9.5 或更新版本"
+
+# 2e26cd40d2ed445d8929a3a0c02a5751
+#: ../../networking2.rst:4146
+msgid "CloudStack virtual routers"
+msgstr "CloudStack虚拟路由器。"
+
+# 049e25279dbc416c937b6fecf03e8e08
+#: ../../networking2.rst:4149
+msgid ""
+"In addition to the specific Cisco and Juniper devices listed above, the "
+"expectation is that any Cisco or Juniper device running on the supported "
+"operating systems are able to establish VPN connections."
+msgstr "除了上述指定的Cisco和Juniper设备, 所期望的是任何Cisco或Juniper的设备在支持的操作系统上都可以建立VPN连接."
+
+# e3328079c0ec42049907920ee99daf6e
+#: ../../networking2.rst:4153
+msgid "To set up a Site-to-Site VPN connection, perform the following:"
+msgstr "为了建立站点到站点的VPN连接, 需要执行以下步骤:"
+
+# 29a806dda94c425ab905caa5f7709805
+#: ../../networking2.rst:4157
+msgid "Create a Virtual Private Cloud (VPC)."
+msgstr "创建一个虚拟私有云(VPC)."
+
+# 7adc784ea1124f6f8fca7553c17ca916
+#: ../../networking2.rst:4159
+msgid "See \":ref:`configuring-vpc`\"."
+msgstr "参考\":ref:`configuring-vpc`\"."
+
+# 9649c39af37946ccbc1cba0e6b044fda
+#: ../../networking2.rst:4163
+msgid "Create a VPN Customer Gateway."
+msgstr "创建一个VPN客户网关."
+
+# 27873ddb52d14bef9f93d4c83fc88464
+#: ../../networking2.rst:4167
+msgid "Create a VPN gateway for the VPC that you created."
+msgstr "为你创建的VPC设定一个VPN网关."
+
+# 43ca7677d7b844209b1c70d588741934
+#: ../../networking2.rst:4171
+msgid ""
+"Create VPN connection from the VPC VPN gateway to the customer VPN gateway."
+msgstr "从VPC的VPN网关到客户的VPN网关建立VPN连接."
+
+# 232821d4f81947f1885a8e8355905d9d
+#: ../../networking2.rst:4175
+msgid "Creating and Updating a VPN Customer Gateway"
+msgstr "创建和更新一个VPN客户网关."
+
+# e0e6f58531f24a02852eb092cba35ff8
+#: ../../networking2.rst:4178
+msgid ""
+"A VPN customer gateway can be connected to only one VPN gateway at a time."
+msgstr "一个VPN客户网关在同一时间只能连接一个VPN网关。"
+
+# 95d554ca702946bca83b30c6adf6a445
+#: ../../networking2.rst:4180
+msgid "To add a VPN Customer Gateway:"
+msgstr "添加 VPN 客户网关"
+
+# 46009b4629e8480591e1052e0a368962
+# d92d044f9c1f417cb5166046b62ef99a
+#: ../../networking2.rst:4192 ../../networking2.rst:4337
+msgid "In the Select view, select VPN Customer Gateway."
+msgstr "在选择视图里,选择VPN客户网关。"
+
+# 5b578ba46d8f4757aaf5620e6f77b1dc
+#: ../../networking2.rst:4196
+msgid "Click Add VPN Customer Gateway."
+msgstr "点击添加 VPN 客户网关。"
+
+# c3fa00baefd74a0eab971c38b2e19251
+#: ../../networking2.rst:4198
+msgid "|addvpncustomergateway.png|"
+msgstr "|addvpncustomergateway.png|"
+
+# fd022a19e85d42918e285828af4c3698
+#: ../../networking2.rst:4204
+msgid "**Name**: A unique name for the VPN customer gateway you create."
+msgstr "**名称**: 你添加的VPN客户网关的一个唯一的名称。"
+
+# 33ddd28d37da46f38c17f701efbd46d1
+#: ../../networking2.rst:4208
+msgid "**Gateway**: The IP address for the remote gateway."
+msgstr "**IP地址**: 远端网关的IP地址。"
+
+# a29af3f7a7934e4d88f2cd38dd8f70a1
+#: ../../networking2.rst:4212
+msgid ""
+"**CIDR list**: The guest CIDR list of the remote subnets. Enter a CIDR or a "
+"comma-separated list of CIDRs. Ensure that a guest CIDR list is not "
+"overlapped with the VPC's CIDR, or another guest CIDR. The CIDR must be "
+"RFC1918-compliant."
+msgstr "**CIDR列表**: 远端客户子网的CIDR。输入一个CIDR或是以逗号分隔的多个CIDR。在确认客户的CIDR和VPC的CIDR或是另一个客户的CIDR不重叠冲突。CIDR的格式必须符合 RFC1918标准。"
+
+# 4fdaac9ee4004de68ddbea33d37d1e43
+#: ../../networking2.rst:4219
+msgid ""
+"**IPsec Preshared Key**: Preshared keying is a method where the endpoints of"
+" the VPN share a secret key. This key value is used to authenticate the "
+"customer gateway and the VPC VPN gateway to each other."
+msgstr "**IPsec预共享密钥**: 预共享密钥在两个端点之间共享同一个密钥。这个密钥用来在客户网关和VPN的VPN网关之间相互认证。"
+
+# 05946c6fb7bd4305bb2e20af004a01e3
+#: ../../networking2.rst:4225
+msgid ""
+"The IKE peers (VPN end points) authenticate each other by computing and "
+"sending a keyed hash of data that includes the Preshared key. If the "
+"receiving peer is able to create the same hash independently by using its "
+"Preshared key, it knows that both peers must share the same secret, thus "
+"authenticating the customer gateway."
+msgstr "Internet密钥交换协议(IKE)匹配点 ( VPN 端点 ) 通过计算并发送包含预共享密钥的哈希键值来进行相互验证。如果收接点通过自己的预共享密钥算出同一个键值的话,这就说明两个点是用的同一个密钥,相互之间认证通过,形成匹配。"
+
+# b56b82f20e33400d8c4b39ce0b55bab2
+#: ../../networking2.rst:4234
+msgid ""
+"**IKE Encryption**: The Internet Key Exchange (IKE) policy for phase-1. The "
+"supported encryption algorithms are AES128, AES192, AES256, and 3DES. "
+"Authentication is accomplished through the Preshared Keys."
+msgstr "**IKE 加密**: Internet密钥交换协议(IKE)第一阶段(phase-1)策略。支持的加密算法包括 AES128, AES192, AES256和3DES.。认证通过预共享密钥完成。"
+
+# bd7c468509ca4ad5840e115efaa7e1ca
+#: ../../networking2.rst:4240
+msgid ""
+"The phase-1 is the first phase in the IKE process. In this initial "
+"negotiation phase, the two VPN endpoints agree on the methods to be used to "
+"provide security for the underlying IP traffic. The phase-1 authenticates "
+"the two VPN gateways to each other, by confirming that the remote gateway "
+"has a matching Preshared Key."
+msgstr "phase-1是IKE过程的第一阶段。在这个开始的协商阶段,两个VPN端点在将底层IP流量加密安全的方法上取得一致。第一阶段认证通过的条件是:两个VPN网关之间使用的是同一个预定义密钥。"
+
+# 13e9c659a1764d4fba7fc6de838ff8b1
+#: ../../networking2.rst:4248
+msgid ""
+"**IKE Hash**: The IKE hash for phase-1. The supported hash algorithms are "
+"SHA1 and MD5."
+msgstr "**IKE 哈希**:  IKE第一阶段( phase-1)哈希散列使用的算法。支持SHA1 和 MD5."
+
+# 23efa859bff14bc69f132fda62399cbe
+#: ../../networking2.rst:4253
+msgid ""
+"**IKE DH**: A public-key cryptography protocol which allows two parties to "
+"establish a shared secret over an insecure communications channel. The "
+"1536-bit Diffie-Hellman group is used within IKE to establish session keys. "
+"The supported options are None, Group-5 (1536-bit) and Group-2 (1024-bit)."
+msgstr "**IKE DH(Diffie-Hellman组)**: IKE的DH加密协议,可以在不安全的连接上确保共享KEY的安全。1536位的DH组用在IKE中用来建立会话KEYS。在这里,支持的选项是 None, Group-5 (1536-bit) 和 Group-2 (1024-bit)."
+
+# 208ddb7be762449e9a6bb569f815f0ed
+#: ../../networking2.rst:4261
+msgid ""
+"**ESP Encryption**: Encapsulating Security Payload (ESP) algorithm within "
+"phase-2. The supported encryption algorithms are AES128, AES192, AES256, and"
+" 3DES."
+msgstr "**ESP 加密**: 封装安全有效负荷(Encapsulating Security Payload,ESP)算法是发生在第二阶段(phase-2)。其支持的加密算法包括 AES128, AES192, AES256, 和 3DES。"
+
+# b5dd17cc99c744d39b800b3df090e674
+#: ../../networking2.rst:4266
+msgid ""
+"The phase-2 is the second phase in the IKE process. The purpose of IKE "
+"phase-2 is to negotiate IPSec security associations (SA) to set up the IPSec"
+" tunnel. In phase-2, new keying material is extracted from the Diffie-"
+"Hellman key exchange in phase-1, to provide session keys to use in "
+"protecting the VPN data flow."
+msgstr "phase-2是IKE过程的第二阶段,其目标是协助IPSec安全关联 (SA) 以建立IPSec通道。在 phase-2阶段,会利用 phase-1阶段建立好的DH安全协议方法来交换新的密钥。"
+
+# 0b0d1207149646f7b20a26a97a43f2d2
+#: ../../networking2.rst:4274
+msgid ""
+"**ESP Hash**: Encapsulating Security Payload (ESP) hash for phase-2. "
+"Supported hash algorithms are SHA1 and MD5."
+msgstr "**ESP哈希散列**:phase-2支持的封装安全有效负荷(Encapsulating Security Payload,ESP)哈希算法包括:SHA1 和MD5."
+
+# 24ada2be8386490aafda31663e439f6f
+#: ../../networking2.rst:4279
+msgid ""
+"**Perfect Forward Secrecy**: Perfect Forward Secrecy (or PFS) is the "
+"property that ensures that a session key derived from a set of long-term "
+"public and private keys will not be compromised. This property enforces a "
+"new Diffie-Hellman key exchange. It provides the keying material that has "
+"greater key material life and thereby greater resistance to cryptographic "
+"attacks. The available options are None, Group-5 (1536-bit) and Group-2 "
+"(1024-bit). The security of the key exchanges increase as the DH groups grow"
+" larger, as does the time of the exchanges."
+msgstr "**Perfect forward secrecy(完全正向保密,PFS) **:PFS的性质是确保来自一组的长期的公共密钥和私人密钥之间的会话密钥不会妥协失效。PFS会促使一组新的DH KEY发生交换。这组新KEY具有更长的生命周期因此可以抵制更强大的功击。DH的可用选项是 None, Group-5 (1536-bit)和 Group-2 (1024-bit). 当新KEY交换之后,DH组会变得更大。"
+
+# 7070c64276df4df0bf10b79718192550
+#: ../../networking2.rst:4290
+msgid ""
+"When PFS is turned on, for every negotiation of a new phase-2 SA the two "
+"gateways must generate a new set of phase-1 keys. This adds an extra layer "
+"of protection that PFS adds, which ensures if the phase-2 SA's have expired,"
+" the keys used for new phase-2 SA's have not been generated from the current"
+" phase-1 keying material."
+msgstr "当PFS打开后,两个网关之间的新的phase-2 SA协商都会产生新的phase-1的一组KEY,这就会导致增加一个额外的层。这个层的作用是保证即使phase-2 SA失效过期,其KEY也不会由phase-1生成。"
+
+# 2ca89467ccc94df5a7bef6468f566b46
+#: ../../networking2.rst:4298
+msgid ""
+"**IKE Lifetime (seconds)**: The phase-1 lifetime of the security association"
+" in seconds. Default is 86400 seconds (1 day). Whenever the time expires, a "
+"new phase-1 exchange is performed."
+msgstr "*IKE 存活期(秒)**:  SA的phase-1的存活期。默认是86400 秒 (1 天).当这个时间过了之后,会发生一次新的  phase-1 KEY交换。"
+
+# 8ca35ecaf59e42cfbef7fe98bfd8f264
+#: ../../networking2.rst:4304
+msgid ""
+"**ESP Lifetime (seconds)**: The phase-2 lifetime of the security association"
+" in seconds. Default is 3600 seconds (1 hour). Whenever the value is "
+"exceeded, a re-key is initiated to provide a new IPsec encryption and "
+"authentication session keys."
+msgstr "**ESP存活期 (秒)**:SA的  phase-2存活期。默认为 3600 秒(1 小时). 当过了这个时间之后,会有一个新的KEY初始化,用来加密和认证 IPsec的会话KEY。"
+
+# f5df9d75cd524b5b92d8c85cce626655
+#: ../../networking2.rst:4311
+msgid ""
+"**Dead Peer Detection**: A method to detect an unavailable Internet Key "
+"Exchange (IKE) peer. Select this option if you want the virtual router to "
+"query the liveliness of its IKE peer at regular intervals. It's recommended "
+"to have the same configuration of DPD on both side of VPN connection."
+msgstr "**死亡匹配点检测**:这是一种检测不可用IKE节点的方法。如果你希望虚拟路由器随时测试IKE节点的存活情况,选择了这个选项。 一般来说,最好在VPN连接的两端都同时配置DPD(Dead Peer Detectio)."
+
+# d5d1124c4e124407a611667296f6ffac
+#: ../../networking2.rst:4322
+msgid "Updating and Removing a VPN Customer Gateway"
+msgstr "更新和删除一个VPN客户网关."
+
+# 04bbad214e7c4a6884dbfa7b6367b57d
+#: ../../networking2.rst:4324
+msgid ""
+"You can update a customer gateway either with no VPN connection, or related "
+"VPN connection is in error state."
+msgstr "你可以更新一个客户网关:即可以从无到有新建一个VPN,或是将有错误提示的VPN改正。"
+
+# 1ab9886431a14731ae0c50e12a2203d6
+#: ../../networking2.rst:4341
+msgid "Select the VPN customer gateway you want to work with."
+msgstr "选择您要操作的客户VPN连接。"
+
+# ba453f5b81544287922dde81efcc590b
+#: ../../networking2.rst:4345
+msgid ""
+"To modify the required parameters, click the Edit VPN Customer Gateway "
+"button |edit-icon.png|"
+msgstr "如需要修改一些参数,点击编辑客户VPN网关按钮。|edit-icon.png|"
+
+# 46a97e97cc034e4e91727e4f784cc8b7
+#: ../../networking2.rst:4350
+msgid ""
+"To remove the VPN customer gateway, click the Delete VPN Customer Gateway "
+"button |delete.png|"
+msgstr "删除一个客户VPN网关,点击删除客户VPN网关按钮。  |delete.png|"
+
+# 60adfabe1723470599d91c8c7e4d173a
+#: ../../networking2.rst:4358
+msgid "Creating a VPN gateway for the VPC"
+msgstr "为VPC创建一个VPN网关"
+
+# 3500ca75a83147c19f1ed28777444c7d
+# a64efaea89b24d67a8e4d1e4d36d34eb
+# ce5b35fdd4964dd398d49233e31b5fcd
+# 67bc60dd8b6046558a097762240decf1
+# 6c5213a6e5524a83bd5c41c59f290442
+# f25b37649f5d4cd5b04a737641c79d73
+# 5b21b4e1cb1045269d9814e3cc029bd0
+#: ../../networking2.rst:4377 ../../networking2.rst:4473
+#: ../../networking2.rst:4665 ../../networking2.rst:5767
+#: ../../networking2.rst:5858 ../../networking2.rst:6037
+#: ../../networking2.rst:6674
+msgid ""
+"Click the Configure button of the VPC to which you want to deploy the VMs."
+msgstr "点击要部署虚机的VPC的配置按钮。"
+
+# e1358ecd8ab54314873c0775c0880f75
+# 19d3fa0227e84261bf1cd4663828636e
+# 4de39a3991db4dfc901c6279c5294ac2
+# 1a2f3ce6a491468ab7a3459fcdfe215a
+# 469af671796348f5b92558710d159c36
+# c11ffe7f7c0949189706c0df2f2ff581
+# 94a0dea0d2b04ba797bfe1f2164cac7b
+# 30b175b156724a81b03bd2d42e85a0a1
+#: ../../networking2.rst:4380 ../../networking2.rst:4476
+#: ../../networking2.rst:4668 ../../networking2.rst:5531
+#: ../../networking2.rst:5861 ../../networking2.rst:5948
+#: ../../networking2.rst:6040 ../../networking2.rst:6677
+msgid ""
+"The VPC page is displayed where all the tiers you created are listed in a "
+"diagram."
+msgstr "系统会显示VPC页面,您创建的所有层都列在图中。"
+
+# 795d87a7e4884bc9954978635c4a0ce3
+# bfc77b95ba024e828af5e01a0235044f
+# c412e8677d9f43bd91d874297d2a51b1
+#: ../../networking2.rst:4425 ../../networking2.rst:4525
+#: ../../networking2.rst:4717
+msgid "Select Site-to-Site VPN."
+msgstr "选择点对点VPN"
+
+# 8284273706754d38a31bf76d8261f3ed
+#: ../../networking2.rst:4427
+msgid ""
+"If you are creating the VPN gateway for the first time, selecting Site-to-"
+"Site VPN prompts you to create a VPN gateway."
+msgstr "如果您是第一次创建VPN网关,选择点对点VPN会提示您创建一个VPN网关。"
+
+# 9403ca5a182a46bea09047c00af73183
+#: ../../networking2.rst:4432
+msgid "In the confirmation dialog, click Yes to confirm."
+msgstr "在信息确认对话框,点击“是”。"
+
+# e4ae30f09bbb4771b8c6f422926370fd
+#: ../../networking2.rst:4434
+msgid ""
+"Within a few moments, the VPN gateway is created. You will be prompted to "
+"view the details of the VPN gateway you have created. Click Yes to confirm."
+msgstr "过一会儿,VPN网关就创建出来了。系统会提示您查看VPN网关的详细信息,请点击“是”。"
+
+# 92509e2b8fd34d06a5026dc84df93572
+#: ../../networking2.rst:4438
+msgid "The following details are displayed in the VPN Gateway page:"
+msgstr "VPN网关页面会显示以下详细信息:"
+
+# 0d9b83c3c7c14ceb89902aa2acd77eef
+#: ../../networking2.rst:4446
+msgid "Account"
+msgstr "帐号"
+
+# de092a05c0cb4352a757a99ec8ec10cc
+#: ../../networking2.rst:4450
+msgid "Domain"
+msgstr "域名"
+
+# f9de76d1de924804aada31d4d335a636
+#: ../../networking2.rst:4453
+msgid "Creating a VPN Connection"
+msgstr "新建vpn连接"
+
+# 041a061561c240feb48418d06b345f9d
+#: ../../networking2.rst:4455
+msgid "CloudStack supports creating up to 8 VPN connections."
+msgstr "CloudStack最多支持建立8个VPN连接。"
+
+# c343d040bbf94652805f9913087df284
+#: ../../networking2.rst:4469
+msgid "All the VPCs that you create for the account are listed in the page."
+msgstr "页面上列出了该账号下所有的VPC。"
+
+# 6ab7b79bc9384d7e80adc871af997847
+# 49acb49a732346378816e6bb92cf285d
+# 02fa5743f59b45619d573323e28ba038
+#: ../../networking2.rst:4481 ../../networking2.rst:4673
+#: ../../networking2.rst:5536
+msgid "Click the Settings icon."
+msgstr "点击设置图标。"
+
+# fc6f5140f3c942dca23fcfd1ab68c6a7
+# 51c44ccda83c4464a1e80005c54790fc
+#: ../../networking2.rst:4527 ../../networking2.rst:4719
+msgid "The Site-to-Site VPN page is displayed."
+msgstr "系统会显示点对点VPN页面。"
+
+# 786eac580afe4c91a9f86515ed758789
+# 17b40c7b7853452ea96b30e63059db2c
+#: ../../networking2.rst:4531 ../../networking2.rst:4723
+msgid ""
+"From the Select View drop-down, ensure that VPN Connection is selected."
+msgstr "在选择视图下拉框,请确保选择VPN连接。"
+
+# 163923e5fc7e45a9b9022496845d5da4
+#: ../../networking2.rst:4536
+msgid "Click Create VPN Connection."
+msgstr "选择创建vpn连接按钮"
+
+# 3755699dc4ef4c60846d045f671bfcee
+#: ../../networking2.rst:4538
+msgid "The Create VPN Connection dialog is displayed:"
+msgstr "系统会显示创建VPN连接对话框:"
+
+# 63e805ab6ce6420d97103dc7a20b5506
+#: ../../networking2.rst:4540
+msgid "|createvpnconnection.png|"
+msgstr "|createvpnconnection.png|"
+
+# e897f05865fe4bf3b6daee5504dcf357
+#: ../../networking2.rst:4544
+msgid "Select the desired customer gateway."
+msgstr "选择想要的用户网关。"
+
+# cc72f3e20e344c9f8e3202d92866c9ce
+#: ../../networking2.rst:4548
+msgid ""
+"Select Passive if you want to establish a connection between two VPC virtual"
+" routers."
+msgstr "如果你希望在两个VPC虚拟路由器之间建立连接,选择被动模式。"
+
+# b1e77d6e88094abc8f1efc7fc737c62a
+#: ../../networking2.rst:4551
+msgid ""
+"If you want to establish a connection between two VPC virtual routers, "
+"select Passive only on one of the VPC virtual routers, which waits for the "
+"other VPC virtual router to initiate the connection. Do not select Passive "
+"on the VPC virtual router that initiates the connection."
+msgstr "如果你希望在两个VPC虚拟路由器之间建立连接,需要等待另一个虚拟路由器来初始化连接,则只有其中一个虚拟器上选择被动模式。在这种情况下,不要在初始化连接的虚拟路由器上选择被动模式。"
+
+# e81cf6ee9dbe4cf8a512334ae708d8e0
+#: ../../networking2.rst:4561
+msgid "Within a few moments, the VPN Connection is displayed."
+msgstr "过一会儿,系统会显示该VPN连接。"
+
+# ceccd67800e84c5f86872fc8697f97d5
+#: ../../networking2.rst:4563
+msgid "The following information on the VPN connection is displayed:"
+msgstr "VPN连接信息"
+
+# d7d71c18469c485d9cf0c62d4e18ee44
+#: ../../networking2.rst:4575
+msgid "State"
+msgstr "状态 "
+
+# 7e17d8eed6e64a6bb98dfcc6688f7011
+#: ../../networking2.rst:4579
+msgid "IPSec Preshared Key"
+msgstr "IPSec 预共享密钥"
+
+# 7698868ecfe742709ac2201b3c176a62
+#: ../../networking2.rst:4583
+msgid "IKE Policy"
+msgstr "IKE策略"
+
+# f8b615756067468c82c8cc29bd97d4f6
+#: ../../networking2.rst:4587
+msgid "ESP Policy"
+msgstr "ESP策略"
+
+# 2885f5a0b00e4f45bac61fa489576241
+#: ../../networking2.rst:4590
+msgid "Site-to-Site VPN Connection Between VPC Networks"
+msgstr "在VPC网络之间的站点的VPN连接"
+
+# cffe70c20ec8443a93e09b3c742a055b
+#: ../../networking2.rst:4592
+msgid ""
+"CloudStack provides you with the ability to establish a site-to-site VPN "
+"connection between CloudStack virtual routers. To achieve that, add a "
+"passive mode Site-to-Site VPN. With this functionality, users can deploy "
+"applications in multiple Availability Zones or VPCs, which can communicate "
+"with each other by using a secure Site-to-Site VPN Tunnel."
+msgstr "CloudStack可以在虚拟路由器之间部署站点到站点的VPN连接,这需要添加一个被动模式的站点到站点VPN。有了这个功能之后,用户就可以在多个区域或VPC之间通过安全的VPN通道互联。"
+
+# 1a50c272367a482fb9fb4939f3e4baa1
+#: ../../networking2.rst:4598
+msgid "This feature is supported on all the hypervisors."
+msgstr "这个特性支持所有类型的HYPERVISOR."
+
+# 2f0c1484f8594418b1f21b468680914a
+#: ../../networking2.rst:4602
+msgid "Create two VPCs. For example, VPC A and VPC B."
+msgstr "创建两个VPC。比如,VPC A和VPC B。"
+
+# 2db40aa80b84423f9d304bb0b3745676
+#: ../../networking2.rst:4604
+msgid "For more information, see \":ref:`configuring-vpc`\"."
+msgstr "更多信息,参考\":ref:`configuring-vpc`\"."
+
+# 8cbc2e0b316a42489765523577ab7e6a
+#: ../../networking2.rst:4608
+msgid "Create VPN gateways on both the VPCs you created."
+msgstr "在创建的VPC两边都添加VPN网关。"
+
+# c68bd6435db949d791a0372688848f1a
+#: ../../networking2.rst:4610
+msgid ""
+"For more information, see `\"Creating a VPN gateway for the VPC\" "
+"<#creating-a-vpn-gateway-for-the-vpc>`_."
+msgstr "更多信息,参考 `\"为VPC创建VPN网关\" <#creating-a-vpn-gateway-for-the-vpc>`_."
+
+# f8b154e601404d4abdd3a9a4e6374500
+#: ../../networking2.rst:4615
+msgid "Create VPN customer gateway for both the VPCs."
+msgstr "在VPC两边都创建VPN客户网关。"
+
+# 7e4fb977595840019e437c0884f0a8f1
+#: ../../networking2.rst:4617
+msgid ""
+"For more information, see `\"Creating and Updating a VPN Customer Gateway\" "
+"<#creating-and-updating-a-vpn-customer-gateway>`_."
+msgstr "更多信息,参考`\"创建和更新VPN客户网关\" <#creating-and-updating-a-vpn-customer-gateway>`_."
+
+# ade608d3a3ea45829af36e650cd98e47
+#: ../../networking2.rst:4622
+msgid "Enable a VPN connection on VPC A in passive mode."
+msgstr "在VPC A这边启用VPN的被动连接模式。"
+
+# 7a5159ba5d354f659fa0b9c6291f9413
+#: ../../networking2.rst:4624
+msgid ""
+"For more information, see `\"Creating a VPN Connection\" <#creating-a-vpn-"
+"connection>`_."
+msgstr "更多信息,请参阅 `\"创建VPN连接\" <#creating-a-vpn-connection>`_。"
+
+# 17674753d913496ea042cb7c2039383f
+#: ../../networking2.rst:4627
+msgid ""
+"Ensure that the customer gateway is pointed to VPC B. The VPN connection is "
+"shown in the Disconnected state."
+msgstr "确保客户网关指向VPC B。这个VPN当前显示的是未连接状态。"
+
+# d8feab6deab8404a9912bb7ea7882511
+#: ../../networking2.rst:4632
+msgid "Enable a VPN connection on VPC B."
+msgstr "在VPC B上启用VPN连接。"
+
+# 9234f47ff9fb4a4a86a85bcc6d518287
+#: ../../networking2.rst:4634
+msgid ""
+"Ensure that the customer gateway is pointed to VPC A. Because virtual router"
+" of VPC A, in this case, is in passive mode and is waiting for the virtual "
+"router of VPC B to initiate the connection, VPC B virtual router should not "
+"be in passive mode."
+msgstr "确保客户网关指向VPC A。在这个示例里,因为VPC A的虚拟路由器是处于被动模式且等待着VPC B进行初始化连接,所以VPC B的虚拟路由器不要设置为被动模式。"
+
+# 85d2c38cd2d0427a833207d6c3b42087
+#: ../../networking2.rst:4639
+msgid "The VPN connection is shown in the Disconnected state."
+msgstr "VPN连接当前显示为未连接状态。"
+
+# 6a7541ea6fa1406eacf4db796e79ef64
+#: ../../networking2.rst:4641
+msgid ""
+"Creating VPN connection on both the VPCs initiates a VPN connection. Wait "
+"for few seconds. The default is 30 seconds for both the VPN connections to "
+"show the Connected state."
+msgstr "VPC两边的VPN会进行初始化连接。默认为30秒之后,两边VPN都会显示为已连接状态。"
+
+# 894d44a883c248778d9598ba46e3f27f
+#: ../../networking2.rst:4646
+msgid "Restarting and Removing a VPN Connection"
+msgstr "VPN连接的重启和删除"
+
+# 83fe3a90f3094225aecb250153297a3d
+#: ../../networking2.rst:4726
+msgid "All the VPN connections you created are displayed."
+msgstr "系统会显示创建VPN连接对话框:"
+
+# b94b1fdaf1c844a28ccf4863998d8635
+#: ../../networking2.rst:4730
+msgid "Select the VPN connection you want to work with."
+msgstr "选择您要操作的VPN连接。"
+
+# a9f2559596ff44e281d29137f23566ef
+#: ../../networking2.rst:4732
+msgid "The Details tab is displayed."
+msgstr "系统显示详细信息页。"
+
+# a233c3b9788d41f38eb802e1f9d989c9
+#: ../../networking2.rst:4736
+msgid ""
+"To remove a VPN connection, click the Delete VPN connection button |remove-"
+"vpn.png|"
+msgstr "删除一个VPN连接,点击删除VPN连接按钮。 |remove-vpn.png|"
+
+# 41b780de0b934756a92a9ca0269e75e5
+#: ../../networking2.rst:4739
+msgid ""
+"To restart a VPN connection, click the Reset VPN connection button present "
+"in the Details tab. |reset-vpn.png|"
+msgstr "要重启VPN连接,请点击详细信息页的重置VPN连接按钮。  |reset-vpn.png|"
+
+# 183bb10ab504444faae13d81f2319f23
+#: ../../networking2.rst:4743
+msgid "About Inter-VLAN Routing (nTier Apps)"
+msgstr "关于vlan间路由(多层应用)"
+
+# 13ccb675390f4150acd57078694a88dd
+#: ../../networking2.rst:4745
+msgid ""
+"Inter-VLAN Routing (nTier Apps) is the capability to route network traffic "
+"between VLANs. This feature enables you to build Virtual Private Clouds "
+"(VPC), an isolated segment of your cloud, that can hold multi-tier "
+"applications. These tiers are deployed on different VLANs that can "
+"communicate with each other. You provision VLANs to the tiers your create, "
+"and VMs can be deployed on different tiers. The VLANs are connected to a "
+"virtual router, which facilitates communication between the VMs. In effect, "
+"you can segment VMs by means of VLANs into different networks that can host "
+"multi-tier applications, such as Web, Application, or Database. Such "
+"segmentation by means of VLANs logically separate application VMs for higher"
+" security and lower broadcasts, while remaining physically connected to the "
+"same device."
+msgstr "vlan间路由(多层应用)提供了在vlan间通过流量路由的功能。这个特性使你能够j建立私有云(vpc),独立分割的云,可容纳多层应用程序。这些层被部署在不同的VLAN,可以互相沟通。您提供的VLAN层的创建和部署虚拟机可以在不同的层上。VLAN连接到一个虚拟路由器,这有利于虚拟机之间的通信。实际上,你可以通过不同定义的vlan来分割你的虚拟机到不同网络,以便承担多层应用,如Web,应用程序或数据库的虚拟机。通过VLAN的逻辑上独立的应用程序的虚拟具有较高的安全性和较低的广播,同时任然物理连接到同一设备。"
+
+# 8e00b9f53dfe4448b8fe2664f0725c1e
+#: ../../networking2.rst:4758
+msgid "This feature is supported on XenServer, KVM, and VMware hypervisors."
+msgstr "在 XenServer ,KVM和 VMware hypervisors支持这个特性"
+
+# cf6ee1a9b0f24cf2b239f5c5ee3e1ccb
+#: ../../networking2.rst:4760
+msgid "The major advantages are:"
+msgstr "主要的优势为:"
+
+# 9914db80271c45879b3763424ebbbe4e
+#: ../../networking2.rst:4764
+msgid ""
+"The administrator can deploy a set of VLANs and allow users to deploy VMs on"
+" these VLANs. A guest VLAN is randomly alloted to an account from a pre-"
+"specified set of guest VLANs. All the VMs of a certain tier of an account "
+"reside on the guest VLAN allotted to that account."
+msgstr "管理可以部署一个vlans集,同时运行用户部署虚拟机在这些vlan上。从预先指定的vlan集中随机的为租户分配一个来宾vlan.租户处于同一层的所有vm处于分配给这个租户的来宾vlan."
+
+# 7c49b6960b3e4fe98267c66963d07a32
+#: ../../networking2.rst:4770
+msgid ""
+"A VLAN allocated for an account cannot be shared between multiple accounts."
+msgstr "一个租户分配到的vlan不能被多个租户共享"
+
+# 079fa9b5868843beb9ef64f20fd14208
+#: ../../networking2.rst:4774
+msgid ""
+"The administrator can allow users create their own VPC and deploy the "
+"application. In this scenario, the VMs that belong to the account are "
+"deployed on the VLANs allotted to that account."
+msgstr "管理员允许所有用户创建自己的vpc,并部署应用。这个场景中,租户的虚拟机被部署到改租户的分配到的vlan中"
+
+# cdc5e1a97e7347ed92c034645cf61bb8
+#: ../../networking2.rst:4780
+msgid ""
+"Both administrators and users can create multiple VPCs. The guest network "
+"NIC is plugged to the VPC virtual router when the first VM is deployed in a "
+"tier."
+msgstr "管理员和用户都可以创建多个vpcs.当第一个虚拟机被部署到该层时候,一个来宾网络nic插入到这个vpc虚拟路由器上"
+
+# b939e06705db41289dc97594160ccd4b
+#: ../../networking2.rst:4786
+msgid ""
+"The administrator can create the following gateways to send to or receive "
+"traffic from the VMs:"
+msgstr "管理员创建网关用接受和发送来自vm的流量:"
+
+# 3f3d39b2a9544b7dbe578450c863c442
+#: ../../networking2.rst:4791
+msgid ""
+"**VPN Gateway**: For more information, see `\"Creating a VPN gateway for the"
+" VPC\" <#creating-a-vpn-gateway-for-the-vpc>`_."
+msgstr "**VPN网关**:更多信息,参考 `\"为VPC创建VPN网关\" <#creating-a-vpn-gateway-for-the-vpc>`_."
+
+# 563958c0c69e44a79fb209179e6f5ef8
+#: ../../networking2.rst:4796
+msgid ""
+"**Public Gateway**: The public gateway for a VPC is added to the virtual "
+"router when the virtual router is created for VPC. The public gateway is not"
+" exposed to the end users. You are not allowed to list it, nor allowed to "
+"create any static routes."
+msgstr "**公网网关**:当为vpc创建一个虚拟路由器时,这个vpc的公共网关就添加到虚拟路由器当中。公共网关还没有暴露到最终用户。你不允许其列出,也不允许建立任何静态路由。"
+
+# 1178d5307b4a4df3b4982bb2985004e1
+#: ../../networking2.rst:4803
+msgid ""
+"**Private Gateway**: For more information, see \":ref:`adding-priv-gw-"
+"vpc`\"."
+msgstr "**私有网关**: 更多信息,参考 \":ref:`adding-priv-gw-vpc`\"."
+
+# c652b274f1d44ceebe3ea04ee8beb31c
+#: ../../networking2.rst:4807
+msgid ""
+"Both administrators and users can create various possible destinations-"
+"gateway combinations. However, only one gateway of each type can be used in "
+"a deployment."
+msgstr "管理员和用户可以创建各种可能的目的地的网关组合。但是,在部署中每种类型只能有一个网关。"
+
+# 5d134a3e16ec432a972f90fb955629c9
+#: ../../networking2.rst:4811
+msgid "For example:"
+msgstr "例如:"
+
+# 47a88da418a64634b2908fb3999fec58
+#: ../../networking2.rst:4815
+msgid ""
+"**VLANs and Public Gateway**: For example, an application is deployed in the"
+" cloud, and the Web application VMs communicate with the Internet."
+msgstr "**VLAN和公网网关**: 比如,在云中部署了一个应用,并且这个web应用所在的虚拟机要和因特网通信。"
+
+# e5054d8177ff4ecd817c1e9b50370893
+#: ../../networking2.rst:4821
+msgid ""
+"**VLANs, VPN Gateway, and Public Gateway**: For example, an application is "
+"deployed in the cloud; the Web application VMs communicate with the "
+"Internet; and the database VMs communicate with the on-premise devices."
+msgstr "**VLANs, VPN网关和公网网关**: 比如, 云中部署了一个应用;部署这个web应用的虚拟机要和因特网通信; 并且数据库虚拟要个先前提到的设备通信"
+
+# 9cf8b80f8da6486e8a190779839a52af
+#: ../../networking2.rst:4828
+msgid ""
+"The administrator can define Network Access Control List (ACL) on the "
+"virtual router to filter the traffic among the VLANs or between the Internet"
+" and a VLAN. You can define ACL based on CIDR, port range, protocol, type "
+"code (if ICMP protocol is selected) and Ingress/Egress type."
+msgstr "管理员可以在虚拟路由器定义一个访问控制列表(ACL)用于过滤vlan或者因特网和vlan直接的流量。你可定义基于CIDR,端口范围,协议,类型代码(如果选用ICPM协议)和进出流量的acl"
+
+# f03fcc7d11a24d6d9058d56e0690ee72
+#: ../../networking2.rst:4834
+msgid ""
+"The following figure shows the possible deployment scenarios of a Inter-VLAN"
+" setup:"
+msgstr "下图显示了可能的部署一个VLAN间的场景设置的:"
+
+# 8da1d43a48f54d3cadd9a2ab40446452
+#: ../../networking2.rst:4837
+msgid "|mutltier.png|"
+msgstr "|mutltier.png|"
+
+# b5b5c31e4e374e9c80fbb2bb5d5178cd
+#: ../../networking2.rst:4839
+msgid ""
+"To set up a multi-tier Inter-VLAN deployment, see \":ref:`configuring-"
+"vpc`\"."
+msgstr "要建立一个多层次的跨VLAN部署,请参考\":ref:`configuring-vpc`\"."
+
+# 019f7c2e7a1c40289e074fc89915b010
+#: ../../networking2.rst:4844
+msgid "Configuring a Virtual Private Cloud"
+msgstr "配置一个虚拟私有云(VPC)"
+
+# cf430774172c4664b8c8126dc2f8f2a9
+#: ../../networking2.rst:4847
+msgid "About Virtual Private Clouds"
+msgstr "关于虚拟私有云(VPC)"
+
+# 06c06ce2f5fe4b2e8a3464b3c4becf6a
+#: ../../networking2.rst:4849
+msgid ""
+"CloudStack Virtual Private Cloud is a private, isolated part of CloudStack. "
+"A VPC can have its own virtual network topology that resembles a traditional"
+" physical network. You can launch VMs in the virtual network that can have "
+"private addresses in the range of your choice, for example: 10.0.0.0/16. You"
+" can define network tiers within your VPC network range, which in turn "
+"enables you to group similar kinds of instances based on IP address range."
+msgstr "CloudStackVPC是CloudStack云中私有并隔离的部分。一个VPC可以使用自己的虚拟网络拓扑来组建传统物理网络。在这个虚拟网络中,您创建的虚机的私网地址可以由您自主选择IP范围,例如10.0.0.0/16。您可以在VPC网络范围内定义多个网络层,这些层可以让你将类似的虚机按IP地址范围分组。"
+
+# 46308016994049eb85cdc73e86db616e
+#: ../../networking2.rst:4857
+msgid ""
+"For example, if a VPC has the private range 10.0.0.0/16, its guest networks "
+"can have the network ranges 10.0.1.0/24, 10.0.2.0/24, 10.0.3.0/24, and so "
+"on."
+msgstr "例如:一个VPC的私有地址范围是10.0.0.0/16,其中的用户网络的地址范围可以分别是10.0.1.0/24、10.0.2.0/24、10.0.3.0/24等等。"
+
+# ef383bc8b7d54a0785f2b4828b5290ee
+#: ../../networking2.rst:4862
+msgid "Major Components of a VPC:"
+msgstr "VPC的主要组件:"
+
+# b90235f5e79947b7a57dee0d5c08e244
+#: ../../networking2.rst:4864
+msgid "A VPC is comprised of the following network components:"
+msgstr "VPC主要由以下网络组件构成:"
+
+# 9a373d73d3ae48309685ddecb2399f89
+#: ../../networking2.rst:4868
+msgid ""
+"**VPC**: A VPC acts as a container for multiple isolated networks that can "
+"communicate with each other via its virtual router."
+msgstr "**VPC**:一个VPC是多个隔离网络的容器,隔离网络间可以通过VPC的虚拟路由器互通。"
+
+# 4d1cc64429d44838942ce9d9290d09f6
+#: ../../networking2.rst:4873
+msgid ""
+"**Network Tiers**: Each tier acts as an isolated network with its own VLANs "
+"and CIDR list, where you can place groups of resources, such as VMs. The "
+"tiers are segmented by means of VLANs. The NIC of each tier acts as its "
+"gateway."
+msgstr "**网络层**:每个层是一个拥有各自VLAN和CIDR的隔离网络。您可以在层内放置VM等各种资源组。层与层之间通过VLAN方式隔离。VPC虚拟路由器在每个层中的网卡是该层的网关。"
+
+# 4e202e5460e24d838d858dc82fd70fee
+#: ../../networking2.rst:4880
+msgid ""
+"**Virtual Router**: A virtual router is automatically created and started "
+"when you create a VPC. The virtual router connect the tiers and direct "
+"traffic among the public gateway, the VPN gateways, and the NAT instances. "
+"For each tier, a corresponding NIC and IP exist in the virtual router. The "
+"virtual router provides DNS and DHCP services through its IP."
+msgstr "**虚拟路由器**:创建VPC时会自动创建并启动一个虚拟路由器。该虚拟路由器连接了各层,并负责各层与公网网关、VPN网关和NAT实例间的网络流量。对于每个层,该虚拟路由器都会有对应的网卡和IP,并通过该IP提供DNS和DHCP服务。"
+
+# 5620f9a835ae40ac9f844be5648dafad
+#: ../../networking2.rst:4889
+msgid ""
+"**Public Gateway**: The traffic to and from the Internet routed to the VPC "
+"through the public gateway. In a VPC, the public gateway is not exposed to "
+"the end user; therefore, static routes are not support for the public "
+"gateway."
+msgstr "**公网网关**:VPC进出互联网的流量会走公网网关。VPC中的公网网关不暴露给最终用户,因此公网网关上不支持静态路由。"
+
+# c72e1f296d024bf6a636137059d31752
+#: ../../networking2.rst:4896
+msgid ""
+"**Private Gateway**: All the traffic to and from a private network routed to"
+" the VPC through the private gateway. For more information, see \":ref"
+":`adding-priv-gw-vpc`\"."
+msgstr "**私有网关**:VPC进出某个私有网络的流量通过私有网关。更多信息,请查阅 \":ref:`adding-priv-gw-vpc`\"."
+
+# 741b3998454f43bbad3608dd86a74114
+#: ../../networking2.rst:4902
+msgid "**VPN Gateway**: The VPC side of a VPN connection."
+msgstr "**VPN 网关**:VPN连接的VPC端。"
+
+# 6487d4f72da84801ae40e38bcb8f7458
+#: ../../networking2.rst:4906
+msgid ""
+"**Site-to-Site VPN Connection**: A hardware-based VPN connection between "
+"your VPC and your datacenter, home network, or co-location facility. For "
+"more information, see \":ref:`setting-s2s-vpn-conn`\"."
+msgstr "**点对点VPN连接**:您的VPC和您的数据中心、家庭网络、主机托管设施之间基于硬件的VPN连接。更多信息,请参考\":ref:`setting-s2s-vpn-conn`\"."
+
+# d4b8df91ae5d4307835174a0c96640f1
+#: ../../networking2.rst:4912
+msgid ""
+"**Customer Gateway**: The customer side of a VPN Connection. For more "
+"information, see `\"Creating and Updating a VPN Customer Gateway\" "
+"<#creating-and-updating-a-vpn-customer-gateway>`_."
+msgstr "**客户网关**:客户这边的VPN连接。更多信息,请参考 `\"创建和更新VPN客户网关\" <#creating-and-updating-a-vpn-customer-gateway>`_."
+
+# f97a3ebbcde34d3a82a37aa401487760
+#: ../../networking2.rst:4918
+msgid ""
+"**NAT Instance**: An instance that provides Port Address Translation for "
+"instances to access the Internet via the public gateway. For more "
+"information, see \":ref:`enabling-disabling-static-nat-on-vpc`\"."
+msgstr "**NAT实例**:在用户虚机通过公网网关访问公网时,提供端口地址转换的实例。关于更多信息,请参考 \":ref:`enabling-disabling-static-nat-on-vpc`\"."
+
+# 0e9442c446e34500a845a7dff022554d
+#: ../../networking2.rst:4924
+msgid ""
+"**Network ACL**: Network ACL is a group of Network ACL items. Network ACL "
+"items are nothing but numbered rules that are evaluated in order, starting "
+"with the lowest numbered rule. These rules determine whether traffic is "
+"allowed in or out of any tier associated with the network ACL. For more "
+"information, see \":ref:`conf-net-acl`\"."
+msgstr "**网络ACL**: 网络ACL是一组网络访问控制列表。这些列表就是一个按顺序编号的规则,执行的时候,从最小的编号开始。这些规则决定了与此ACL关联的各个层的进出流量会被允许或阻止。更多信息,请参考 \":ref:`conf-net-acl`\"."
+
+# daf38611958e42f7b832673319b348fb
+#: ../../networking2.rst:4931
+msgid "Network Architecture in a VPC"
+msgstr "VPC的网络架构"
+
+# cc60b077b9ff4de19f842b6afab2e62b
+#: ../../networking2.rst:4933
+msgid ""
+"In a VPC, the following four basic options of network architectures are "
+"present:"
+msgstr "VPC有以下四个基本的网络架构:"
+
+# f1eb7bb1a38f4dc68def9d12e7a3e178
+#: ../../networking2.rst:4938
+msgid "VPC with a public gateway only"
+msgstr "只有一个公网网关的VPC"
+
+# b0e2f221d7b14320bbc1222a776de41f
+#: ../../networking2.rst:4942
+msgid "VPC with public and private gateways"
+msgstr "VPC的公有和私有网关"
+
+# 0994c597eccb4d299d4dc9b107fb9fa7
+#: ../../networking2.rst:4946
+msgid "VPC with public and private gateways and site-to-site VPN access"
+msgstr "VPC的公有和私有网关以及site-to-site VPN访问"
+
+# 870f363e446c47b4b668cb236c51be3b
+#: ../../networking2.rst:4950
+msgid "VPC with a private gateway only and site-to-site VPN access"
+msgstr "只有私有网关的VPC以及site-to-site VPN访问"
+
+# 0875278053ce4aa7a964657f5ef7ca92
+#: ../../networking2.rst:4953
+msgid "Connectivity Options for a VPC"
+msgstr "VPC的连接选择"
+
+# 5d9bd85e540b4cd89292060896221da5
+#: ../../networking2.rst:4955
+msgid "You can connect your VPC to:"
+msgstr "你可以连接你的VPC:"
+
+# d4a48f7eedb24cd0ada3d40f216fd98e
+#: ../../networking2.rst:4959
+msgid "The Internet through the public gateway."
+msgstr "通过公有网关连接到Internet."
+
+# 24471a284e4241e0bd0c5c456168c7a8
+#: ../../networking2.rst:4963
+msgid ""
+"The corporate datacenter by using a site-to-site VPN connection through the "
+"VPN gateway."
+msgstr "通过site-to-siteVPN网关连接到相邻数据中心。"
+
+# 25fc02e4454849d4a573bd5dd0d7449a
+#: ../../networking2.rst:4968
+msgid ""
+"Both the Internet and your corporate datacenter by using both the public "
+"gateway and a VPN gateway."
+msgstr "通过公有和私有VPN网关同时连接到Internet和相邻数据中心。"
+
+# de5ded73de514bd5a57ecb362fc2faff
+#: ../../networking2.rst:4972
+msgid "VPC Network Considerations"
+msgstr "VPC网络的考虑事项"
+
+# 78994af1e78348c9ba1f4b1565241a38
+#: ../../networking2.rst:4974
+msgid "Consider the following before you create a VPC:"
+msgstr "在创建VPC之前,确认以下事项:"
+
+# cb564008696f42c493ba11e1ed4f80dc
+#: ../../networking2.rst:4978
+msgid "A VPC, by default, is created in the enabled state."
+msgstr "在创建好VPC之后,其默认处于启用状态。"
+
+# 000ae42b46f34e98836dd0ae06ce491f
+#: ../../networking2.rst:4982
+msgid ""
+"A VPC can be created in Advance zone only, and can't belong to more than one"
+" zone at a time."
+msgstr "只能在高级区域中创建VPC,并且VPC只能属于一个区域。"
+
+# 057235f5ffdf462bb0c747d2d3069fe8
+#: ../../networking2.rst:4987
+msgid ""
+"The default number of VPCs an account can create is 20. However, you can "
+"change it by using the max.account.vpcs global parameter, which controls the"
+" maximum number of VPCs an account is allowed to create."
+msgstr "默认VPC的数量是20个。如果你需要更多的VPC的话,可以通过修改max.account.vpcs这个全局参数。这个参数是控制创建VPC的最大数量的。"
+
+# 6356075be5b54a679178f3b08844bb13
+#: ../../networking2.rst:4993
+msgid ""
+"The default number of tiers an account can create within a VPC is 3. You can"
+" configure this number by using the vpc.max.networks parameter."
+msgstr "默认一个用户能创建VPC的层数是三层。也可以通过vpc.max.networks这个参数修改。"
+
+# 14ee39b30ff7411188721f6d19152415
+#: ../../networking2.rst:4999
+msgid ""
+"Each tier should have an unique CIDR in the VPC. Ensure that the tier's CIDR"
+" should be within the VPC CIDR range."
+msgstr "VPC中每一层都需要是唯一的CIDR,并且这个CIDR是在VPC的CIDR的范围之内。"
+
+# 227b4656e25549c3ae49cbd3eadee4da
+#: ../../networking2.rst:5004
+msgid "A tier belongs to only one VPC."
+msgstr "每一层只能属于一个VPC。"
+
+# 8c1c0a2daf2f454daf51a743c52d1875
+#: ../../networking2.rst:5008
+msgid "All network tiers inside the VPC should belong to the same account."
+msgstr "VPC中所有网络层都应属于同一个帐号。"
+
+# 151ef843569c413592482f23408cc0b1
+#: ../../networking2.rst:5012
+msgid ""
+"When a VPC is created, by default, a SourceNAT IP is allocated to it. The "
+"Source NAT IP is released only when the VPC is removed."
+msgstr "当VPC创建好之后,默认会分配好SourceNAT IP。当此VPC删除之后,SourceNAT IP也会被释放。"
+
+# a4dbf6325246473c80fa288a2c05f46f
+#: ../../networking2.rst:5017
+msgid ""
+"A public IP can be used for only one purpose at a time. If the IP is a "
+"sourceNAT, it cannot be used for StaticNAT or port forwarding."
+msgstr "一个公网IP只能用一个用途。如果此IP用于SourceNAT作用的话,就不能同时再用作StaticNAT 或端口转发。"
+
+# 66e9af0df38d44acbdfd5b4f7c7f2209
+#: ../../networking2.rst:5022
+msgid ""
+"The instances can only have a private IP address that you provision. To "
+"communicate with the Internet, enable NAT to an instance that you launch in "
+"your VPC."
+msgstr "一个实例只能有一个私有IP地址,为了访问Internet,你可以为VPC里的此实例启用NAT功能。"
+
+# a7fc2cd6204b4ccdb272b79d22b93120
+#: ../../networking2.rst:5028
+msgid ""
+"Only new networks can be added to a VPC. The maximum number of networks per "
+"VPC is limited by the value you specify in the vpc.max.networks parameter. "
+"The default value is three."
+msgstr "只有新的网络才能加入VPC。每一个VPC的最大网络数量由参数vpc.max.networks指定。其默认值为3."
+
+# 636571d03b1244af968495ed107bce4f
+#: ../../networking2.rst:5034
+msgid ""
+"The load balancing service can be supported by only one tier inside the VPC."
+msgstr "VPC中只有一层支持负载均衡服务。"
+
+# 690bdd20a5e449298f4d89ca8d62c663
+#: ../../networking2.rst:5039
+msgid "If an IP address is assigned to a tier:"
+msgstr "如果一个IP地址被赋予一个网络层:"
+
+# 58b11a4dc63949a7a3052e4aa24933d5
+#: ../../networking2.rst:5043
+msgid ""
+"That IP can't be used by more than one tier at a time in the VPC. For "
+"example, if you have tiers A and B, and a public IP1, you can create a port "
+"forwarding rule by using the IP either for A or B, but not for both."
+msgstr "那么这个IP就不能在VPC里被另外的层所使用。比如:如果你有A层和B层以及一个公网IP地址,则你可以为A或B创建一个端口转发规则,但不能同时在A和B上创建。"
+
+# 856f012d37d643d8804e106bcbfc20f7
+#: ../../networking2.rst:5050
+msgid ""
+"That IP can't be used for StaticNAT, load balancing, or port forwarding "
+"rules for another guest network inside the VPC."
+msgstr "那个IP也不能在VPC的其它的客户网络里用作StaticNAT,负载均衡,端口转发规则。"
+
+# 4683db25b3ea4e4188deea16746ee8e9
+#: ../../networking2.rst:5055
+msgid "Remote access VPN is not supported in VPC networks."
+msgstr "VPC网络不支持Remote access VPN。"
+
+# d6e7cab15dfe4412bd18e44c210098b5
+#: ../../networking2.rst:5058
+msgid "Adding a Virtual Private Cloud"
+msgstr "添加一个VPC"
+
+# aebf60ad9d2040f5a4693f4948d8ee9f
+#: ../../networking2.rst:5060
+msgid ""
+"When creating the VPC, you simply provide the zone and a set of IP addresses"
+" for the VPC network address space. You specify this set of addresses in the"
+" form of a Classless Inter-Domain Routing (CIDR) block."
+msgstr "当创建VPC时,你只需要提供区域名和VPC要使用的一组IP地址。这组IP地址是以CIDR块的形式提供。"
+
+# e96c8770c7a94c51a0e5abf05e27349d
+#: ../../networking2.rst:5078
+msgid "Click Add VPC. The Add VPC page is displayed as follows:"
+msgstr "点击添加VPC按钮。页面呈现以下:"
+
+# 5c49f3b134ab451fb0baebec74eb6d02
+#: ../../networking2.rst:5080
+msgid "|add-vpc.png|"
+msgstr "|add-vpc.png|"
+
+# fa0553b67cec41e993031eaa2cfdaf13
+#: ../../networking2.rst:5086
+msgid "**Name**: A short name for the VPC that you are creating."
+msgstr "**名称**: 要创建的VPC的名称。"
+
+# 97f59ddee9cd4c10bc7c6f87d980837a
+#: ../../networking2.rst:5090
+msgid "**Description**: A brief description of the VPC."
+msgstr "**描述**: 关于此VPC的简短描述."
+
+# fb51bf0a8fcf42bf90044a947eeb19d5
+#: ../../networking2.rst:5094
+msgid "**Zone**: Choose the zone where you want the VPC to be available."
+msgstr "**区域**: 你希望将此VPN应用在哪个区域中。"
+
+# d7698df9efa0453db3df61a65907f84e
+#: ../../networking2.rst:5098
+msgid ""
+"**Super CIDR for Guest Networks**: Defines the CIDR range for all the tiers "
+"(guest networks) within a VPC. When you create a tier, ensure that its CIDR "
+"is within the Super CIDR value you enter. The CIDR must be RFC1918 "
+"compliant."
+msgstr "**客户网络超级CIDR**: 定义一个VPC内所有层(客户网络)的CIDR范围。当你新创建一个层时,这个层的CIDR必须在这个超级CIDR范围之内。CIDR的格式定义必须符合RFC1918。"
+
+# 927e8a069df94b7ab7c15ce7c08682f2
+#: ../../networking2.rst:5105
+msgid ""
+"**DNS domain for Guest Networks**: If you want to assign a special domain "
+"name, specify the DNS suffix. This parameter is applied to all the tiers "
+"within the VPC. That implies, all the tiers you create in the VPC belong to "
+"the same DNS domain. If the parameter is not specified, a DNS domain name is"
+" generated automatically."
+msgstr "**客户网络的DNS域名**: 如果你需要一个域名,则需要在此指定域名后缀。这个参数会应用到VPC中所有的层中。这表示,VPC中所有的层都属于同一个域。如果没有指定域名,则域名会由系统随机产生。"
+
+# db3617bea0a7437a98e0ceb8acf7525b
+#: ../../networking2.rst:5113
+msgid ""
+"**Public Load Balancer Provider**: You have two options: VPC Virtual Router "
+"and Netscaler."
+msgstr "**公共负载均衡提供者**: 有两个选项:VPC虚拟路由器和 Netscaler。"
+
+# 4cfebf8fa1714d45b8ad960ae9f7ab29
+#: ../../networking2.rst:5121
+msgid "Adding Tiers"
+msgstr "添加层"
+
+# c329d2c258cc49dba5536840ef027842
+#: ../../networking2.rst:5123
+msgid ""
+"Tiers are distinct locations within a VPC that act as isolated networks, "
+"which do not have access to other tiers by default. Tiers are set up on "
+"different VLANs that can communicate with each other by using a virtual "
+"router. Tiers provide inexpensive, low latency network connectivity to other"
+" tiers within the VPC."
+msgstr "层在VPC里起来隔离网络的作用,默认规则是层之间不能互访。不同VLAN之间的层可以通过虚拟机实现连接。层在VPC内部提供一种廉价,低延迟的网络连接。"
+
+# 28ee0841ce014e79a7a281d4bb216ebc
+# c6dc02263cdf449d9a13e9076217f576
+#: ../../networking2.rst:5141 ../../networking2.rst:6794
+msgid ""
+"All the VPC that you have created for the account is listed in the page."
+msgstr "此帐号创建的所有VPC将显示在页面中。"
+
+# c99084307ecd4209897fc97c610b02b1
+#: ../../networking2.rst:5145
+msgid ""
+"The end users can see their own VPCs, while root and domain admin can see "
+"any VPC they are authorized to see."
+msgstr "最终用户能看到他们自己的VPC,系统管理用户和域管理员可以看到所有被授权查看的VPC。"
+
+# 1470c73ac281442a9cd21cee278957a9
+# 7c8420344fe944869eb9ffe03433dc65
+#: ../../networking2.rst:5150 ../../networking2.rst:6799
+msgid ""
+"Click the Configure button of the VPC for which you want to set up tiers."
+msgstr "在你希望设置层的VPC里,点击配置按钮。"
+
+# c0383203b6324f44bca1f8d64372fd12
+#: ../../networking2.rst:5155
+msgid "Click Create network."
+msgstr "点击新建网络。"
+
+# 71dfd71fa8254a17b162b5ecbea81465
+#: ../../networking2.rst:5157
+msgid "The Add new tier dialog is displayed, as follows:"
+msgstr "然后,添加层的对话界面就会出现。如下:"
+
+# 74a521a42b084463aec6f5c6b7a135d8
+#: ../../networking2.rst:5159
+msgid "|add-tier.png|"
+msgstr "|add-tier.png|"
+
+# cd56a1cb2ee5401699918cb0e48192d6
+#: ../../networking2.rst:5161
+msgid ""
+"If you have already created tiers, the VPC diagram is displayed. Click "
+"Create Tier to add a new tier."
+msgstr "如果你已添加层,VPC界面就会出现。点击添加层可以增加一个新的层。"
+
+# 08999394431847eb807438afe40264eb
+#: ../../networking2.rst:5172
+msgid "**Name**: A unique name for the tier you create."
+msgstr "**名称**: 你添加的层的一个唯一的层名。"
+
+# b1d5cef8af774c368f4db6f7adb35ae4
+#: ../../networking2.rst:5176
+msgid ""
+"**Network Offering**: The following default network offerings are listed: "
+"Internal LB, DefaultIsolatedNetworkOfferingForVpcNetworksNoLB, "
+"DefaultIsolatedNetworkOfferingForVpcNetworks"
+msgstr "**网络方案**: 默认有以下几种网络方案: Internal LB, DefaultIsolatedNetworkOfferingForVpcNetworksNoLB, DefaultIsolatedNetworkOfferingForVpcNetworks"
+
+# a109edde2faf4ec4b1f5de31c2c91472
+#: ../../networking2.rst:5181
+msgid ""
+"In a VPC, only one tier can be created by using LB-enabled network offering."
+msgstr "在一个VPC中,用LB-enabled network offering只能创建一个层。"
+
+# cb1a1e05c80349aba5c29f7eb19fb029
+#: ../../networking2.rst:5193
+msgid "**VLAN**: The VLAN ID for the tier that the root admin creates."
+msgstr "**VLAN**: 指定系统管理员创建的层的VLAN ID号。"
+
+# 3a87f69636d34930b6e2382a6c0df8ed
+#: ../../networking2.rst:5195
+msgid ""
+"This option is only visible if the network offering you selected is VLAN-"
+"enabled."
+msgstr "这个选项只在你选择的方案在VLAN-enabled的情况下才会显示出来。"
+
+# 94a1b1fbefab4cd88665da31ab04dff5
+#: ../../networking2.rst:5198
+msgid ""
+"For more information, see `\"Assigning VLANs to Isolated Networks\" "
+"<hosts.html#assigning-vlans-to-isolated-networks>`_."
+msgstr "如需要更多信息,请参考\"为隔离网络分配VLAN\" <hosts.html#assigning-vlans-to-isolated-networks>`_.节。"
+
+# 2c2c9c5c56b24b02b949731d057ccece
+#: ../../networking2.rst:5215
+msgid "Continue with configuring access control list for the tier."
+msgstr "继续为层配置访问控制列表。"
+
+# fe50554812f144079082cb76d478f030
+#: ../../networking2.rst:5220
+msgid "Configuring Network Access Control List"
+msgstr "配置网络访问控制列表"
+
+# e6ac09ebbb494a58abe8f4e2b48ab189
+#: ../../networking2.rst:5222
+msgid ""
+"Define Network Access Control List (ACL) on the VPC virtual router to "
+"control incoming (ingress) and outgoing (egress) traffic between the VPC "
+"tiers, and the tiers and Internet. By default, all incoming traffic to the "
+"guest networks is blocked and all outgoing traffic from guest networks is "
+"allowed, once you add an ACL rule for outgoing traffic, then only outgoing "
+"traffic specified in this ACL rule is allowed, the rest is blocked. To open "
+"the ports, you must create a new network ACL. The network ACLs can be "
+"created for the tiers only if the NetworkACL service is supported."
+msgstr "定义网络访问控制列表(ACL),用以在VPC的层之间,或是层与互联网之间控制进出流量。默认情况下,客户网络的所有进入流量被阻止,所有外出流量被允许。一旦在外出流量方向添加了ACL,则只有ACL规则允许的流量可以被允许,其余的外出流量会被阻止。如果要开放其它端口,则需要在新的ACL中明确定义。只有在支持NetworkACL服务的条件下,只能创建层的ACL。"
+
+# 98625caa21a9468fa1732748d2a17096
+#: ../../networking2.rst:5233
+msgid "About Network ACL Lists"
+msgstr "关于ACL列表"
+
+# 09938c6b069c491ea32225bf40b4c1cb
+#: ../../networking2.rst:5235
+msgid ""
+"In CloudStack terminology, Network ACL is a group of Network ACL items. "
+"Network ACL items are nothing but numbered rules that are evaluated in "
+"order, starting with the lowest numbered rule. These rules determine whether"
+" traffic is allowed in or out of any tier associated with the network ACL. "
+"You need to add the Network ACL items to the Network ACL, then associate the"
+" Network ACL with a tier. Network ACL is associated with a VPC and can be "
+"assigned to multiple VPC tiers within a VPC. A Tier is associated with a "
+"Network ACL at all the times. Each tier can be associated with only one ACL."
+msgstr "在CloudStack术语中,ACL指的是一组针对网络条目。其按条目规则顺序执行,从最小值开始。这些规则决定了与此ACL关联的层的进出流量是被允许还是阻止。操作的方法是添加一个ACL,然后将这个ACL与层关联。ACL在整个VPC中使用,它可以被关系到一个VPC当中多个层中。一个层能及只能关联到一个ACL中。"
+
+# c66744937e154fa482ad3a3e61f312b8
+#: ../../networking2.rst:5245
+msgid ""
+"The default Network ACL is used when no ACL is associated. Default behavior "
+"is all the incoming traffic is blocked and outgoing traffic is allowed from "
+"the tiers. Default network ACL cannot be removed or modified. Contents of "
+"the default Network ACL is:"
+msgstr "当没有ACL明确关联时,会有一个默认的ACL起作用。默认规则是层中所有进入流量被阻止,所有外出流量被允许默认的ACL不能被删除或修改。默认ACL的内容如下:"
+
+# e83245e0845e43b2974a692e326ac4d0
+#: ../../networking2.rst:5251
+msgid "Rule"
+msgstr "规则"
+
+# 80ab5b23b00f4d199c8b9abbf436bb6c
+#: ../../networking2.rst:5251
+msgid "Protocol"
+msgstr "协议"
+
+# fd729c57b4ea4e5eba4b9567d5fb91c0
+#: ../../networking2.rst:5251
+msgid "Traffic type"
+msgstr "流量类型"
+
+# c829bf78c58d40288a0ea4fc4372babf
+#: ../../networking2.rst:5251
+msgid "Action"
+msgstr "动作"
+
+# 428dd3d46f624c17b6333ea245a479d1
+# 0044bb0439f34285b617e17b26a24c31
+#: ../../networking2.rst:5253 ../../networking2.rst:5254
+msgid "All"
+msgstr "所有"
+
+# fab35c06087d44a7874a0f5bcd4b49a3
+#: ../../networking2.rst:5253
+msgid "Ingress"
+msgstr "进入流量"
+
+# 28a1e4dff1af4530b1bc7247d7231156
+# f074d55a63a84bdd93f4679ef5703083
+#: ../../networking2.rst:5253 ../../networking2.rst:5254
+msgid "0.0.0.0/0"
+msgstr "0.0.0.0/0"
+
+# b4f811fade53417f914ba70fdda841eb
+#: ../../networking2.rst:5254
+msgid "Egress"
+msgstr "外出流量"
+
+# 8cc5201e9ef74389bf852a8c965d8c58
+#: ../../networking2.rst:5258
+msgid "Creating ACL Lists"
+msgstr "创建ACL列表"
+
+# 1d2d971c7e064b558d73374bc47d82d0
+# 3404c28191eb451a91f3cfa59aefaba4
+#: ../../networking2.rst:5321 ../../networking2.rst:5363
+msgid "Select Network ACL Lists."
+msgstr "选择网络ACL列表。"
+
+# faf3ffe663364217b1a4616fa0286cf2
+#: ../../networking2.rst:5323
+msgid ""
+"The following default rules are displayed in the Network ACLs page: "
+"default\\_allow, default\\_deny."
+msgstr "在ACL页面,下面默认规则将会显示出来:default\\_allow, default\\_deny."
+
+# f9e4f48e72cc497a8f9dcdbb42107837
+#: ../../networking2.rst:5328
+msgid "Click Add ACL Lists, and specify the following:"
+msgstr "点击添加ACL列表,指定以下配置:"
+
+# 90439c9713414c43aa9c2e05eb942726
+#: ../../networking2.rst:5332
+msgid "**ACL List Name**: A name for the ACL list."
+msgstr "**ACL列表名称**: 为ACL列表命名。"
+
+# d7606f1b49fa42f190dcf0037e7a7f82
+#: ../../networking2.rst:5336
+msgid ""
+"**Description**: A short description of the ACL list that can be displayed "
+"to users."
+msgstr "**描述**: ACL列表的简短描述。"
+
+# 48a4f463117347eb8b319809642e7da8
+#: ../../networking2.rst:5340
+msgid "Creating an ACL Rule"
+msgstr "创建一个ACL规则"
+
+# 2651d622eb634957a6d286e42b35b431
+#: ../../networking2.rst:5365
+msgid ""
+"In addition to the custom ACL lists you have created, the following default "
+"rules are displayed in the Network ACLs page: default\\_allow, "
+"default\\_deny."
+msgstr "除了创建的你自定义的ACL列表之后,以下默认ACL规则也会显示在页面中:default\\_allow, default\\_deny."
+
+# 8589eb86d31d49b0b8b3a066e403dea3
+# 9fe9f83f4eea466b8c268bff18971db7
+#: ../../networking2.rst:5371 ../../networking2.rst:5495
+msgid "Select the desired ACL list."
+msgstr "选择需要的ACL列表。"
+
+# 526f674e5a544241bfcb69fec29f6b30
+#: ../../networking2.rst:5375
+msgid "Select the ACL List Rules tab."
+msgstr "选择ACL规则栏"
+
+# 6b315c7b1ebe42268824f83af55fae75
+#: ../../networking2.rst:5377
+msgid ""
+"To add an ACL rule, fill in the following fields to specify what kind of "
+"network traffic is allowed in the VPC."
+msgstr "为了创建ACL规则,需要在VPC中定义下面哪些网络流量是允许的。"
+
+# e9fd41991f514decba25f1e0b8bacf9a
+#: ../../networking2.rst:5382
+msgid "**Rule Number**: The order in which the rules are evaluated."
+msgstr "**规则序号**: 规则被执行的顺序。"
+
+# 74e33543194246e9bf723eb7f8579770
+#: ../../networking2.rst:5386
+msgid ""
+"**CIDR**: The CIDR acts as the Source CIDR for the Ingress rules, and "
+"Destination CIDR for the Egress rules. To accept traffic only from or to the"
+" IP addresses within a particular address block, enter a CIDR or a comma-"
+"separated list of CIDRs. The CIDR is the base IP address of the incoming "
+"traffic. For example, 192.168.0.0/22. To allow all CIDRs, set to 0.0.0.0/0."
+msgstr "**CIDR**: 对于进入的规则,CIDR对源地址起作用,对于外出的规则,CIDR对目标地址起作用。如果要定义多个可接受进出流量的特定地址段,需要以逗号分隔各个CIDR。CIDR是进入流量的基IP地址。比如, 192.168.0.0/22. 如要对所有CIDR允许流量, 设置为 0.0.0.0/0."
+
+# 56275e37fc8b4caea8702ef3e16f0361
+#: ../../networking2.rst:5395
+msgid "**Action**: What action to be taken. Allow traffic or block."
+msgstr "**操作**: 定义要进行的操作,允许或阻止。"
+
+# 3a81766b5639471dad96fc442722931a
+#: ../../networking2.rst:5399
+msgid ""
+"**Protocol**: The networking protocol that sources use to send traffic to "
+"the tier. The TCP and UDP protocols are typically used for data exchange and"
+" end-user communications. The ICMP protocol is typically used to send error "
+"messages or network monitoring data. All supports all the traffic. Other "
+"option is Protocol Number."
+msgstr "**协议**: 发送到层的源地址的网络协议。最终用户的访问和数据交换通常是用TCP和UDP协议。ICMP协议通常用来发送错误信息或网络监控。ALL表示支持所有协议流量,其它选项是协议编号。"
+
+# f182719948c24202b52f34f53d6237ca
+#: ../../networking2.rst:5408
+msgid ""
+"**Start Port**, **End Port** (TCP, UDP only): A range of listening ports "
+"that are the destination for the incoming traffic. If you are opening a "
+"single port, use the same number in both fields."
+msgstr "**起始端口**, **结束端口** (TCP, UDP only):对进入流量,这些端口是指需要监听的目标地址的端口范围。如果你只开放一个端口,则在起始和结束端口里填写同一个端口。"
+
+# 95cc0c49ceea4d609a66a6f010f464a8
+#: ../../networking2.rst:5414
+msgid ""
+"**Protocol Number**: The protocol number associated with IPv4 or IPv6. For "
+"more information, see `Protocol Numbers <http://www.iana.org/assignments"
+"/protocol-numbers/protocol-numbers.xml>`_."
+msgstr "**协议编号**: 协议编号是与IPV4或IPV6相关联的。更多信息,请参考 `协议号 <http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml>`_."
+
+# 9557a03428624acd806829547ae0ca87
+#: ../../networking2.rst:5420
+msgid ""
+"**ICMP Type**, **ICMP Code** (ICMP only): The type of message and error code"
+" that will be sent."
+msgstr "**ICMP类型**, **ICMP代码** (ICMP only): 信息类型及发送错误的代码。"
+
+# daa0c660c1ee4f7c86a1abd1282d5aa5
+#: ../../networking2.rst:5425
+msgid "**Traffic Type**: The type of traffic: Incoming or outgoing."
+msgstr "**流量类型**: 进出流量的类型。"
+
+# 2a986f306a534501ac5ce1869c4879b2
+#: ../../networking2.rst:5429
+msgid "Click Add. The ACL rule is added."
+msgstr "点击添加。这个ACL规则就添加好了。"
+
+# 1ff7a90c1c8b4226b22c2f267b0cd329
+#: ../../networking2.rst:5431
+msgid ""
+"You can edit the tags assigned to the ACL rules and delete the ACL rules you"
+" have created. Click the appropriate button in the Details tab."
+msgstr "你可以重新编辑ACL标签,或是删除ACL。点击详细信息里的appropriate按钮。"
+
+# 497f804bbce846e084e10331e6e0079b
+#: ../../networking2.rst:5436
+msgid "Creating a Tier with Custom ACL List"
+msgstr "创建一个具有自定义ACL列表的层。"
+
+# d0c0bf84620447fc8dfa178137f97b16
+# d930dbc632b042b188ba54a843e568f1
+#: ../../networking2.rst:5440 ../../networking2.rst:5465
+msgid "Create a VPC."
+msgstr "创建一个VPC。"
+
+# 25eee7556d974e60bbeb1f18e85c55df
+# 6ed43363cfac4b8987d1e2d72304c877
+#: ../../networking2.rst:5444 ../../networking2.rst:5477
+msgid "Create a custom ACL list."
+msgstr "创建一个自定义ACL列表。"
+
+# 6dcc5bedc2554ba1a3e36b2e2b3645be
+# 5463933959af4e5288a81e194a5e6a58
+#: ../../networking2.rst:5448 ../../networking2.rst:5481
+msgid "Add ACL rules to the ACL list."
+msgstr "将ACL规则加入ACL列表。"
+
+# 029e9aecbf464779994d37ec61ad7314
+# 0413f59339f64f0b873ba87c7d559a84
+#: ../../networking2.rst:5452 ../../networking2.rst:5469
+msgid "Create a tier in the VPC."
+msgstr "在VPC里创建一个层。"
+
+# d789fdcbc43847f981d99a6c6a203caf
+#: ../../networking2.rst:5454
+msgid "Select the desired ACL list while creating a tier."
+msgstr "在创建层的过程中选择需要的ACL列表。"
+
+# d2aee63fb26240c8ab5829112ee254c1
+#: ../../networking2.rst:5461
+msgid "Assigning a Custom ACL List to a Tier"
+msgstr "将一个自定义的ACL关联到一个层。"
+
+# b0606dffaee64d4994e5e57c20a1c455
+#: ../../networking2.rst:5473
+msgid "Associate the tier with the default ACL rule."
+msgstr "将默认的ACL规则关联到层。"
+
+# 6113c98ff3804f59808cc2f432c7312e
+#: ../../networking2.rst:5485
+msgid "Select the tier for which you want to assign the custom ACL."
+msgstr "选中你希望赋予自定义ACL的层。"
+
+# 14772476c28c4746811457f94c763124
+#: ../../networking2.rst:5489
+msgid "Click the Replace ACL List icon. |replace-acl-icon.png|"
+msgstr "点击替换ACL图标。|replace-acl-icon.png|"
+
+# c4482d85ed6040e0978d138c1416283a
+#: ../../networking2.rst:5491
+msgid "The Replace ACL List dialog is displayed."
+msgstr "替换ACL的对话界面将会弹出来。"
+
+# 8abffdce40894b3fafb845f68b82bc74
+#: ../../networking2.rst:5504
+msgid "Adding a Private Gateway to a VPC"
+msgstr "在一个VPC里加入私有网关。"
+
+# 743a879733de4969814a821843950e18
+#: ../../networking2.rst:5506
+msgid ""
+"A private gateway can be added by the root admin only. The VPC private "
+"network has 1:1 relationship with the NIC of the physical network. You can "
+"configure multiple private gateways to a single VPC. No gateways with "
+"duplicated VLAN and IP are allowed in the same data center."
+msgstr "私有网关只能被系统管理员添加。VPC私有网络和物理网络之间是1:1的对应关系。你可以在一个VPC里定义多个私有网关。在同一个数据中心,不允许复制VLAN和IP的网关。"
+
+# dd777f72c6814da7a4e087c6c8c60cbe
+#: ../../networking2.rst:5528
+msgid ""
+"Click the Configure button of the VPC to which you want to configure load "
+"balancing rules."
+msgstr "在你想配置负载均衡的VPC上点击配置按钮。"
+
+# 27478e3646e84848b0ead2c5ad0d50f9
+# d08325208f454c9b8c778e4776c4daa3
+# bc97c76d6cd648dc9717c2058744a84e
+#: ../../networking2.rst:5538 ../../networking2.rst:5864
+#: ../../networking2.rst:5951
+msgid "The following options are displayed."
+msgstr "下面这些选项就会出现。"
+
+# 394a3dcb6e3741b489d58eb9830c71e9
+#: ../../networking2.rst:5580
+msgid "Select Private Gateways."
+msgstr "选择私有网关。"
+
+# e4a0570c1e7a471cb5d358378b06e7fe
+#: ../../networking2.rst:5582
+msgid "The Gateways page is displayed."
+msgstr "网关对话框就会显示出来。"
+
+# 6ca2b7325b9e4244a7785ff0e1ddbfd9
+#: ../../networking2.rst:5586
+msgid "Click Add new gateway:"
+msgstr "点击添加新网关:"
+
+# 1d19d16a595c4323b72e7afcfa725bee
+#: ../../networking2.rst:5588
+msgid "|add-new-gateway-vpc.png|"
+msgstr "|add-new-gateway-vpc.png|"
+
+# 8413e5ef903842ec837e56605289465f
+#: ../../networking2.rst:5596
+msgid ""
+"**Physical Network**: The physical network you have created in the zone."
+msgstr "**物理网络**: 此处为你已在区域内建好的物理网络。"
+
+# 0a11f680d5cf4a41a7a387b092f56f28
+#: ../../networking2.rst:5601
+msgid "**IP Address**: The IP address associated with the VPC gateway."
+msgstr "**IP地址**: 关联VPC网关的IP地址。"
+
+# fd907890f582482d8e4cf0dd81960ff5
+#: ../../networking2.rst:5605
+msgid ""
+"**Gateway**: The gateway through which the traffic is routed to and from the"
+" VPC."
+msgstr "**网关**: 定义进出VPC流量的网关。"
+
+# 7487738adef9453d85604bfba671fa3f
+#: ../../networking2.rst:5610
+msgid "**Netmask**: The netmask associated with the VPC gateway."
+msgstr "**Netmask**: VPC网关的子网掩码。"
+
+# 16e78548659f4f26a1bda70303cc2316
+#: ../../networking2.rst:5614
+msgid "**VLAN**: The VLAN associated with the VPC gateway."
+msgstr "**VLAN**: VPC网关的VLAN。"
+
+# 4cdaeb9a18454c5a91c6210ae427c1a9
+#: ../../networking2.rst:5618
+msgid ""
+"**Source NAT**: Select this option to enable the source NAT service on the "
+"VPC private gateway."
+msgstr "**Source NAT**: 这个选项会启用VPC私有网关的source NAT服务。"
+
+# c6b56cf49a42479893378e9da36129da
+#: ../../networking2.rst:5621
+msgid "See \":ref:`source-nat-priv-gw`\"."
+msgstr "参考\":ref:`source-nat-priv-gw`\"."
+
+# c362a5b1af954f8c9a1fd9e40fb438db
+#: ../../networking2.rst:5625
+msgid ""
+"**ACL**: Controls both ingress and egress traffic on a VPC private gateway. "
+"By default, all the traffic is blocked."
+msgstr "**ACL**: 控制VPC私有网关的进出流量,默认情况下,所有流量被阻止。"
+
+# a6398dc9bed3442296a3f9cac8a90a34
+#: ../../networking2.rst:5628
+msgid "See \":ref:`acl-priv-gw`\"."
+msgstr "参考\":ref:`acl-priv-gw`\"."
+
+# b9e1f64ee58f4a9fa3bdd10dd0cfaa4f
+#: ../../networking2.rst:5630
+msgid ""
+"The new gateway appears in the list. You can repeat these steps to add more "
+"gateway for this VPC."
+msgstr "新的网关就会出现在列表中。你可以重复这些步骤为VPC增加更多的网关。"
+
+# f6c87880d85a40cfa41db29b98eb2194
+#: ../../networking2.rst:5636
+msgid "Source NAT on Private Gateway"
+msgstr "私有网关的Source NAT"
+
+# 5a7c4b197f044c9bbb56e419cc6153a8
+#: ../../networking2.rst:5638
+msgid ""
+"You might want to deploy multiple VPCs with the same super CIDR and guest "
+"tier CIDR. Therefore, multiple guest VMs from different VPCs can have the "
+"same IPs to reach a enterprise data center through the private gateway. In "
+"such cases, a NAT service need to be configured on the private gateway to "
+"avoid IP conflicts. If Source NAT is enabled, the guest VMs in VPC reaches "
+"the enterprise network via private gateway IP address by using the NAT "
+"service."
+msgstr "你可能希望在同一个超级CIDR和客户层CIDR中部署多个VPC。因此,在一个数据中心,不同VPC中的虚拟机通过私有网络可以拥有相同的IP地址。在这种情况下,就需要在私有网关里配置Source NAT服务以避免IP冲突。如果Source NAT服务启用,VPC中的客户虚拟机使用私有网关IP地址与数据中心其它机器交流。"
+
+# 5a246caddff54fc8aeda076ee6ad6da2
+#: ../../networking2.rst:5646
+msgid ""
+"The Source NAT service on a private gateway can be enabled while adding the "
+"private gateway. On deletion of a private gateway, source NAT rules specific"
+" to the private gateway are deleted."
+msgstr "Source NAT服务是添加私有网关时启用。如果删除了私有网关,关联到此私有网关的Source NAT规则也会被删除。"
+
+# 7b68b00b8cae40daa6b6e018b007407f
+#: ../../networking2.rst:5650
+msgid ""
+"To enable source NAT on existing private gateways, delete them and create "
+"afresh with source NAT."
+msgstr "如要有已有私有网关中启用Source NAT,需要先删除(私有网关),然后再建一个启用Source NAT的私有网关。"
+
+# 5eb31def4dea44a8b45223d8bfba9bc1
+#: ../../networking2.rst:5656
+msgid "ACL on Private Gateway"
+msgstr "私有网关的ACL"
+
+# 43dd38fb6bcb4da99519465cd2fee79e
+#: ../../networking2.rst:5658
+msgid ""
+"The traffic on the VPC private gateway is controlled by creating both "
+"ingress and egress network ACL rules. The ACLs contains both allow and deny "
+"rules. As per the rule, all the ingress traffic to the private gateway "
+"interface and all the egress traffic out from the private gateway interface "
+"are blocked."
+msgstr "VPC私有网关的进出流量是被ACL规则控制的。ACL均包含允许和阻止的规则。在每一条规则中,所有进出私有网关接口的流量是被阻止的。"
+
+# 968f844cb23249299b07710fbdea8328
+#: ../../networking2.rst:5664
+msgid ""
+"You can change this default behaviour while creating a private gateway. "
+"Alternatively, you can do the following:"
+msgstr "你可以在创建私有网关时,改变这个默认的行为。或者,你也可以按如下方式操作:"
+
+# c42acc331624417e9e3770047d128c45
+# f426686ca214461286b5b27085ef9e07
+#: ../../networking2.rst:5669 ../../networking2.rst:5715
+msgid "In a VPC, identify the Private Gateway you want to work with."
+msgstr "在VPC中,验证你想操作的私有网关。"
+
+# bebf8abea37d4d5da748d4dc7da121e9
+#: ../../networking2.rst:5673
+msgid "In the Private Gateway page, do either of the following:"
+msgstr "在私有网关页面,按如下步骤操作:"
+
+# 83b961b102be4930990a6f24d2f61788
+#: ../../networking2.rst:5677
+msgid "Use the Quickview. See 3."
+msgstr "使用快速查看视图,参考3."
+
+# af59e46963cc4dfcae44b860b6d546a1
+#: ../../networking2.rst:5681
+msgid "Use the Details tab. See 4 through ."
+msgstr "使用详细查看栏。参考4。"
+
+# d774795a1b854c8e9b7b135859f6dc59
+#: ../../networking2.rst:5685
+msgid ""
+"In the Quickview of the selected Private Gateway, click Replace ACL, select "
+"the ACL rule, then click OK"
+msgstr "在所选择的私有网关的快速查看视图里,点击替换ACL,选中ACL规则,然后点击OK按钮。"
+
+# 24203d2c129848b3a54d2a2a6f231ce4
+#: ../../networking2.rst:5690
+msgid "Click the IP address of the Private Gateway you want to work with."
+msgstr "点击你需要操作的私有网关的IP地址。"
+
+# 1374de69edfb44449764f2be1dcb29e2
+#: ../../networking2.rst:5694
+msgid ""
+"In the Detail tab, click the Replace ACL button. |replace-acl-icon.png|"
+msgstr "在详细查看栏。点击替换ACL按钮。|replace-acl-icon.png|"
+
+# 0a1a67c900a645b587377ce0696fcc69
+#: ../../networking2.rst:5697
+msgid "The Replace ACL dialog is displayed."
+msgstr "替换ACL的对话框就会出现。"
+
+# b054350634fe4a6a93e997e7888de509
+#: ../../networking2.rst:5701
+msgid "select the ACL rule, then click OK."
+msgstr "选择ACL规则,然后点击OK按钮。"
+
+# 89bdf37574754f799764bcd9ea9b8154
+#: ../../networking2.rst:5703
+msgid ""
+"Wait for few seconds. You can see that the new ACL rule is displayed in the "
+"Details page."
+msgstr "稍等片刻。你就会看到新的ACL规则出现在详细页面里了。"
+
+# 5156bdb1b2c6423aa03d31c6d234cdbb
+#: ../../networking2.rst:5707
+msgid "Creating a Static Route"
+msgstr "创建一个静态静由。"
+
+# 188c119a7dde4624a113c36b70910b9e
+#: ../../networking2.rst:5709
+msgid ""
+"CloudStack enables you to specify routing for the VPN connection you create."
+" You can enter one or CIDR addresses to indicate which traffic is to be "
+"routed back to the gateway."
+msgstr "CloudStack可以让你指定你创建的VPN链接的路由。你可以输入一个或CIDR地址来指定路由返回到网关的具体流量。"
+
+# c483d63531ae420796887a1e3a3f5ab3
+#: ../../networking2.rst:5719
+msgid ""
+"In the Private Gateway page, click the IP address of the Private Gateway you"
+" want to work with."
+msgstr "在私有网关页面,点击你需要的私有网关的IP地址。"
+
+# df50f83dcb434a239f5ce4054573908a
+#: ../../networking2.rst:5724
+msgid "Select the Static Routes tab."
+msgstr "选择静态路由栏。"
+
+# ddbc917d09ae47a1a33bb2e422a41ac8
+#: ../../networking2.rst:5728
+msgid "Specify the CIDR of destination network."
+msgstr "指定目标网络的CIDR。"
+
+# 14be55f3d8354339befda018b8959689
+#: ../../networking2.rst:5734
+msgid "Wait for few seconds until the new route is created."
+msgstr "稍等片刻,新的路由就创建好了。"
+
+# 4bb61ba3dd1444269d2f517a3d774dac
+#: ../../networking2.rst:5737
+msgid "Blacklisting Routes"
+msgstr "路由黑名单"
+
+# bf15aaf7395c48438bdfb1c5a1b303cd
+#: ../../networking2.rst:5739
+msgid ""
+"CloudStack enables you to block a list of routes so that they are not "
+"assigned to any of the VPC private gateways. Specify the list of routes that"
+" you want to blacklist in the ``blacklisted.routes`` global parameter. Note "
+"that the parameter update affects only new static route creations. If you "
+"block an existing static route, it remains intact and continue functioning. "
+"You cannot add a static route if the route is blacklisted for the zone."
+msgstr "CloudStack允许你定义一个路由黑名单,这样它们就不能关联到任何VPC私有网关。你需要在全局参数blacklisted.routes里定义。要注意,此参数只在新路由创建时才会生效。如果你在黑名单里加入了已存在的静态路由,则此静态路由还是会继续起作用。你不能把在路由黑名单里的路由加入到静态路由当中去。"
+
+# 0331141edca34d0d88619127d2766371
+#: ../../networking2.rst:5748
+msgid "Deploying VMs to the Tier"
+msgstr "将虚拟机部署到层。"
+
+# 704ce74d41e94806a21f067331377028
+#: ../../networking2.rst:5770
+msgid ""
+"The VPC page is displayed where all the tiers you have created are listed."
+msgstr "所有创建好的层都会有VPC页面里列出来。"
+
+# bb949e6b291d4db5b13cf4fe9834f452
+#: ../../networking2.rst:5775
+msgid "Click Virtual Machines tab of the tier to which you want to add a VM."
+msgstr "指向你想添加虚拟机的层,点击虚拟机栏。"
+
+# 71ad9ca13d4c4362972cdf2637e41c93
+#: ../../networking2.rst:5777
+msgid "|add-vm-vpc.png|"
+msgstr "|add-vm-vpc.png|"
+
+# 2f2516ad2c5942d999843c0a9a68933e
+#: ../../networking2.rst:5779
+msgid "The Add Instance page is displayed."
+msgstr "添加实例的页面就会出现。"
+
+# 1d62201e441d48f788fa541062d4c596
+#: ../../networking2.rst:5781
+msgid ""
+"Follow the on-screen instruction to add an instance. For information on "
+"adding an instance, see the Installation Guide."
+msgstr "按照屏幕所指示的操作加入实例。至于如何添加实例,参照安装指南文档。"
+
+# 635c6aa90270428badb026296ec37787
+#: ../../networking2.rst:5785
+msgid "Deploying VMs to VPC Tier and Shared Networks"
+msgstr "在VPC层中部署虚拟,共享网络。"
+
+# dd3534643d7a477c824d8e185d5475e4
+#: ../../networking2.rst:5787
+msgid ""
+"CloudStack allows you deploy VMs on a VPC tier and one or more shared "
+"networks. With this feature, VMs deployed in a multi-tier application can "
+"receive monitoring services via a shared network provided by a service "
+"provider."
+msgstr "CloudStack允许你在VPC层中部署虚拟机和共享网络。有了这个功能,分布在多层当中的虚拟机可以通过共享网络接收到监控服务。"
+
+# b14c4ec942684d4d8a32be3cc684ba90
+#: ../../networking2.rst:5794
+msgid "Log in to the CloudStack UI as an administrator."
+msgstr "用系统管理员登陆到CloudStack UI界面。"
+
+# 47af434606084162a5d43bfca5f9a35c
+#: ../../networking2.rst:5798
+msgid "In the left navigation, choose Instances."
+msgstr "在左边的导航栏里,选择实例。"
+
+# 75908924f9fe449db880b8f340e3e1b9
+#: ../../networking2.rst:5802
+msgid "Click Add Instance."
+msgstr "点击添加实例。"
+
+# 1129214998c14deca387e232b2b61a2c
+#: ../../networking2.rst:5806
+msgid "Select a zone."
+msgstr "选择一个区域。"
+
+# 447c3075519c4efcb0cce18f747c5fdc
+#: ../../networking2.rst:5810
+msgid "Select a template or ISO, then follow the steps in the wizard."
+msgstr "选择一个模板或ISO,按向导步骤操作。 "
+
+# ac1ff1f49a954b0dbd5cd4e18543ec70
+#: ../../networking2.rst:5814
+msgid ""
+"Ensure that the hardware you have allows starting the selected service "
+"offering."
+msgstr "请确认你的硬件支持所选择的服务方案。"
+
+# 5e9d7d945a51416db45c9d4c136cf660
+#: ../../networking2.rst:5819
+msgid ""
+"Under Networks, select the desired networks for the VM you are launching."
+msgstr "在网络导航栏,选择你希望虚拟机所在的网络。"
+
+# 6a193b8ef2e14baab4287c9227dbd94f
+#: ../../networking2.rst:5822
+msgid "You can deploy a VM to a VPC tier and multiple shared networks."
+msgstr "你可以将虚拟机部署在一个拥有多个共享网络的VPC层中。"
+
+# 69378b350f8540138b3659036450b93e
+#: ../../networking2.rst:5824
+msgid "|addvm-tier-sharednw.png|"
+msgstr "|addvm-tier-sharednw.png|"
+
+# c32a2db50b2b44dfa529d303ae7737ca
+#: ../../networking2.rst:5828
+msgid "Click Next, review the configuration and click Launch."
+msgstr "点击下一步,审看已配置信息,然后点击启动。"
+
+# 424cd68b49af4936b7a29172ce8b21c6
+#: ../../networking2.rst:5830
+msgid "Your VM will be deployed to the selected VPC tier and shared network."
+msgstr "你的这个虚拟机就已被部署到所选择的VPC层和共享网络中。"
+
+# a466e870147241b7a6266b24ffb983be
+#: ../../networking2.rst:5833
+msgid "Acquiring a New IP Address for a VPC"
+msgstr "VPC获取新的IP地址。"
+
+# 2469c8b87a5b404695be7cd3d52d8540
+#: ../../networking2.rst:5835
+msgid ""
+"When you acquire an IP address, all IP addresses are allocated to VPC, not "
+"to the guest networks within the VPC. The IPs are associated to the guest "
+"network only when the first port-forwarding, load balancing, or Static NAT "
+"rule is created for the IP or the network. IP can't be associated to more "
+"than one network at a time."
+msgstr "当获取IP地址时,所有的IP地址会被分配到该VPC,而不是VPC中的用户网络。只有当在IP或用户网络上创建第一个网络规则(端口映射、负载均衡、静态NAT)时,该IP才会关联到用户网络。一个IP不能同时关联一个以上的网络。"
+
+# 20c45cce73544593af8aea069f4556ce
+#: ../../networking2.rst:5906
+msgid "Select IP Addresses."
+msgstr "选择IP地址。"
+
+# e00bf099dd75477787b7732cadc10c50
+#: ../../networking2.rst:5908
+msgid "The Public IP Addresses page is displayed."
+msgstr "公网IP地址页面就显示出来。"
+
+# decf033da44c4b64b64175bbace5e37d
+#: ../../networking2.rst:5912
+msgid "Click Acquire New IP, and click Yes in the confirmation dialog."
+msgstr "点击获得一个新IP, 并且在确认的对话框中点击确定."
+
+# f9206ddfd2ad4b9ba496b7bcaa139527
+#: ../../networking2.rst:5914
+msgid ""
+"You are prompted for confirmation because, typically, IP addresses are a "
+"limited resource. Within a few moments, the new IP address should appear "
+"with the state Allocated. You can now use the IP address in port forwarding,"
+" load balancing, and static NAT rules."
+msgstr "因为通常IP地址是有限资源,系统会提示您确认。 在稍等片刻之后,新的IP地址将会出现并且状态是已分配。现在您就可以使用这个IP地址做端口转发、负载均衡或静态NAT。"
+
+# 1b26f54458754874a03b4d4bf65d1776
+#: ../../networking2.rst:5920
+msgid "Releasing an IP Address Alloted to a VPC"
+msgstr "释放VPC分配的IP地址"
+
+# be262f6b7e5d45269e0940307ba4a209
+#: ../../networking2.rst:5922
+msgid ""
+"The IP address is a limited resource. If you no longer need a particular IP,"
+" you can disassociate it from its VPC and return it to the pool of available"
+" addresses. An IP address can be released from its tier, only when all the "
+"networking ( port forwarding, load balancing, or StaticNAT ) rules are "
+"removed for this IP address. The released IP address will still belongs to "
+"the same VPC."
+msgstr "IP地址是有限资源。如果您不再需要某个IP,请解除该IP和VPC的关联,使其返回到可用地址池中。只有当IP上所有的网络规则(端口映射、负载均衡、静态NAT)都删除后,该IP才能从所属层释放。释放的IP仍属于该VPC。"
+
+# b689860f9d8243e488f59f407397d0f2
+#: ../../networking2.rst:5946
+msgid "Click the Configure button of the VPC whose IP you want to release."
+msgstr "点击要释放IP的VPC的配置按钮。"
+
+# 275b1067e783409fa57673f2c9079c5f
+#: ../../networking2.rst:5993
+msgid "Select Public IP Addresses."
+msgstr "选择公网IP地址。"
+
+# 03719974990f4be2ab4ef5acfece3c8e
+#: ../../networking2.rst:5999
+msgid "Click the IP you want to release."
+msgstr "点击要释放的IP地址。"
+
+# 0cfc510897374fe28fa93542914d6cf3
+#: ../../networking2.rst:6003
+msgid "In the Details tab, click the Release IP button |release-ip-icon.png|"
+msgstr "在详细查看栏,点击释放IP按钮。 |release-ip-icon.png|"
+
+# be0f2d3e3f7a4e4485e68f2f4eb4339d
+#: ../../networking2.rst:6008
+msgid "Enabling or Disabling Static NAT on a VPC"
+msgstr "VPC中启用或禁用静态NAT"
+
+# b3b3c30b45744238bdaaee1fe21a6ae1
+#: ../../networking2.rst:6010
+msgid ""
+"A static NAT rule maps a public IP address to the private IP address of a VM"
+" in a VPC to allow Internet traffic to it. This section tells how to enable "
+"or disable static NAT for a particular IP address in a VPC."
+msgstr "静态NAT规则是将公网IP映射到VPC中虚机的私网IP,以便允许互联网流量访问该虚机。本节描述如何在VPC中启用或禁用某个公网IP地址的静态NAT。"
+
+# 8d4539553a8249e59a6c06a65466159f
+#: ../../networking2.rst:6043
+msgid "For each tier, the following options are displayed."
+msgstr "对于每一个层,会显示以下选项。"
+
+# d38f21f4fa594fc99e3fe3eb6bcaac34
+#: ../../networking2.rst:6091
+msgid "Click the IP you want to work with."
+msgstr "点击您要操作的IP。"
+
+# 17644423675640bdafb3f481e66d08cd
+#: ../../networking2.rst:6095
+msgid ""
+"In the Details tab,click the Static NAT button. |enable-disable.png| The "
+"button toggles between Enable and Disable, depending on whether static NAT "
+"is currently enabled for the IP address."
+msgstr "在“详细信息”页,点击静态NAT按钮|enable-disable.png| 。该按钮会根据公网IP的静态NAT当前状态,在启用和禁用间切换。"
+
+# d5a0063d431a449b822e840cf68321c0
+#: ../../networking2.rst:6102
+msgid "If you are enabling static NAT, a dialog appears as follows:"
+msgstr "如果是启用静态NAT,会显示如下对话框:"
+
+# addd4d2aaf5345c486dcddaf20d41069
+#: ../../networking2.rst:6104
+msgid "|select-vmstatic-nat.png|"
+msgstr "|select-vmstatic-nat.png|"
+
+# e794f8894d7c4c4fb1d144b53ba3eef5
+#: ../../networking2.rst:6108
+msgid "Select the tier and the destination VM, then click Apply."
+msgstr "选择层和目标虚机,然后点击“应用”。"
+
+# d7cc633eb7064d0e98b22cf3441dea8f
+#: ../../networking2.rst:6111
+msgid "Adding Load Balancing Rules on a VPC"
+msgstr "VPC中添加负载均衡规则"
+
+# 1690cddd7d4544da8afebf41a357f0f6
+#: ../../networking2.rst:6113
+msgid ""
+"In a VPC, you can configure two types of load balancing: external LB and "
+"internal LB. External LB is nothing but a LB rule created to redirect the "
+"traffic received at a public IP of the VPC virtual router. The traffic is "
+"load balanced within a tier based on your configuration. Citrix NetScaler "
+"and VPC virtual router are supported for external LB. When you use internal "
+"LB service, traffic received at a tier is load balanced across different VMs"
+" within that tier. For example, traffic reached at Web tier is redirected to"
+" another VM in that tier. External load balancing devices are not supported "
+"for internal LB. The service is provided by a internal LB VM configured on "
+"the target tier."
+msgstr "在VPC中,你可以配置外部或内部负载均衡。外部负载均衡就是将VPC虚拟路由器接收到的公网流量进行转发的规则。这个流量如何在层里进行均衡取决于你的配置。Citrix NetScaler 和 VPC virtual router都支持外部负载均衡。内部均衡是在层内的虚拟之间进行均衡。比如,到达WEB层请求的流量可以转发到此层另外的虚拟机。外部负载均衡设备不支持内部均衡。内部负载均衡的服务是由目标层的内部虚拟机配置后提供支持服务的。"
+
+# 5ab48adf63474d97b4570c40a24420bb
+#: ../../networking2.rst:6125
+msgid "Load Balancing Within a Tier (External LB)"
+msgstr "在层内进行负载均衡(外部负载均衡)"
+
+# c70e83e371234131bf11479286cdbb1c
+#: ../../networking2.rst:6127
+msgid ""
+"A CloudStack user or administrator may create load balancing rules that "
+"balance traffic received at a public IP to one or more VMs that belong to a "
+"network tier that provides load balancing service in a VPC. A user creates a"
+" rule, specifies an algorithm, and assigns the rule to a set of VMs within a"
+" tier."
+msgstr " CloudStack用户或管理员可以创建负载均衡规则。负载均衡规则用于将一个公网IP的流量分担到在VPC提供负载均衡服务的网络层内的一个或多个VM中。用户可以创建规则,指定算法,然后将规则指定到VPC的一套VM中。"
+
+# 793b75511a124eb49bc054c366095f7f
+#: ../../networking2.rst:6134
+msgid "Enabling NetScaler as the LB Provider on a VPC Tier"
+msgstr "在VPC层中启用基于NetScaler的负载均衡"
+
+# 2cba8bc745e44ac4a8d2aaeca47e11f7
+#: ../../networking2.rst:6138
+msgid "Add and enable Netscaler VPX in dedicated mode."
+msgstr "添加并启用 Netscaler VPX独立模块。"
+
+# 2994a10476d64a719afb3c651265ac88
+#: ../../networking2.rst:6140
+msgid ""
+"Netscaler can be used in a VPC environment only if it is in dedicated mode."
+msgstr "Netscaler只能在独立模块的形式下应用于VPC环境中。"
+
+# d112b0ba00654e278f9b1475857355b0
+#: ../../networking2.rst:6145
+msgid ""
+"Create a network offering, as given in \":ref:`create-net-offering-ext-"
+"lb`\"."
+msgstr "创建启用持久化选项的网络方案。请参考\":ref:`create-net-offering-ext-lb`\"."
+
+# 909680d1f1b34b728fbb4a720169c60b
+#: ../../networking2.rst:6149
+msgid "Create a VPC with Netscaler as the Public LB provider."
+msgstr "在VPC中创建一个基于Netscaler的公用负载均衡。"
+
+# 7ff9cc3865b44322afc77e6c4c063878
+#: ../../networking2.rst:6151
+msgid ""
+"For more information, see `\"Adding a Virtual Private Cloud\" <#adding-a"
+"-virtual-private-cloud>`_."
+msgstr "更多信息,请参考 `\"添加一个VPC\" <#adding-a-virtual-private-cloud>`_."
+
+# 9f9ae62b0b214cba91857447245a18d6
+#: ../../networking2.rst:6156
+msgid "For the VPC, acquire an IP."
+msgstr "在VPC中获取一个IP地址。"
+
+# c75b7cc4b3234929a881c47cc9eac788
+#: ../../networking2.rst:6160
+msgid ""
+"Create an external load balancing rule and apply, as given in :ref:`create-"
+"ext-lb-rule`."
+msgstr "创建并应用一个外部负载均衡规则。请参考:ref:`create-ext-lb-rule`."
+
+# d874e75e8da946b99ed923dcdaed1708
+#: ../../networking2.rst:6166
+msgid "Creating a Network Offering for External LB"
+msgstr "创建一个外部负载均衡网络方案"
+
+# 7f3a18897d37416bb87a733cb3943071
+#: ../../networking2.rst:6168
+msgid ""
+"To have external LB support on VPC, create a network offering as follows:"
+msgstr "要在VPC中启用外部负载均衡支持,依如下操作建立网络方案:"
+
+# f8f209ed13a948109fa2bb53a02c1658
+# 2681733d801147e687ba507663618ba4
+#: ../../networking2.rst:6173 ../../networking2.rst:6478
+msgid "Log in to the CloudStack UI as a user or admin."
+msgstr "使用用户或管理员登录到CloudStack用户界面。"
+
+# bfaeb8a949fb4d25a618540dcc365471
+# 6c6e4ac1110442ba9ec325328e96bfb8
+#: ../../networking2.rst:6177 ../../networking2.rst:6482
+msgid "From the Select Offering drop-down, choose Network Offering."
+msgstr "下拉选择方案,选择网络方案:"
+
+# 7d4dc49f6e224caa9bee24da2b622a4c
+# 8e12000ca5ad480ab9dab674135a18a8
+#: ../../networking2.rst:6185 ../../networking2.rst:6490
+msgid "In the dialog, make the following choices:"
+msgstr "在对话框中,选择如下操作:"
+
+# 3d9e45006e6b427b94e238e0f793a577
+# 066c1cd8d7414486bd0a821ccffc100b
+#: ../../networking2.rst:6189 ../../networking2.rst:6494
+msgid "**Name**: Any desired name for the network offering."
+msgstr "**名称**: 任何网络方案的名称。"
+
+# acbfe1094f0643fea1072cd746f35188
+# f27a5e7e95c64d4b984ce309aaaee266
+#: ../../networking2.rst:6193 ../../networking2.rst:6498
+msgid ""
+"**Description**: A short description of the offering that can be displayed "
+"to users."
+msgstr "**描述**: 提供一个简短的方案描述。 "
+
+# 15f09db814bb43e2832e26ce351b9ae6
+# d6ebc01d2aea41328bd788a943cea913
+#: ../../networking2.rst:6198 ../../networking2.rst:6503
+msgid "**Network Rate**: Allowed data transfer rate in MB per second."
+msgstr "**网络速度**: 允许的数据传输速度(MB/秒)。"
+
+# a4945e04912944f89c7073bdac1af7af
+# a9b549ff67de4071aad4f568bc2d7d2b
+#: ../../networking2.rst:6202 ../../networking2.rst:6507
+msgid ""
+"**Traffic Type**: The type of network traffic that will be carried on the "
+"network."
+msgstr "**流量类型**: 允许承载的网络流量类型。"
+
+# aefb9c140bc34d2b9b3c2d433d14c685
+# 169e4a6365194916a452f640cf688fb0
+#: ../../networking2.rst:6207 ../../networking2.rst:6512
+msgid ""
+"**Guest Type**: Choose whether the guest network is isolated or shared."
+msgstr "**来宾类型**: 选择来宾网络为隔离或共享网络。"
+
+# bdfc22e5126944f5bca7168232a3f3f5
+# d937940688b44a349057cd0905cd57b2
+#: ../../networking2.rst:6212 ../../networking2.rst:6517
+msgid ""
+"**Persistent**: Indicate whether the guest network is persistent or not. The"
+" network that you can provision without having to deploy a VM on it is "
+"termed persistent network."
+msgstr "**持续性**: 表明来宾网络是否支持持续性。无需提供任何VM部署的网络,称之为持续性网络。"
+
+# 24cbc093f168445995bd443ca153e32c
+# b1ee73a6428247b38f74321037409214
+#: ../../networking2.rst:6218 ../../networking2.rst:6523
+msgid ""
+"**VPC**: This option indicate whether the guest network is Virtual Private "
+"Cloud-enabled. A Virtual Private Cloud (VPC) is a private, isolated part of "
+"CloudStack. A VPC can have its own virtual network topology that resembles a"
+" traditional physical network. For more information on VPCs, see `\"About "
+"Virtual Private Clouds\" <#about-virtual-private-clouds>`_."
+msgstr "**VPC**: 此选项表明是否在来宾网络中启用VPC。 CloudStack中的虚拟专用云(VPC)是专用、隔离的。 一个VPC可以有一个类似于传统物理网络的虚拟网络拓扑结构。有关的VPC的详细信息,请参考`\"关于VPC\" <#about-virtual-private-clouds>`_."
+
+# 4bf8da8a72a240cd858cf9a55cb035ad
+# 6db873f4ea9f410fb0a58b146ce86962
+#: ../../networking2.rst:6226 ../../networking2.rst:6532
+msgid ""
+"**Specify VLAN**: (Isolated guest networks only) Indicate whether a VLAN "
+"should be specified when this offering is used."
+msgstr "**指定**: (仅隔离的来宾网络) 表明在使用这个网络方案时,是否指定VLAN。"
+
+# 1d81bbc322a54e489b5b1da1c925266c
+#: ../../networking2.rst:6231
+msgid ""
+"**Supported Services**: Select Load Balancer. Use Netscaler or "
+"VpcVirtualRouter."
+msgstr "**支持服务**:选择负载均衡,使用Netscaler 或 VpcVirtualRouter."
+
+# b7b1ce246f71472ebf576db84b53c0e2
+#: ../../networking2.rst:6236
+msgid "**Load Balancer Type**: Select Public LB from the drop-down."
+msgstr "**负载均衡类型**:从下拉列表里选择公用负载均衡。"
+
+# 7b38714001f849eaac70496b3c171131
+#: ../../networking2.rst:6240
+msgid ""
+"**LB Isolation**: Select Dedicated if Netscaler is used as the external LB "
+"provider."
+msgstr "*负载均衡隔离**: 如果使用Netscale作为外部负载均衡,选择此项进行隔离。"
+
+# f8eb59d83f644c33b8ee256b3cb69be1
+# f03b089f4f1442e99afc923137ed1f0f
+#: ../../networking2.rst:6245 ../../networking2.rst:6546
+msgid ""
+"**System Offering**: Choose the system service offering that you want "
+"virtual routers to use in this network."
+msgstr "**系统方案**: 选择你想在这个网络中使用的虚拟路由器的系统服务方案。"
+
+# e2ce12394dea4b1abc2c67c40b3f20ce
+# 537aea511f3244d880cd207f11c31028
+#: ../../networking2.rst:6250 ../../networking2.rst:6551
+msgid ""
+"**Conserve mode**: Indicate whether to use conserve mode. In this mode, "
+"network resources are allocated only when the first virtual machine starts "
+"in the network."
+msgstr "**保护模式**: 表明是否使用保护模式。在这个模式中,只有网络中第一个虚拟机启动时才分配网络资源。"
+
+# f89be0d5cb8f47a581ef67c728561fc4
+# 05c7f9a8f2fa439ba289bc25ce6430ab
+#: ../../networking2.rst:6256 ../../networking2.rst:6557
+msgid "Click OK and the network offering is created."
+msgstr "点击OK按钮,网络方案就创建好了。"
+
+# 492f96c74e934c4385e58a39f4c1633b
+#: ../../networking2.rst:6261
+msgid "Creating an External LB Rule"
+msgstr "创建一个外部负载均衡规则"
+
+# b8dd2aecb6fa4106bfed11ed839c7aca
+#: ../../networking2.rst:6280
+msgid ""
+"Click the Configure button of the VPC, for which you want to configure load "
+"balancing rules."
+msgstr "点击要配置负载均衡规则的VPC的配置按钮。"
+
+# 522435c1f1414cc18a01df702d9f6281
+# bcacf41ce9934ed095e8f719398c45b3
+#: ../../networking2.rst:6283 ../../networking2.rst:6593
+msgid ""
+"The VPC page is displayed where all the tiers you created listed in a "
+"diagram."
+msgstr "系统会显示VPC页面,您创建的所有层都列在图中。"
+
+# 0ccde3dd807a4f04ac772a7cf191a828
+# c8b1e6fcd7554efd9584f9488b591a1f
+#: ../../networking2.rst:6343 ../../networking2.rst:6737
+msgid "Select the tier to which you want to apply the rule."
+msgstr "选择应用规则的层。"
+
+# 1744ccff1ce1472ea311af081db3ec2f
+#: ../../networking2.rst:6355
+msgid ""
+"**Public Port**: The port that receives the incoming traffic to be balanced."
+msgstr "**公网端口**: 接收待负载均衡的流入流量的端口。"
+
+# 841c7cfded624598a7091a1eb3f3f894
+# 1342d03c9f7e4b4a879cc635b80b627e
+#: ../../networking2.rst:6365 ../../networking2.rst:6638
+msgid ""
+"**Algorithm**. Choose the load balancing algorithm you want CloudStack to "
+"use. CloudStack supports the following well-known algorithms:"
+msgstr "**算法**。选择您希望CloudStack  使用的负载均衡算法。CloudStack 支持下列知名的算法:"
+
+# ca0b21cbc71045ef9d692689bdf8753b
+# c5c7bc131cb24e8a89af17bc2ee39a95
+#: ../../networking2.rst:6375 ../../networking2.rst:6648
+msgid "Least connections"
+msgstr "最少连接"
+
+# 6c473e5828a34e0287d62955ca824812
+# a9615fbf431b46e4b58d02737e405bca
+#: ../../networking2.rst:6379 ../../networking2.rst:6652
+msgid "Source"
+msgstr "源IP"
+
+# 1dc54356abfe4ffa8b1fba11d7728393
+#: ../../networking2.rst:6383
+msgid ""
+"**Stickiness**. (Optional) Click Configure and choose the algorithm for the "
+"stickiness policy. See Sticky Session Policies for Load Balancer Rules."
+msgstr "**粘性**.(可选)点击配置,选择粘性策略使用的算法。参见负载均衡规则的粘性会话策略。"
+
+# 237d74628ed349cf856380cefedd651f
+#: ../../networking2.rst:6389
+msgid ""
+"**Add VMs**: Click Add VMs, then select two or more VMs that will divide the"
+" load of incoming traffic, and click Apply."
+msgstr "点击添加VM,选择两个或更多的VM分担流入的流量,然后点击应用。"
+
+# 71e872c5170d4050b696e3ce82700548
+#: ../../networking2.rst:6392
+msgid ""
+"The new load balancing rule appears in the list. You can repeat these steps "
+"to add more load balancing rules for this IP address."
+msgstr "新的负载均衡策略会显示在列表中。您可以重复以上步骤为该IP地址添加更多的负载均衡策略。"
+
+# 4574a620c8424f90a6c9a8c28f5460a1
+#: ../../networking2.rst:6396
+msgid "Load Balancing Across Tiers"
+msgstr "跨越层的负载均衡"
+
+# 843b230d3f9d4a50946db6b4012be2cc
+#: ../../networking2.rst:6398
+msgid ""
+"CloudStack supports sharing workload across different tiers within your VPC."
+" Assume that multiple tiers are set up in your environment, such as Web tier"
+" and Application tier. Traffic to each tier is balanced on the VPC virtual "
+"router on the public side, as explained in `\"Adding Load Balancing Rules on"
+" a VPC\" <#adding-load-balancing-rules-on-a-vpc>`_. If you want the traffic "
+"coming from the Web tier to the Application tier to be balanced, use the "
+"internal load balancing feature offered by CloudStack."
+msgstr "CloudStack支持在VPC内不同层之间共享工作负载。这需要先在你的环境里设置好多个层,比如WEB层,应用层。每一个层的流量通过VPC虚拟路由机进行负载均衡。关于这方面的内容, `\"在VPC里添加负载均衡规则\" <#adding-load-balancing-rules-on-a-vpc>`_.  如果你想将WEB层发向应用层的流量进行负载均衡,需要使用Cloudstack的内部负载均衡功能。"
+
+# 525cb00286734509a00f17f18c86ced6
+#: ../../networking2.rst:6408
+msgid "How Does Internal LB Work in VPC?"
+msgstr "在VPC中,内部负载均衡是如何工作的呢?"
+
+# 4cd2c13cae1c4f91876bc2767c81d9a1
+#: ../../networking2.rst:6410
+msgid ""
+"In this figure, a public LB rule is created for the public IP 72.52.125.10 "
+"with public port 80 and private port 81. The LB rule, created on the VPC "
+"virtual router, is applied on the traffic coming from the Internet to the "
+"VMs on the Web tier. On the Application tier two internal load balancing "
+"rules are created. An internal LB rule for the guest IP 10.10.10.4 with load"
+" balancer port 23 and instance port 25 is configured on the VM, "
+"InternalLBVM1. Another internal LB rule for the guest IP 10.10.10.4 with "
+"load balancer port 45 and instance port 46 is configured on the VM, "
+"InternalLBVM1. Another internal LB rule for the guest IP 10.10.10.6, with "
+"load balancer port 23 and instance port 25 is configured on the VM, "
+"InternalLBVM2."
+msgstr "在这个图中,公网负载均衡规则是这样创建的:公网IP为IP 72.52.125.10,外网端口为80,内网端口为81。VPC的虚拟路由机创建的负载均衡规则将互联网的流量分配到WEB层的各个虚拟机上。在应用层创建了两个内部负载均衡规则。其中一个规则是:客户IP为10.10.10.4的将端口23进行负载分发,实例VM和InternalLBVM1的端口25进行了负载。另一条规则是:客户IP为10.10.10.4的将端口45进行负载分发,实例VM和InternalLBVM1的端口46进行了负载。另一条规则是:客户IP为10.10.10.6的将端口23进行负载分发,实例VM和InternalLBVM1的端口25进行了负载。(两条规则还是三条规则?原文如此,希望图示能明解)"
+
+# b3129b5c753047129a01b1ba3c4fede8
+#: ../../networking2.rst:6422
+msgid "|vpc-lb.png|"
+msgstr "|vpc-lb.png|"
+
+# 8b1b1a74897143cb88a7542e79cf51f3
+#: ../../networking2.rst:6429
+msgid ""
+"Internal LB and Public LB are mutually exclusive on a tier. If the tier has "
+"LB on the public side, then it can't have the Internal LB."
+msgstr "内部和公网负载均衡在一个层里往往是互斥的。如果一个层已应用了公网负载均衡之后,此层就不能再应用内部负载均衡。"
+
+# 4388c29d8e264047afa9fe7ff8b116fd
+#: ../../networking2.rst:6434
+msgid ""
+"Internal LB is supported just on VPC networks in CloudStack 4.2 release."
+msgstr "在 CloudStack 4.2版本中,只有VPC网络支持内部负载均衡。"
+
+# f446d0a1aad04939840f2e711a509b3e
+#: ../../networking2.rst:6439
+msgid ""
+"Only Internal LB VM can act as the Internal LB provider in CloudStack 4.2 "
+"release."
+msgstr "在CloudStack 4.2 版本中,只有Internal LB VM才能作内部负载均衡的提供方。"
+
+# f4b320548bdb4614952985433f8b1177
+#: ../../networking2.rst:6444
+msgid ""
+"Network upgrade is not supported from the network offering with Internal LB "
+"to the network offering with Public LB."
+msgstr "将网络方案由内部负载均衡更改为公网负载均衡是不可行的。"
+
+# 264141b663754516b518d1f6d1a96ebf
+#: ../../networking2.rst:6449
+msgid "Multiple tiers can have internal LB support in a VPC."
+msgstr "在VPC中,多层可以应用内部负载均衡。"
+
+# f09c422386a34597a8def34515b103c9
+#: ../../networking2.rst:6453
+msgid "Only one tier can have Public LB support in a VPC."
+msgstr "在VPC中,只有一层只支持公网负载均衡。"
+
+# 028d12b705c040d4a796b5085738d685
+#: ../../networking2.rst:6456
+msgid "Enabling Internal LB on a VPC Tier"
+msgstr "在VPC层上启用内部负载均衡功能"
+
+# 7c0d2274b60242a58ed2cf1355a72079
+#: ../../networking2.rst:6460
+msgid ""
+"Create a network offering, as given in :ref:`creating-net-offering-internal-"
+"lb`."
+msgstr "创建一个新的网络方案,请参考:ref:`creating-net-offering-internal-lb`."
+
+# 6c4da6439e3f4b018afd1c51169ab257
+#: ../../networking2.rst:6464
+msgid ""
+"Create an internal load balancing rule and apply, as given in :ref:`create-"
+"int-lb-rule`."
+msgstr "创建并应用一个内部负载均衡规则。参考:ref:`create-int-lb-rule`."
+
+# 7632bb75de7b4419ab26471d1f3e2cdd
+#: ../../networking2.rst:6470
+msgid "Creating a Network Offering for Internal LB"
+msgstr "创建一个内部负载均衡网络方案"
+
+# bb39964280e14e828cb77bd8faad4389
+#: ../../networking2.rst:6472
+msgid ""
+"To have internal LB support on VPC, either use the default offering, "
+"DefaultIsolatedNetworkOfferingForVpcNetworksWithInternalLB, or create a "
+"network offering as follows:"
+msgstr "要在VPC当中使用内部负载均衡,可以使用默认的DefaultIsolatedNetworkOfferingForVpcNetworksWithInternalLB,或按如下操作新建一个网络方案:"
+
+# 8f9488a3121d483a90d04b721d6d1d67
+#: ../../networking2.rst:6537
+msgid ""
+"**Supported Services**: Select Load Balancer. Select ``InternalLbVM`` from "
+"the provider list."
+msgstr "**支持服务**:选择负载均衡,从待提供的下拉列表里选择`InternalLbVM。"
+
+# 10f1614fb17846fc84ab119ba2e48c82
+#: ../../networking2.rst:6542
+msgid "**Load Balancer Type**: Select Internal LB from the drop-down."
+msgstr "**负载均衡类型**:从下拉列表里选择内部负载均衡。"
+
+# 1554f48553a24d8eb75e184a1a3dcaae
+#: ../../networking2.rst:6562
+msgid "Creating an Internal LB Rule"
+msgstr "创建一个内部负载均衡规则"
+
+# 7c93f86fe3d04b018ebc0f755fdd3bd9
+#: ../../networking2.rst:6564
+msgid ""
+"When you create the Internal LB rule and applies to a VM, an Internal LB VM,"
+" which is responsible for load balancing, is created."
+msgstr "当你创建好一个内部负载均衡规则,并将之用于一个虚拟之后,一个内部负载均衡的应用就建立起来了。"
+
+# c341cb78685b4d799b920d6abfc1379d
+#: ../../networking2.rst:6567
+msgid ""
+"You can view the created Internal LB VM in the Instances page if you "
+"navigate to **Infrastructure** > **Zones** > <zone\\_ name> > "
+"<physical\\_network\\_name> > **Network Service Providers** > **Internal LB "
+"VM**. You can manage the Internal LB VMs as and when required from the "
+"location."
+msgstr "You can view the created Internal LB VM in the Instances page 按如下导航 **基础构架** > **区域** > <zone\\_ name> > <physical\\_network\\_name> > **网络服务提供** > **内部负载均衡虚拟机**,你就可以看到已创建了内部负载均衡的实例上。也可以在此进行内部负载均衡的管理。"
+
+# bb074ba85b95485ab2000aa11bbf8f33
+#: ../../networking2.rst:6590
+msgid ""
+"Locate the VPC for which you want to configure internal LB, then click "
+"Configure."
+msgstr "点击要配置内部负载均衡规则的VPC的配置按钮。"
+
+# 9f89311df2d04728b293005448c4dc44
+#: ../../networking2.rst:6598
+msgid ""
+"Locate the Tier for which you want to configure an internal LB rule, click "
+"Internal LB."
+msgstr "指向你想配置内部负载均衡的层,点击内部负载均衡。"
+
+# a048cf82b55a4a65a79b907eddb27da1
+#: ../../networking2.rst:6601
+msgid "In the Internal LB page, click Add Internal LB."
+msgstr "在 Internal LB页面里,点击添加 Internal LB。"
+
+# ec4dcfcce0a24d839230f062df3b4b64
+#: ../../networking2.rst:6605
+msgid "In the dialog, specify the following:"
+msgstr "在对话框里,定义以下内容:"
+
+# 74434a3d36fb484a804a01e12ce24764
+#: ../../networking2.rst:6613
+msgid ""
+"**Description**: A short description of the rule that can be displayed to "
+"users."
+msgstr "**描述**: 提供一个简短的规则描述。 "
+
+# daed72af843943e9baccd05bcb786a21
+#: ../../networking2.rst:6618
+msgid ""
+"**Source IP Address**: (Optional) The source IP from which traffic "
+"originates. The IP is acquired from the CIDR of that particular tier on "
+"which you want to create the Internal LB rule. If not specified, the IP "
+"address is automatically allocated from the network CIDR."
+msgstr "**源IP地址**: (可选) 是指产生流量的源IP地址。这个地址是从你创建内部负载均衡的层中的CIDR中获取的。如果没有指定,则系统会自动从CIDR中分配。"
+
+# 15b760898c8e4743b7a45bdb78cc5d29
+#: ../../networking2.rst:6624
+msgid ""
+"For every Source IP, a new Internal LB VM is created for load balancing."
+msgstr "对于每一个源IP地址,都可以建立一个针对它的内部负载均衡。"
+
+# 7d4fda85029c411f98060e303e433ebe
+#: ../../networking2.rst:6629
+msgid ""
+"**Source Port**: The port associated with the source IP. Traffic on this "
+"port is load balanced."
+msgstr "**源端口**: 与源IP地址关联的端口,此端口上的流量是基于负载均衡的。"
+
+# b8760e9c1eb746b98a4deb723cad698b
+#: ../../networking2.rst:6634
+msgid "**Instance Port**: The port of the internal LB VM."
+msgstr "**实例端口**:内部负载均衡虚拟机的端口。"
+
+# eb41a8a1275d4f319cf708bbc6cbd615
+#: ../../networking2.rst:6655
+msgid "Adding a Port Forwarding Rule on a VPC"
+msgstr "在VPC里添加一个端口转发规则。"
+
+# b7b954709aca4ed4b65909249a1445cf
+#: ../../networking2.rst:6745
+msgid ""
+"**Public Port**: The port to which public traffic will be addressed on the "
+"IP address you acquired in the previous step."
+msgstr "**公用端口**:你在前面操作所获取的供公共流量使用的公用IP地址的端口。 "
+
+# 3457f6b6eb9945b2adb0a5de7deafea8
+#: ../../networking2.rst:6750
+msgid ""
+"**Private Port**: The port on which the instance is listening for forwarded "
+"public traffic."
+msgstr "**私有端口**: 虚拟机实例将被转发到公共流量的监听端口。"
+
+# 109d7b5b794343e3b14449585d750125
+#: ../../networking2.rst:6755
+msgid "**Protocol**: The communication protocol in use between the two ports."
+msgstr "**Protocol**:两个端口之间所用的互联协议。"
+
+# a52983a3295b440e854b8e8de723ab47
+#: ../../networking2.rst:6760
+msgid "TCP"
+msgstr "TCP"
+
+# a80d548790614268b9a37014436e3b33
+#: ../../networking2.rst:6764
+msgid "UDP"
+msgstr "UDP"
+
+# 3045d1ed30694200ab89150942fe8a6a
+#: ../../networking2.rst:6768
+msgid ""
+"**Add VM**: Click Add VM. Select the name of the instance to which this rule"
+" applies, and click Apply."
+msgstr "**Add VM**: 点击增加虚拟机,选择你想将此规则应用上的虚拟机,点击应用。"
+
+# 4b9ed6535e914dd89e1a04c8c2f345d7
+#: ../../networking2.rst:6771
+msgid "You can test the rule by opening an SSH session to the instance."
+msgstr "你可以通过SSH连接实例来测试此规则。"
+
+# 4a6c93a072f04111a01f85167fd2755d
+#: ../../networking2.rst:6774
+msgid "Removing Tiers"
+msgstr "删除层"
+
+# 5142d19ad4794b65970714b4e4bbbec5
+#: ../../networking2.rst:6776
+msgid ""
+"You can remove a tier from a VPC. A removed tier cannot be revoked. When a "
+"tier is removed, only the resources of the tier are expunged. All the "
+"network rules (port forwarding, load balancing and staticNAT) and the IP "
+"addresses associated to the tier are removed. The IP address still be "
+"belonging to the same VPC."
+msgstr "你可以从一个VPC中删除一个层。一个被删除的层是不能被擦除的。当一个层被删除后,只有层的资源被删去。所有的网络规则(端口转发,负载均衡,静态NAT)还有关联到此层的IP地址都会删除。但这些IP地址仍然属于这个VPC。"
+
+# 7c041faaebfa4ddab0237d7749ac57b0
+#: ../../networking2.rst:6802
+msgid ""
+"The Configure VPC page is displayed. Locate the tier you want to work with."
+msgstr "配置VPC的页面显示出来了。指向你需要操作的层。"
+
+# df27c86ec4a94161b3370aae61a474f0
+#: ../../networking2.rst:6807
+msgid "Select the tier you want to remove."
+msgstr "选择你想删除的层。"
+
+# 36316512ad134fdd8cf52cee54ea5230
+#: ../../networking2.rst:6811
+msgid ""
+"In the Network Details tab, click the Delete Network button. |del-tier.png|"
+msgstr "在网络详细栏,点击删除网络按钮。|del-tier.png|"
+
+# 50fe8c3d59b048c5b83145acbe8be4e5
+#: ../../networking2.rst:6814
+msgid "Click Yes to confirm. Wait for some time for the tier to be removed."
+msgstr "点击YES按钮。稍等片片刻,层就会被删除了。"
+
+# 2946ed6a189c43f58b6c443a883de36f
+#: ../../networking2.rst:6817
+msgid "Editing, Restarting, and Removing a Virtual Private Cloud"
+msgstr "编辑,重启,删除VPC。"
+
+# 41e51cc9e9d14164a66fb7e95f9f8a12
+#: ../../networking2.rst:6819
+msgid "Ensure that all the tiers are removed before you remove a VPC."
+msgstr "在删除VPC前,需要先删除所有的层。"
+
+# 98e5e7fe7bff4cb18c826b8a17fbca71
+#: ../../networking2.rst:6838
+msgid "Select the VPC you want to work with."
+msgstr "选择你需要的VPC。"
+
+# fdc4b5db10a245f68c46b4793a5b052e
+#: ../../networking2.rst:6842
+msgid "In the Details tab, click the Remove VPC button |remove-vpc.png|"
+msgstr "在详细栏,点击删除VPC按钮。|remove-vpc.png|"
+
+# 3fabd3a8fb6b4546887df7e7f8c4212c
+#: ../../networking2.rst:6844
+msgid ""
+"You can remove the VPC by also using the remove button in the Quick View."
+msgstr "你也可以在快速查看视图里点击删除按钮进行VPC的删除。"
+
+# 8f6ce6f0fc7943e8965aeb7c157eef28
+#: ../../networking2.rst:6847
+msgid ""
+"You can edit the name and description of a VPC. To do that, select the VPC, "
+"then click the Edit button. |edit-icon.png|"
+msgstr "您可以编辑VPC的名称和描述。选择VPC,然后点击编辑按钮。 |edit-icon.png|"
+
+# 44868ef425a9478c9a51b13b823cb75d
+#: ../../networking2.rst:6850
+msgid ""
+"To restart a VPC, select the VPC, then click the Restart button. |restart-"
+"vpc.png|"
+msgstr "如果要重启一个VPC,点击重启按钮。|restart-vpc.png|"
+
+# f535c4d4c6e542569b645467558a84ba
+#: ../../networking2.rst:6854
+msgid "Persistent Networks"
+msgstr "Persistent网络"
+
+# ac16a1f817024aa4ba3804fcab51f851
+#: ../../networking2.rst:6856
+msgid ""
+"The network that you can provision without having to deploy any VMs on it is"
+" called a persistent network. A persistent network can be part of a VPC or a"
+" non-VPC environment."
+msgstr "在不部署任何VM的情况下就初始化好的网络称为持久化网络。持久化网络可以是VPC的一部分,也可以不是。"
+
+# 69a29ed2704f4f48b0796699ad7a36eb
+#: ../../networking2.rst:6860
+msgid ""
+"When you create other types of network, a network is only a database entry "
+"until the first VM is created on that network. When the first VM is created,"
+" a VLAN ID is assigned and the network is provisioned. Also, when the last "
+"VM is destroyed, the VLAN ID is released and the network is no longer "
+"available. With the addition of persistent network, you will have the "
+"ability to create a network in CloudStack in which physical devices can be "
+"deployed without having to run any VMs. Additionally, you can deploy "
+"physical devices on that network."
+msgstr "在您创建其它类型的网络时,在网络中第一台VM创建之前,该网络仅是数据库的一条记录。当第一个VM创建时,网络会指定一个VLAN ID并初始化。同样,当网络中最后一个VM销毁后,VLAN ID会被释放,这样该网络就不再可用。通过使用持久化网络,您就有能力在不部署VM的情况下在&PRODUCT;中创建一个网络用来部署物理设备。而且,您可以在该网络中部署物理设备。"
+
+# 58f4be07725f415581616cb03772a7a7
+#: ../../networking2.rst:6869
+msgid ""
+"One of the advantages of having a persistent network is that you can create "
+"a VPC with a tier consisting of only physical devices. For example, you "
+"might create a VPC for a three-tier application, deploy VMs for Web and "
+"Application tier, and use physical machines for the Database tier. Another "
+"use case is that if you are providing services by using physical hardware, "
+"you can define the network as persistent and therefore even if all its VMs "
+"are destroyed the services will not be discontinued."
+msgstr "使用持久化网络的一个优点是您可以创建具有一个只包含物理设备的层的VPC。例如,您可以为一个三层应用创建一个VPC,在Web层和应用层部署VM,在数据库层使用物理机器。另一个使用场景为如果您使用物理硬件提供网络服务,您可以定义网络为持久化的。这样即便网络中所有VM都销毁了,服务还可以继续提供。"
+
+# 8ff007bee6954fe199b3c83d78392acf
+#: ../../networking2.rst:6879
+msgid "Persistent Network Considerations"
+msgstr "持久化网络的考虑事项"
+
+# f6f834bfef49425085d2d0742d6ef874
+#: ../../networking2.rst:6883
+msgid "Persistent network is designed for isolated networks."
+msgstr "Persistent网络是为隔离网络而设计的。"
+
+# 0bb5d0eb31464beaa3c07b2ff9af3aa2
+#: ../../networking2.rst:6887
+msgid "All default network offerings are non-persistent."
+msgstr "所有默认的网络方案都是非Persistent的。"
+
+# 5051557b950f477e8d115a69bf8150d4
+#: ../../networking2.rst:6891
+msgid ""
+"A network offering cannot be editable because changing it affects the "
+"behavior of the existing networks that were created using this network "
+"offering."
+msgstr "网络方案的持久化选项不可编辑。因为修改该选项会影响使用该网络方案创建的已有网络的行为。"
+
+# 593697221e614fe980bca6c00979e531
+#: ../../networking2.rst:6897
+msgid ""
+"When you create a guest network, the network offering that you select "
+"defines the network persistence. This in turn depends on whether persistent "
+"network is enabled in the selected network offering."
+msgstr "当您创建客户网络时,您选择的网络方案定义了该网络的持久化。反过来,这依赖于选择的网络方案是否启用持久化网络。"
+
+# 34302861eff548dd9e9007020f1c927b
+#: ../../networking2.rst:6903
+msgid ""
+"An existing network can be made persistent by changing its network offering "
+"to an offering that has the Persistent option enabled. While setting this "
+"property, even if the network has no running VMs, the network is "
+"provisioned."
+msgstr "通过修改使用的网络方案为启用持久化的方案,现有网络可以变为持久化。在设置该属性时,即便网络中没有运行的VM,该网络也会初始化。"
+
+# e3974307d7cd464eb0a6028ee8f57e4b
+#: ../../networking2.rst:6910
+msgid ""
+"An existing network can be made non-persistent by changing its network "
+"offering to an offering that has the Persistent option disabled. If the "
+"network has no running VMs, during the next network garbage collection run "
+"the network is shut down."
+msgstr "通过修改使用的网络方案为禁用持久化的方案,现有网络可以变为非持久化。如果网络中没有运行的VM,在下次网络垃圾回收运行时,该网络会被关闭。"
+
+# 1c9032badc034107b57250169a03a890
+#: ../../networking2.rst:6917
+msgid ""
+"When the last VM on a network is destroyed, the network garbage collector "
+"checks if the network offering associated with the network is persistent, "
+"and shuts down the network only if it is non-persistent."
+msgstr "当网络中最后一台VM销毁时,网络垃圾回收器会检查该网络的网络方案是否为持久化,若不是持久化,则会关闭网络。"
+
+# 56e305bc255e4c999e504e5acb010e4f
+#: ../../networking2.rst:6923
+msgid "Creating a Persistent Guest Network"
+msgstr "创建一个Persistent客户网络"
+
+# 8ce284f6e33a44e5860a579e00f4fc80
+#: ../../networking2.rst:6925
+msgid "To create a persistent network, perform the following:"
+msgstr "要创建一个Persistent网络,请按如下操作:"
+
+# e3ce54a0de2342309210a549828f25b0
+#: ../../networking2.rst:6929
+msgid "Create a network offering with the Persistent option enabled."
+msgstr "创建一个Persistent选项启用的网络方案。"
+
+# 916c1c8c0ef34df2868a5a38c4dd609a
+#: ../../networking2.rst:6931
+msgid ""
+"See `\"Creating a New Network Offering\" <networking.html#creating-a-new-"
+"network-offering>`_."
+msgstr "请参考`\"创建一个新的网络方案\" <networking.html#creating-a-new-network-offering>`_."
+
+# 2fd5e35855fe4fa4bae6d7cc0d53b7d8
+#: ../../networking2.rst:6935
+msgid "Select Network from the left navigation pane."
+msgstr "从左边的导航栏里选择网络。"
+
+# 37e16c8d0d9044dbb0f2d02677062c8d
+#: ../../networking2.rst:6939
+msgid ""
+"Select the guest network that you want to offer this network service to."
+msgstr "选择你希望提供此网络方案服务的客户网络。"
+
+# 5fbd5c95b15941c29f95b337f8ebade8
+#: ../../networking2.rst:6944
+msgid "Click the Edit button."
+msgstr "点击编辑按钮。"
+
+# 706e3f3239cb45f2a6f669847cf5c0ff
+#: ../../networking2.rst:6948
+msgid ""
+"From the Network Offering drop-down, select the persistent network offering "
+"you have just created."
+msgstr "在网络方案下拉列表里,选择你刚才创建的persistent网络方案。"