source/locale/zh_CN/LC_MESSAGES/managing_networks.po (7,278 lines of code) (raw):

# SOME DESCRIPTIVE TITLE. # Copyright (C) 2014, Apache Software Foundation # This file is distributed under the same license as the Apache CloudStack Installation Documentation package. # # Translators: msgid "" msgstr "" "Project-Id-Version: Apache CloudStack Installation RTD\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-31 14:02-0400\n" "PO-Revision-Date: 2014-06-30 10:24+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/apache-cloudstack-installation-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" # fc6be4b2a5ef4daab75e0149886b57ab #: ../../managing_networks.rst:17 msgid "Managing Networks and Traffic" msgstr "网络和流量管理" # e6e873bbde6b490a93904226a79e35e7 #: ../../managing_networks.rst:19 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的虚拟路由器是实现客户网络功能的主要组件。" # 158d9384502741139d4db7ad5d35f129 #: ../../managing_networks.rst:25 msgid "Guest Traffic" msgstr "来宾流量" # 79038a2139e34806a98fb5dd5d6b1380 #: ../../managing_networks.rst:27 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路由才可以互连。" # 23f28e25661d4e449f0498521ff811f4 #: ../../managing_networks.rst:32 msgid "See a typical guest traffic setup given below:" msgstr "下图是一个典型的来宾流量设置:" # 3e47df0ab4fe4f7994d946a031909210 #: ../../managing_networks.rst:34 msgid "|guest-traffic-setup.png: Depicts a guest traffic setup|" msgstr "|guest-traffic-setup.png: Depicts a guest traffic setup|" # 4ddddc3fc73a4867a25fc49b035a99b7 #: ../../managing_networks.rst:36 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 接入,这台路由器将会拥有多个公共的网口。" # 32df6f633baa46de8a08df89b547bf68 #: ../../managing_networks.rst:47 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地址。" # 037184db1823493ab1584e55b5275584 #: ../../managing_networks.rst:52 msgid "" "Source NAT is automatically configured in the virtual router to forward " "outbound traffic for all guest VMs" msgstr "Source NAT功能是在虚拟路由里自动配置好的,它可以转发所有来宾虚拟机的外出流量。" # d2daf1fae25745c0a829cd52009d5ac3 #: ../../managing_networks.rst:56 msgid "Networking in a Pod" msgstr "一个提供点里的网络" # 3574c26b40ab456e8286506f92bca83c #: ../../managing_networks.rst:58 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线路上联。" # 35d1da6e0db343f2ae916ce0be527d56 #: ../../managing_networks.rst:64 msgid "" "|networksinglepod.png: diagram showing logical view of network in a pod|" msgstr "|networksinglepod.png: diagram showing logical view of network in a pod|" # b7c71c1045954931b9d89bd5843e0306 #: ../../managing_networks.rst:66 msgid "Servers are connected as follows:" msgstr "服务器以如下形式连接:" # 09e404c4512e44e59345fa1f14899f3d #: ../../managing_networks.rst:70 msgid "" "Storage devices are connected to only the network that carries management " "traffic." msgstr "存储设备只与管理网络连接。" # a3a5ebaa022e413da0ffc6bdae7b6465 #: ../../managing_networks.rst:75 msgid "" "Hosts are connected to networks for both management traffic and public " "traffic." msgstr "主机同时与管理网络和公共网络连接。" # bd0d953a458e41eea4bf15edbfb12b2a #: ../../managing_networks.rst:80 msgid "" "Hosts are also connected to one or more networks carrying guest traffic." msgstr "主机也与一个或多个来宾网络连接。" # 28c5e92ff62f49bba80dace0b3ae2fb0 #: ../../managing_networks.rst:83 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 "我们推荐用多个物理网卡以改进性能,也推荐用冗余的光纤交换机以改进网络可靠性。" # d85d232eadb24f49a48d499c5adf81e7 #: ../../managing_networks.rst:88 msgid "Networking in a Zone" msgstr "一个区域里的网络" # 45168de567df49238a394803bce5aacc #: ../../managing_networks.rst:90 msgid "" "The following figure illustrates the network setup within a single zone." msgstr "下图说明了一个单一区域内的网络设置。" # 29289f73fcf54224bc331c5454378f15 #: ../../managing_networks.rst:92 msgid "|networksetupzone.png: Depicts network setup in a single zone|" msgstr "|networksetupzone.png: Depicts network setup in a single zone|" # df4e8223cc9c4409adf7cc8c71e7a98e #: ../../managing_networks.rst:94 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类私有地址空间。" # 9886368af88c424183304a4eb31ab641 #: ../../managing_networks.rst:99 msgid "" "Each zone has its own set of public IP addresses. Public IP addresses from " "different zones do not overlap." msgstr "每个区域都有自己的一套公网IP地址。来自不同区域的公网IP地址不重叠。" # e924366efd4241009758e8896b3e6669 #: ../../managing_networks.rst:103 msgid "Basic Zone Physical Network Configuration" msgstr "基本区域物理网络配置" # 99801fc2693a463386163a5ba924265b #: ../../managing_networks.rst:105 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)页面来设置客户网络(虚拟)。" # 4794c328db1440609a15296cef16b874 #: ../../managing_networks.rst:111 msgid "Advanced Zone Physical Network Configuration" msgstr "高级区域物理网络的配置" # 627040abff364b5ea8314a3426b65674 #: ../../managing_networks.rst:113 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 "在使用复杂网络的区域中,你需要告知管理服务器,为了实现隔离不同类型的通讯,物理网络是如何设置的。" # 7d82c9b8761a46dda119e356cf26d478 #: ../../managing_networks.rst:118 msgid "Configure Guest Traffic in an Advanced Zone" msgstr "在高级域中设置客户通信" # 1744b57706544187ae3a8c396a505bf1 #: ../../managing_networks.rst:120 msgid "" "These steps assume you have already logged in to the CloudStack UI. To " "configure the base guest network:" msgstr "下面的步骤假定你已经登录进入 CloudStack 的界面。设置基本的客户网络:" # 5aecf3d836d747a884b554bca3fbb83d #: ../../managing_networks.rst:125 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 "在左边的导航栏,选择基础架构。在区域界面点击查看全部,然后点击你要添加网络的区域。" # 0cbb909f14cb492385ca0848aa144676 # ae580367a0aa4a1186f4e67538afff94 # af249bda556241b28af1cd321cc15602 #: ../../managing_networks.rst:130 ../../managing_networks.rst:214 #: ../../managing_networks.rst:1585 msgid "Click the Network tab." msgstr "点击网络选项卡。" # 7c7e182828424070b9c41369469b65f0 # 2e538d60fc224c08a46491e983daca7e # 44ba62fc316b4753a5d2655c5c666a98 #: ../../managing_networks.rst:134 ../../managing_networks.rst:218 #: ../../managing_networks.rst:1589 msgid "Click Add guest network." msgstr "点击 添加来宾网络。" # 15e6873aadaf411c83caf85f0a01dd5e #: ../../managing_networks.rst:136 msgid "The Add guest network window is displayed:" msgstr "添加来宾网络窗口显示:" # 0d02390e218c427e9a53bf85ca53de51 #: ../../managing_networks.rst:138 msgid "|addguestnetwork.png: Add guest network setup in a single zone|" msgstr "|addguestnetwork.png: Add guest network setup in a single zone|" # 0800e2f4123c4dd9a3cf88e6df107406 # 9e8f926d35dd4062a29482a8ac99cbde # 30dd4c879c8f431d96a1941eb88e5443 #: ../../managing_networks.rst:142 ../../managing_networks.rst:4111 #: ../../managing_networks.rst:4979 msgid "Provide the following information:" msgstr "填写以下内容:" # 7604500c996c439089ccdde1d7c025b4 #: ../../managing_networks.rst:146 msgid "**Name**. The name of the network. This will be user-visible" msgstr "**Name**. 要建立的网络结构的名字。这个是用户可见的" # 360746c957d54a70bd23064f9714bf87 #: ../../managing_networks.rst:150 msgid "" "**Display Text**: The description of the network. This will be user-visible" msgstr "**Display Text**:网络的描述。用户可见" # 4c0edf7e62fb438f9f48989672721586 #: ../../managing_networks.rst:155 msgid "**Zone**: The zone in which you are configuring the guest network." msgstr "**Zone**: 这里的区域是指你要配置客户网络的区域。" # d0157a715ff0417e968114b1c345ed05 #: ../../managing_networks.rst:159 msgid "" "**Network offering**: If the administrator has configured multiple network " "offerings, select the one you want to use for this network" msgstr "**网络提议**: 如果管理员已经配置了多个网络方案,可以选择你需要的那个" # 8821fdb0e3e34d4eb2d879f89ef8265f #: ../../managing_networks.rst:164 msgid "**Guest Gateway**: The gateway that the guests should use" msgstr "**Guest gateway**:虚拟机需要使用的网关" # 4dc47880e5f541529ad13f5cf0ca522f #: ../../managing_networks.rst:168 msgid "" "**Guest Netmask**: The netmask in use on the subnet the guests will use" msgstr "**Guest Netmask**:客户虚拟机会使用的子网掩码" # 84368ab7e8384ed2ae5ecece5835bf18 # 40ef14b296d343928f7b1af29927beba # fd54e59b59e34039ba86fdf384b32bb4 # d595b9b3106b4a93b86dc8def713e6cf # 946c5d37563d43f98c6f39734828f252 # 8969b38d8d954135bd6fd49ba48540a2 # 96826bee1eba4ea1bbc5592ab0c19d71 # b886d197d674421586d115da68f6e823 # 8a1b58cd366c4d22a2a0ef021bf5439a # 8873118788c94bcc91cdcb0412e1f3a9 # 067481ecae7e42a691ed616190af998f # 26e33f314996484ab84cff370047c483 # 7d0cd95d267b472fb4b0dda772ffc2bc # 6ada6497acc04627b1750ff39f3e3b89 #: ../../managing_networks.rst:173 ../../managing_networks.rst:870 #: ../../managing_networks.rst:1242 ../../managing_networks.rst:1419 #: ../../managing_networks.rst:1742 ../../managing_networks.rst:3064 #: ../../managing_networks.rst:3578 ../../managing_networks.rst:4209 #: ../../managing_networks.rst:4245 ../../managing_networks.rst:5015 #: ../../managing_networks.rst:5106 ../../managing_networks.rst:5352 #: ../../managing_networks.rst:5394 ../../managing_networks.rst:6843 msgid "Click OK." msgstr "点击确定。" # 92ed55846f3943a0899c3de25a023050 #: ../../managing_networks.rst:176 msgid "Configure Public Traffic in an Advanced Zone" msgstr "在高级区域中配置公共通信" # 915dafcef9e741c2a3aa241af4f416bf #: ../../managing_networks.rst:178 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地址范围。" # 38eed1230b0548409982c02a9e02c83e #: ../../managing_networks.rst:182 msgid "Configuring a Shared Guest Network" msgstr "配置共享的客户网络" # 029160365cb44beeabf86951b8cabbac # 5709f6a0aa4d4e87afbf1cd833e9b2f3 # 390b3883b39c4ad585199248f00069c2 #: ../../managing_networks.rst:186 ../../managing_networks.rst:760 #: ../../managing_networks.rst:1557 msgid "Log in to the CloudStack UI as administrator." msgstr "作为管理员登录到CloudStack用户界面。" # 6b9a0641eccf4c888cb21525be4ed4c4 # 25eb0f7c27f44e2983c3f49702a6d79b # 10241f1af1c84aa7a72d15d48b14b3e9 #: ../../managing_networks.rst:190 ../../managing_networks.rst:1354 #: ../../managing_networks.rst:1561 msgid "In the left navigation, choose Infrastructure." msgstr "在左边的导航,选择基础架构。" # 72ac0f8a684a418aa1a522b990724f3c # fcdd5db0bcf7487fb69abb38b182c87c #: ../../managing_networks.rst:194 ../../managing_networks.rst:1565 msgid "On Zones, click View More." msgstr "在区域页面,点击查看全部。" # 15ee52a81be94e849e9aebbffd80f86e # 572f3b0de37d4cde8ee922ca57357102 #: ../../managing_networks.rst:198 ../../managing_networks.rst:1569 msgid "Click the zone to which you want to add a guest network." msgstr "选择要添加客户网络的那个区域。" # c8621ca1f0014cab8a2df11d16b6e23b # b0ac7488089d4de49ab63d4714a358d1 # 67983bfccffe4126b74f01d74445a757 # c54cc238e91a40e88ebec6ac9a67c3b9 #: ../../managing_networks.rst:202 ../../managing_networks.rst:776 #: ../../managing_networks.rst:898 ../../managing_networks.rst:1573 msgid "Click the Physical Network tab." msgstr "点击物理网络标签卡。" # 819adbe3002443ac81418804a6524958 # 4f1ac1f461d24c96aac89732394faeb4 #: ../../managing_networks.rst:206 ../../managing_networks.rst:1577 msgid "Click the physical network you want to work with." msgstr "选择您要操作的物理网络。" # bf5520949d574c33956b419b623300af # a5e3c030c17040fd843946f7acd71beb #: ../../managing_networks.rst:210 ../../managing_networks.rst:1581 msgid "On the Guest node of the diagram, click Configure." msgstr "在客户节点界面,点击配置。" # 3a1c06a1806443829aced440705c6ebb # 035fafb19b594767b275df96c08bffd8 #: ../../managing_networks.rst:220 ../../managing_networks.rst:1591 msgid "The Add guest network window is displayed." msgstr "现实添加客户网络窗口。" # 2f740f3f23ab48a29ae3adbaf94c9a76 # 342b53e57638424dbd3fc25b5de444cc # 81cc7e7f5132410a85166b44099c4efd # 433cd273bd454f109daafe4144bedce4 # fbc94c5a87b34f69a0b7ccd2ec2961b8 # 49a60cbb39104498a256acb82fa540bc # d93b5e9a682247d09575b8fed78e8419 # 17f3af10510b469ab4fa599fdeca5e84 # 147594fd9398446a9bffe7aa89aa42ae # 9d0d76a77389406aa54c77270247fb68 # 0d313bd3accd40bba047ccbf1b35d224 # 3daf7170c2984410906999b0b0fa4f3c # 2240e232e86f4b3ca8ab2960be6c573b #: ../../managing_networks.rst:224 ../../managing_networks.rst:806 #: ../../managing_networks.rst:822 ../../managing_networks.rst:856 #: ../../managing_networks.rst:916 ../../managing_networks.rst:1218 #: ../../managing_networks.rst:1391 ../../managing_networks.rst:1595 #: ../../managing_networks.rst:3095 ../../managing_networks.rst:5061 #: ../../managing_networks.rst:5485 ../../managing_networks.rst:6237 #: ../../managing_networks.rst:6629 msgid "Specify the following:" msgstr "指定以下信息:" # 14a5b53bcd874033a8eaa789e7c562d1 # 2f405f166fd04a0bacf050bb1f4f4250 #: ../../managing_networks.rst:228 ../../managing_networks.rst:1599 msgid "**Name**: The name of the network. This will be visible to the user." msgstr "**Name**: 要建立的网络的名字。这个是用户可见的" # 0f8d2c8170fd4b98bf717c87aef34378 # 7585c82a0ece4f368233e94f9d3dfa64 #: ../../managing_networks.rst:233 ../../managing_networks.rst:1604 msgid "" "**Description**: The short description of the network that can be displayed " "to users." msgstr "**描述**: 提供一个简短的方案描述。 " # 99429451759a40f7ba18b278914e39f0 # 88da596b302847b090b03d4973e86bfd #: ../../managing_networks.rst:238 ../../managing_networks.rst:1609 msgid "**VLAN ID**: The unique ID of the VLAN." msgstr "**VLAN ID**: VLAN 的ID。" # 00c2912dbf2443aa9b3241c8c5676742 #: ../../managing_networks.rst:242 msgid "**Isolated VLAN ID**: The unique ID of the Secondary Isolated VLAN." msgstr "**Isolated VLAN ID**: 二级独立 VLAN 的 ID。" # 6d2136a01445425e94f1ff5205af5c28 # f35050303cac4011bb97763f32382baf #: ../../managing_networks.rst:247 ../../managing_networks.rst:1621 msgid "**Scope**: The available scopes are Domain, Account, Project, and All." msgstr "**Scope**: 可用的范围,包括域,帐户,项目和其他所以。" # fe3608c2f3b3416aa62072104aa0fa8e # 21c43e42d8d34b4c97f8065f32bdae9e #: ../../managing_networks.rst:252 ../../managing_networks.rst:1626 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**: 域,指定客户网络范围的域。指定域中的网络相对其他域是隔离不可见的。如果指定子域访问,域中的客户网络将在所有的子域中可用。" # 5703f6a9a2db4216aca3b448df168a2a # a98df446d79849acbcf910ae486f9f24 #: ../../managing_networks.rst:260 ../../managing_networks.rst:1634 msgid "" "**Account**: The account for which the guest network is being created for. " "You must specify the domain the account belongs to." msgstr "**Account**: 这里的帐户是为建立客户网络所指定的。必须指定域中所属的帐户。" # a1006b86f9414bee862542a9fe33ea89 # 7431a628570b4f8f941f22c0dbca0d10 #: ../../managing_networks.rst:266 ../../managing_networks.rst:1640 msgid "" "**Project**: The project for which the guest network is being created for. " "You must specify the domain the project belongs to." msgstr "**Project**: 项目是客户网络所建立的项目。必须为这个项目指定域。" # 8b76a654149140adb4fb77dc2eaa7f03 # 86babff897704393a7a47fac16fdb6da #: ../../managing_networks.rst:272 ../../managing_networks.rst:1646 msgid "" "**All**: The guest network is available for all the domains, account, " "projects within the selected zone." msgstr "**All**: 选择它,会让客户网络对这个区域(Zone)中的所有域,帐户和项目都可用。" # abea434f07f34363afcd9c5acb702a37 # 1367c8fe48974b6b8fcef96e9154b1f5 #: ../../managing_networks.rst:277 ../../managing_networks.rst:1651 msgid "" "**Network Offering**: If the administrator has configured multiple network " "offerings, select the one you want to use for this network." msgstr "**网络提议**: 如果管理员已经配置了多个网络方案,可以选择你需要的那个。" # 699e9d5856cb463885a05f687b080247 # 433ee2c2a4084f46956487e77324431b #: ../../managing_networks.rst:283 ../../managing_networks.rst:1657 msgid "**Gateway**: The gateway that the guests should use." msgstr "**Guest gateway**: 虚拟机需要使用的网关。" # ce51526eaf0744f69498878264436b85 # 45bbdda7a102498a9f476b2cdb175fd2 #: ../../managing_networks.rst:287 ../../managing_networks.rst:1661 msgid "**Netmask**: The netmask in use on the subnet the guests will use." msgstr "**Netmask**: 虚拟机子网要使用的网络掩码。" # 6dbeaf06a3e14f82aa81cb65f66d29f5 # 4eec9a4a29fa4d52a6b4337a8a50155c #: ../../managing_networks.rst:291 ../../managing_networks.rst:1665 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用来访问公网或是从公网访问客户虚拟机。" # 6136c512a7fd43cf949e71c315564e8e #: ../../managing_networks.rst:294 msgid "" "If one NIC is used, these IPs should be in the same CIDR in the case of " "IPv6." msgstr "如果使用了网卡,这些IP应该在相同的IPv6的CIDR中。" # 2049d251d6d24864be2401aae7d15eda #: ../../managing_networks.rst:299 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**: 用于定义网络子网的网络前缀。" # 2eb61bdd6e2e4d0fb52eb0f2ab77e5c3 # eb07ff88c573443cbf65bd9790a02d7e #: ../../managing_networks.rst:306 ../../managing_networks.rst:1670 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 "**网络域**: 如果你想为客户虚机网络定义一个域名,在此处输入后缀名。" # 01a5c1ddc4284bf7bb918c2924b99144 # 29e37ee9c31a42b3b19bbd29b62699db # 5b8546575cc143e6aa6df3a739ec2dd4 # c9c0a1842e2243cbbfbdd7bda9f8c173 # 62ad85eee39c492e951ac8ef8cc0f1de #: ../../managing_networks.rst:312 ../../managing_networks.rst:1676 #: ../../managing_networks.rst:3133 ../../managing_networks.rst:3172 #: ../../managing_networks.rst:4450 msgid "Click OK to confirm." msgstr "点击确定。" # 0ba3f54aff874d7eb78409feb3e574cb #: ../../managing_networks.rst:315 msgid "Using Multiple Guest Networks" msgstr "使用多个来宾网络" # 9ee699c8fe6347568730b54b7737afe5 #: ../../managing_networks.rst:317 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后缀为每个网络自定义关联的域名." # cb2cfc8f5dd14b6a8d4c568329b1bc9e #: ../../managing_networks.rst:322 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地址." # 044af5c71d054ac780d922e821f138a2 #: ../../managing_networks.rst:327 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响应将设置客户的默认网关. 除了单一,必须的默认网络, 多个非默认的网络也可以添加到客户虚机里. 管理员可以控制哪个网络作为默认的网络." # 0adbfc444f2b4c1db5edbdd5b7d6bbea #: ../../managing_networks.rst:333 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 "附加的网络可以给所有账户使用或者分配给特定的账户. 对所有账户都可用的网络在整个资源域有效. 任何可以访问这个资源域的用户都可以使用这个网络创建虚机. 这些资源域一级的网络基本不提供客户之间的隔离. 分配给特定帐户的网络提供强制隔离的功能." # b7306772cd68452da7fcba1da1f76cb7 #: ../../managing_networks.rst:341 msgid "Adding an Additional Guest Network" msgstr "增添一个虚拟机的网络" # bbfccf4187ee4d4fbf07e7f4bb88a635 # 55b4e0f4a10d435781dc67f60c289bcc # 448e46420df84abe9fd5e0a98622bd8a # 7045e9260e2b41ac88aea79006e38ad5 # c94a526c0dc04ebba1a701bb33b34bd3 # 5878e84a00674d17980caa25c5845868 # 21870457e3e743f78d2afa2427544010 # c407b2aceffd487888c468b506ec84f2 # be7946dbd37144e8a9a120d588d4ed8d # 57c820671f3e472e80e9758a6875049d # 7effce72473246f583a2c6706cf7ae8b # 10a47885bc344872bb68acaa38950c56 # 0e16e2897c2541bdb9a9fe44c7c8c314 # 69c641cc9e5745699a855b095a3f4234 # 682913d951a64d7a9672b6c2d8ce61ec # b507fdb77c914103931f4382f7e94b6f # 69bf185d9530474e9d1e3ac4caccde82 # 3a12fbb150d4405283cf759bdc0f579c # ce1e6561910a4f9b92872de6c4f0fe75 # 8e6a2cd4f9da4a7da14bd4ff19517c5c # 0c0a9fa95a2c4c23affeb329bc18b9cd # ba5dc11cd6054bb0842bd0c996926273 # 0383bb7ab57f403bb4dfdfd3cbe56bad # 0ce64e2cda5f451f939117bb581125bb # 2e7c7ca911564fd0b55e438fbf85b707 # 724f938759144bca86466d021cded7cb # 3eb23b8ca60f439097e03d61faefe36b # a1e4d7e27f0a4bfd89398d6c8e268485 # 4fdda4830b1d407b8baa1d170ccbd0f5 # c1fe8cc9534f44f1825f02b028eda7ff # 1c6cfb5f62e947c8a05df1bdbca53570 # 797717e559d24b03951f25f843042245 # e1e46b9e3b67432eba081e3fa0b0b179 # 7b6bd9d6ebe042aa817672a63cbdfa37 # c7d9f6a38d724a9aa8a5caa76ed2d848 # e6c130b9b73f4034b0e9d9c8a3aaa8dd # bdc2624551194b9eadb9cdfdf7403a02 # c7ca24ebec074700a533736638fefcc0 #: ../../managing_networks.rst:345 ../../managing_networks.rst:412 #: ../../managing_networks.rst:477 ../../managing_networks.rst:508 #: ../../managing_networks.rst:543 ../../managing_networks.rst:686 #: ../../managing_networks.rst:1196 ../../managing_networks.rst:1249 #: ../../managing_networks.rst:1350 ../../managing_networks.rst:1722 #: ../../managing_networks.rst:1799 ../../managing_networks.rst:2157 #: ../../managing_networks.rst:3200 ../../managing_networks.rst:3243 #: ../../managing_networks.rst:3286 ../../managing_networks.rst:3362 #: ../../managing_networks.rst:3464 ../../managing_networks.rst:3611 #: ../../managing_networks.rst:3743 ../../managing_networks.rst:4095 #: ../../managing_networks.rst:4219 ../../managing_networks.rst:4252 #: ../../managing_networks.rst:4349 ../../managing_networks.rst:4542 #: ../../managing_networks.rst:4963 ../../managing_networks.rst:5028 #: ../../managing_networks.rst:5156 ../../managing_networks.rst:5238 #: ../../managing_networks.rst:5406 ../../managing_networks.rst:5643 #: ../../managing_networks.rst:5735 ../../managing_networks.rst:5823 #: ../../managing_networks.rst:5913 ../../managing_networks.rst:6155 #: ../../managing_networks.rst:6463 ../../managing_networks.rst:6547 #: ../../managing_networks.rst:6672 ../../managing_networks.rst:6711 msgid "Log in to the CloudStack UI as an administrator or end user." msgstr "使用管理员或者终端用户账号登录CloudStack UI。" # 542d2aed321d47bdabd1fca487ffd35e # e9aad32ba9934dfabf895d86886307b4 # a64380da9ffa4f209568917d3e2f7ae6 # f6467d352c5441f3aac59ff1a7e5751e # 489eb5a18ecf487089f92e974e4004b2 # b77e8c3076474667a41f9c643cfb8921 # 53f468b814a14dc7bc2846e0bb679713 # b20083aec91a49e38ba1bd1bbd5ca432 # cc62da2d87294fe59e75b03eab0b30de # 89a49e650a154374ac569bb05b88d91f # 230865dbd3c4443cb426bb570ee13485 # 774f364202474a70b77a8561495b3245 # 0ad7189c21294ef0b43aba32a8bafb7d # 726205f734c447d48af0ecd790bd238a # fdade5ad8a554d8897cc4e6c27dbc34e # 749f818fe9a349f9bb8cb7538cde74f8 # b444a52f1dd14725bbd9f33966b9b508 # bdcf2c42e7064f82ade52bd341621f2e # b1f4a91afafd4f6e84df0723ead48206 # 541424f9e38a42d983bb27f87dcd3225 # b5e9e12abba44624b3b74fc09e0f77fc # f392c162ed3241f09fc16f75065cd789 # 2cd0df6af7ef4a7f9bad72059870b57b # e7d42493086e4c04a6545951d4c1ce5b # 3f34c206961e4a239714abc14d945f2c # d874094ea72f43988a5a4da919c3aae1 # 0107854a76984dd18cc4256511f643fb # 399088fe7776424c8455730cb62a2f94 # 9eaf23c1feb144f1b0cd1227b0b9ddd1 #: ../../managing_networks.rst:349 ../../managing_networks.rst:553 #: ../../managing_networks.rst:690 ../../managing_networks.rst:1253 #: ../../managing_networks.rst:2161 ../../managing_networks.rst:3204 #: ../../managing_networks.rst:3247 ../../managing_networks.rst:3290 #: ../../managing_networks.rst:3366 ../../managing_networks.rst:3468 #: ../../managing_networks.rst:4099 ../../managing_networks.rst:4223 #: ../../managing_networks.rst:4256 ../../managing_networks.rst:4353 #: ../../managing_networks.rst:4546 ../../managing_networks.rst:4967 #: ../../managing_networks.rst:5032 ../../managing_networks.rst:5160 #: ../../managing_networks.rst:5242 ../../managing_networks.rst:5410 #: ../../managing_networks.rst:5647 ../../managing_networks.rst:5739 #: ../../managing_networks.rst:5827 ../../managing_networks.rst:5917 #: ../../managing_networks.rst:6159 ../../managing_networks.rst:6467 #: ../../managing_networks.rst:6551 ../../managing_networks.rst:6676 #: ../../managing_networks.rst:6715 msgid "In the left navigation, choose Network." msgstr "在左侧的导航栏,选择网络。" # ffe816f2fabe4d698bc426a2756acbe6 #: ../../managing_networks.rst:353 msgid "Click Add guest network. Provide the following information:" msgstr "地阿基添加来宾网络。提供以下信息:" # e493749a1b58441b9f26c0ff3b13b9a7 #: ../../managing_networks.rst:357 msgid "**Name**: The name of the network. This will be user-visible." msgstr "**Name**:网络的名称。对于最终用户可见。" # e6573973726c48d1a6ddd47d98dfc7d4 #: ../../managing_networks.rst:361 msgid "" "**Display Text**: The description of the network. This will be user-visible." msgstr "**Display Text**:网络的描述信息。对于最终用户可见。" # 12ce0885bb7f4c36890123d1bdbd6b6d #: ../../managing_networks.rst:366 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范围。" # 6a5f82ef524445d184e3c139994c446f #: ../../managing_networks.rst:373 msgid "" "**Network offering**: If the administrator has configured multiple network " "offerings, select the one you want to use for this network." msgstr "**Network offering**: 如果管理员已经配置了多个网络,选择一个你想使用的。" # d63cb3347919412cb5652d167f3198a0 #: ../../managing_networks.rst:379 msgid "**Guest Gateway**: The gateway that the guests should use." msgstr "**Guest Gateway**: 来宾网络的网关。" # 1da6215b19f84083aeac888d2ef3bff1 #: ../../managing_networks.rst:383 msgid "" "**Guest Netmask**: The netmask in use on the subnet the guests will use." msgstr "**Guest Netmask**: 来宾网络的子网掩码。" # 4a768d89236c43fd9f2c33eab727c4e8 # a127adae4308423cb1caf2db8966bdc4 #: ../../managing_networks.rst:388 ../../managing_networks.rst:3947 msgid "Click Create." msgstr "点击创建。" # 21b37eb5b7fe40bd99e0910a9f2bb75a #: ../../managing_networks.rst:391 msgid "Reconfiguring Networks in VMs" msgstr "在VMs中重新配置网络" # 476864eb3c9c4bccb394ef84b6e0c94b #: ../../managing_networks.rst:393 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,再将其移动到另一个网络。你同样可以修改虚拟机的默认我拿过来,使用这个功能,混合和传统的服务器负载可以被轻松缓解。" # 9e97bafcd742424d921d811f3230a213 #: ../../managing_networks.rst:399 msgid "This feature is supported on XenServer, VMware, and KVM hypervisors." msgstr "XenServer、VMware和KVM hypervisors支持这个特性。" # f34aa270088a4613b0a44df4357afc8f # 8bd7a92ac32d4a2a929c8af17d3fb170 #: ../../managing_networks.rst:402 ../../managing_networks.rst:1517 msgid "Prerequisites" msgstr "先决条件" # 145ab5ecce044608b4b9656676c6cfc7 #: ../../managing_networks.rst:404 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添加或移除网络。" # 5a51c1312ebb4557a8603954294917c7 #: ../../managing_networks.rst:408 msgid "Adding a Network" msgstr "添加网络" # ecf6574c795f4768b731ef450b7ae607 # 3b1c880a36ab4788a672d34d01ef6a4c # 49f1a64bc600489b90f669ff77ba9059 #: ../../managing_networks.rst:416 ../../managing_networks.rst:481 #: ../../managing_networks.rst:512 msgid "In the left navigation, click Instances." msgstr "在左侧的导航菜单中,点击实例。" # 338fcbaeb8724ead9106c34112c862d9 # bca3b4caf62d4663b33417eb7edaf223 # f31277b33b9e4e2f9793e5a8ca4d7bb5 #: ../../managing_networks.rst:420 ../../managing_networks.rst:485 #: ../../managing_networks.rst:516 msgid "Choose the VM that you want to work with." msgstr "选择你要处理的VM。" # 156d65dc581c4df498395e309bc7cbde # e5d8801dfa004ca1b93351677c983d89 # 469dea7ab2094639b3d9a2299529fc07 #: ../../managing_networks.rst:424 ../../managing_networks.rst:489 #: ../../managing_networks.rst:520 msgid "Click the NICs tab." msgstr "点击网络适配器标签。" # 1bd7e90630f144b2b08248a827e64b0b #: ../../managing_networks.rst:428 msgid "Click Add network to VM." msgstr "将网络添加到 VM" # 049059a7b43d4efc989e4fcd813e6e1c #: ../../managing_networks.rst:430 msgid "The Add network to VM dialog is displayed." msgstr "显示添加网络对话框。" # 5c99fc8205ef493dbab49c0599061a45 #: ../../managing_networks.rst:434 msgid "" "In the drop-down list, select the network that you would like to add this VM" " to." msgstr "在下拉列表里选择你要添加给VM的网络。" # 901988536d184641ac9d5ecaaee03ee2 #: ../../managing_networks.rst:437 msgid "" "A new NIC is added for this network. You can view the following details in " "the NICs page:" msgstr "这样就为这个网络添加了一个新网卡。你可以在网卡页面查看下列信息:" # 8d071d6df54845d6a56e7d96321dd7e8 #: ../../managing_networks.rst:442 msgid "ID" msgstr "ID" # ba92b68db3fc48ae810bd43616abc87a #: ../../managing_networks.rst:446 msgid "Network Name" msgstr "网络名称" # eefe16e33001458591bb721f9e964a32 #: ../../managing_networks.rst:450 msgid "Type" msgstr "类型" # ce7e7d2354fc48ccb97e1c2917007397 # 35a3d8a7cc444f7289fff5b3f02731e3 # 906d6bce91f745de9cc8eb362260b17b #: ../../managing_networks.rst:454 ../../managing_networks.rst:4332 #: ../../managing_networks.rst:4458 msgid "IP Address" msgstr "IP地址" # 07c404d90b444084935108a2905f8147 # aa4cc5b288b14a26b34b3cd819e6be4e #: ../../managing_networks.rst:458 ../../managing_networks.rst:4462 msgid "Gateway" msgstr "网关" # da3675e2aed24eb681d8601910102496 #: ../../managing_networks.rst:462 msgid "Netmask" msgstr "子网掩码" # 48374307b68a4eff88c1778ea7bd9380 #: ../../managing_networks.rst:466 msgid "Is default" msgstr "默认的" # 2777d60a7bf14a35bd37af5f0ac55458 #: ../../managing_networks.rst:470 msgid "CIDR (for IPv6)" msgstr "CIDR(IPv6)" # 84f9d9b60c4e4ce4a509cad5b0900a5b #: ../../managing_networks.rst:473 msgid "Removing a Network" msgstr "移除网络" # 707d137eb0aa4adaa497aff9a413ad06 #: ../../managing_networks.rst:493 msgid "Locate the NIC you want to remove." msgstr "找到你要移除的网卡上。" # c2a07f20886b47be83f065291dfee6fb #: ../../managing_networks.rst:497 msgid "Click Remove NIC button. |remove-nic.png: button to remove a NIC|" msgstr "点击移除网卡按钮。|remove-nic.png: button to remove a NIC|" # b23abd4aac6242bdbc3f97acc2666a90 # 8f8b04c7921a441ba8480683014b9864 #: ../../managing_networks.rst:501 ../../managing_networks.rst:533 msgid "Click Yes to confirm." msgstr "点击Yes确认。" # 4f9e35dc3f614384a7505c4161fffaac #: ../../managing_networks.rst:504 msgid "Selecting the Default Network" msgstr "选择默认网络" # 40b332e2efca44c092058585a0004200 #: ../../managing_networks.rst:524 msgid "Locate the NIC you want to work with." msgstr "找到你想要的网卡。" # 3d3dc6ede8e440efab9778ab27669811 #: ../../managing_networks.rst:528 msgid "" "Click the Set default NIC button. |set-default-nic.png: button to set a NIC " "as default one.|" msgstr "点击设置为默认网卡按钮。|set-default-nic.png: button to set a NIC as default one.|" # f0c74bc7df3d400bac208e03ca7e454d #: ../../managing_networks.rst:536 msgid "Changing the Network Offering on a Guest Network" msgstr "在来宾网络上更改网络方案" # bd0f96f469b24f7cb9efc0e11835fc56 #: ../../managing_networks.rst:538 msgid "" "A user or administrator can change the network offering that is associated " "with an existing guest network." msgstr "用户或者管理员可以更改与之相关的来宾网络的网络方案。" # 746637ea703149eab979289dea055956 #: ../../managing_networks.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虚拟路由的一个网络方案改成使用公共网络设备作为网络服务商,那么你必须先关掉该网络中的所有虚机。" # b06f831436614c7799e92f02062dd02e # b2aef771f9cb4102849882e08921deda #: ../../managing_networks.rst:557 ../../managing_networks.rst:694 msgid "Click the name of the network you want to modify." msgstr "点击你要修改的网络名称。" # 8fe0c8047dd941648bdb27d5c4d46d64 #: ../../managing_networks.rst:561 msgid "" "In the Details tab, click Edit. |EditButton.png: button to edit a network|" msgstr "在详细标签页,点击编辑。|EditButton.png: button to edit a network|" # 38ce91cfac534d3d8ce2d2be8ac4d9db #: ../../managing_networks.rst:566 msgid "" "In Network Offering, choose the new network offering, then click Apply." msgstr "在网络方案中,选择新的网络方案,然后点击应用。" # 0c9082cd84904f30a842d0296519899f #: ../../managing_networks.rst:569 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会受到影响。" # 395368811c93495691bd4e308ae0bbc4 #: ../../managing_networks.rst:573 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。" # ee09bef0f4f84d41a949984dce97934e #: ../../managing_networks.rst:579 msgid "" "Wait for the update to complete. Don’t try to restart VMs until the network " "change is complete." msgstr "等待更新完成。在网络变更完成之前不要试图重启VMs。" # 7c315c696ed54f5197595376cdd7d0c0 #: ../../managing_networks.rst:584 msgid "If you stopped any VMs, restart them." msgstr "如果你停止了任何VMs,请重启他们。" # 92b286db05494a3f9d6591a9f2ccfc6a #: ../../managing_networks.rst:587 msgid "IP Reservation in Isolated Guest Networks" msgstr "隔离的来宾网络中的预留IP" # 67ed578463354e849af5ed40418159aa #: ../../managing_networks.rst:589 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地址空间。" # d38381f1dad148afb7aeed5ee6e6db41 #: ../../managing_networks.rst:597 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地址中获得地址。" # 3031b1a715ff422bad8de1f97adc2db7 #: ../../managing_networks.rst:611 msgid "IP Reservation Considerations" msgstr "IP预留事项" # c57c48d3a65e474c89a99952e65a6a40 #: ../../managing_networks.rst:613 msgid "" "Consider the following before you reserve an IP range for non-CloudStack " "machines:" msgstr "在给非cloudstack内的机器预留IP地址时,要考虑以下几个方面:" # 05c140f272754cfb9d21597b9c778fc5 #: ../../managing_networks.rst:618 msgid "IP Reservation is supported only in Isolated networks." msgstr "IP预留仅在隔离网络内支持" # f5211c450a014b0a8d335434d84aa391 #: ../../managing_networks.rst:622 msgid "" "IP Reservation can be applied only when the network is in Implemented state." msgstr "仅当网络在实施状态时,IP预留才能被应用。" # 6add1277df044450bce332b364de119b #: ../../managing_networks.rst:627 msgid "No IP Reservation is done by default." msgstr "默认不做IP预留。" # 0847da9c049c4c0da2a6eac963931b02 #: ../../managing_networks.rst:631 msgid "Guest VM CIDR you specify must be a subset of the network CIDR." msgstr "指定客户的CIDR必须是网络CIDR的子网。" # 36a9bbd09feb416ca7f9ccca3c54eefb #: ../../managing_networks.rst:635 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预留才能被应用。" # 191010bd30424f3aa12cf309a48dcfc4 #: ../../managing_networks.rst:638 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预留将不能应用。" # e4b8dc3735d4441ebf832418538d5833 #: ../../managing_networks.rst:643 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预留。" # 8281e4ae0c6a4374b25bfef4f7e74405 #: ../../managing_networks.rst:646 msgid "" "For example, the following table describes three scenarios of guest network " "creation:" msgstr "例如,下表描述了客户网络创建的三种情形:" # 9f714ae7b5f346bc87da5182136d41e5 #: ../../managing_networks.rst:650 msgid "Case" msgstr "案例" # 43eb64da7dd14977948b1fd136c81c4f # ba69ebf50fa04e628494a63c71ee09be # 6e509570aefc4ed58372df0bae71f59e # e02ce26c53d447cab48c5987becb6178 # 372de59b30db4b00a1a4a4503aecb29d # 0efc90dc789a42219e0e1821921c3a3b # 2f722e4bc54941bf9ac18e34ec89ea21 # 0f4f84fccf1c4879a9ec6691a4abb447 # 04c82a1485db4a52a0c4fae3e4018e41 # 8788d910542844b09ae66506304063dc # e65e4e6cdcba4f138e43047ff9d3bed6 # 23d809b6aa20458dacb898b0e8b4d1da # cd520efc8baa4344b57bd33b0fa5254d #: ../../managing_networks.rst:650 ../../managing_networks.rst:3846 #: ../../managing_networks.rst:4293 ../../managing_networks.rst:4393 #: ../../managing_networks.rst:4587 ../../managing_networks.rst:5144 #: ../../managing_networks.rst:5193 ../../managing_networks.rst:5451 #: ../../managing_networks.rst:5776 ../../managing_networks.rst:5863 #: ../../managing_networks.rst:5954 ../../managing_networks.rst:6196 #: ../../managing_networks.rst:6588 msgid "CIDR" msgstr "CIDR" # 63125858003344c0b965da2ac922cf02 #: ../../managing_networks.rst:650 msgid "Network CIDR" msgstr "网络CIDR" # c3c99ba5184c4c9194605bb04a547f39 #: ../../managing_networks.rst:650 msgid "Reserved IP Range for Non-CloudStack VMs" msgstr "非cloudstack虚拟机的IP预留范围" # 0e5c1cae0f4d4f06851e27a50273b95c #: ../../managing_networks.rst:650 msgid "Description" msgstr "描述" # 2e71a7acd08543168d74d2c0d03e0c39 # d06565ec0d634d848669aa19d123d59a #: ../../managing_networks.rst:652 ../../managing_networks.rst:5146 msgid "1" msgstr "1" # bd4f28e5c83943d8882e2012659415bf # 249137a9387145d0ac514e9000be76cd # d7c4b09246fb4bfeb5649c2cf6e23d30 #: ../../managing_networks.rst:652 ../../managing_networks.rst:653 #: ../../managing_networks.rst:654 msgid "10.1.1.0/24" msgstr "10.1.1.0/24" # 2f9cc88264fb4285bfa3149ea04b26a5 # d74122c1ce754a1999acc721dfe12491 # 3e1cad272521413bb73ebf025861f357 # c9bd04abf9984e3d82a008b15823df6f #: ../../managing_networks.rst:652 ../../managing_networks.rst:652 #: ../../managing_networks.rst:654 ../../managing_networks.rst:654 msgid "None" msgstr "无" # 672d94082a534891849650884d4c25d0 #: ../../managing_networks.rst:652 msgid "No IP Reservation." msgstr "无" # 7f31ca61138545d19f53bfea0156930f # f11cfcf719bc4813a691abc48eef0c50 #: ../../managing_networks.rst:653 ../../managing_networks.rst:5147 msgid "2" msgstr "2" # 8e804381dca64c3ab199583ca238a7e8 #: ../../managing_networks.rst:653 msgid "10.1.1.0/26" msgstr "10.1.1.0/26" # 042cf084bef6418fa9d8ee1a00593e8a #: ../../managing_networks.rst:653 msgid "10.1.1.64 to 10.1.1.254" msgstr "10.1.1.64-10.1.1.254" # 2094d73c4b004d18b9b1c3be4ac72e10 #: ../../managing_networks.rst:653 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或通过UpdateNetwork的API配置为guestvmcidr=10.1.1.0/26,进行IP预留配置" # 769561dd7e454a58b571d069407bc84f #: ../../managing_networks.rst:654 msgid "3" msgstr "3" # 99819f9f881049da88cf236d227fbcce #: ../../managing_networks.rst:654 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或通过UpdateNetwork API配置为guestvmcidr=10.1.1.0/24,进行IP预留清除" # af64fa9a0d594bf6aba58e557fb64ef2 #: ../../managing_networks.rst:659 msgid "Limitations" msgstr "局限性" # b133ecb14f0743c5aad172cbec921f69 #: ../../managing_networks.rst:663 msgid "" "The IP Reservation is not supported if active IPs that are found outside the" " Guest VM CIDR." msgstr "如果在客户虚拟机CIDR外发现活动的IP地址,IP预留将不被支持。" # 9c8183bbe2aa4950a96b3f707269281c #: ../../managing_networks.rst:668 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预留。" # a6037f7354694b7fa3df7eab35ce68a3 #: ../../managing_networks.rst:674 msgid "Best Practices" msgstr "最佳实践" # 1402bdfed0e642a5bc411cad728d629f #: ../../managing_networks.rst:676 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会有较少的冲突发生。" # 9d8b936d8d924b3e9610e79cea49d7ed #: ../../managing_networks.rst:682 msgid "Reserving an IP Range" msgstr "预留一个IP范围" # 43313d5d032c4bc1ae00497086042bf1 #: ../../managing_networks.rst:698 msgid "" "In the Details tab, click Edit. |edit-icon.png: button to edit a network|" msgstr "在 详细 页签,点击 编辑 |edit-icon.png: button to edit a network|" # 4b6443793ca64ed7b71e9dacebc772c6 #: ../../managing_networks.rst:701 msgid "The CIDR field changes to editable one." msgstr "CIDR框将变为可编辑状态" # 170900f4419c40d3ae77ba9cee3b6fff #: ../../managing_networks.rst:705 msgid "In CIDR, specify the Guest VM CIDR." msgstr "在CIDR框,说明客户虚拟机的CIDR" # 1fccea99506b441bba9fd6fbc76dd995 #: ../../managing_networks.rst:709 msgid "Click Apply." msgstr "点击应用" # c0734e33a8844d90aac6295573540aee #: ../../managing_networks.rst:711 msgid "" "Wait for the update to complete. The Network CIDR and the Reserved IP Range " "are displayed on the Details page." msgstr "等待更新完成。" # aad0613e9913469fb756198fc0170632 #: ../../managing_networks.rst:715 msgid "Reserving Public IP Addresses and VLANs for Accounts" msgstr "为账户预留公共IP地址及VLANS" # 6e44df38576d4f5e99903f26a9db1253 #: ../../managing_networks.rst:717 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地址" # 8da4bb7270e845baa41435d7a8dc2897 #: ../../managing_networks.rst:723 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获取资源。二个配置都能在帐户级别进行配置。" # 37e6f49f8b53452a8036407ad381ea12 #: ../../managing_networks.rst:733 msgid "This feature provides you the following capabilities:" msgstr "这些特性可提供以下的功能:" # 671086ca87b14ae28c39b69fd8046953 #: ../../managing_networks.rst:737 msgid "" "Reserve a VLAN range and public IP address range from an Advanced zone and " "assign it to an account" msgstr "从一个高级区域中预留一个VLAN范围和公共IP地址,并可以将其指定给一个账户。" # 404fcaa9d1b848d2ab247cce5350c281 #: ../../managing_networks.rst:742 msgid "Disassociate a VLAN and public IP address range from an account" msgstr "将一个VLAN和IP地址从一个账户解除联系。" # bd85bcf3d9394066af54e1e703ae3cf7 #: ../../managing_networks.rst:746 msgid "View the number of public IP addresses allocated to an account" msgstr "查看分配给帐户的公共IP地址。" # 01799c3a9b364c51b97d539c849d3394 #: ../../managing_networks.rst:750 msgid "" "Check whether the required range is available and is conforms to account " "limits." msgstr "检查需要的范围是否可用并且要符合帐户限制。" # 7716c7ee6e9a4c68bacaaafbba51a78c #: ../../managing_networks.rst:753 msgid "The maximum IPs per account limit cannot be superseded." msgstr "不能超过每个账户最大的IP限制数。" # 8f2fa2619671428980abde283469e00d #: ../../managing_networks.rst:756 msgid "Dedicating IP Address Ranges to an Account" msgstr "分配IP地址给一个账户" # d7a82a1208db4208961df5b2bda98eb3 # 3ac411dc4da74e0689c3e931f08d5c59 # c74ad6e9cbee4ff685cef4af6c1a1c8a #: ../../managing_networks.rst:764 ../../managing_networks.rst:886 #: ../../managing_networks.rst:2974 msgid "In the left navigation bar, click Infrastructure." msgstr "在左侧导航栏中,点击基础架构" # ad2d0d358fab46f69cc0e2834d1025b5 # 06d4cbfaa106459eb58d6d9bb34a92a1 #: ../../managing_networks.rst:768 ../../managing_networks.rst:890 msgid "In Zones, click View All." msgstr "在区域中,点击查看全部" # 04e17439a9d04d8c92bace413127ce77 # e40c006773b9414cbe8dd42bb69472d4 # 03828d4d48bf4770bdc2328f34b55100 #: ../../managing_networks.rst:772 ../../managing_networks.rst:894 #: ../../managing_networks.rst:2982 msgid "Choose the zone you want to work with." msgstr "选择你要设置的区域。" # b2f55880ae154ea5a38880eeeb515690 #: ../../managing_networks.rst:780 msgid "In the Public node of the diagram, click Configure." msgstr "在图的公共节点上,点击配置。" # 790579c6465f4bf88b03caf31b04e907 #: ../../managing_networks.rst:784 msgid "Click the IP Ranges tab." msgstr "点击IP范围页签。" # 9136b3e4ca934c23806bbc7ca0ff01e5 #: ../../managing_networks.rst:786 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范围并指定给一个帐户。" # be977158780a4bfca4232fc7d2573dd7 #: ../../managing_networks.rst:791 msgid "To assign an existing IP range to an account, perform the following:" msgstr "要指定一个已有IP范围给帐户,按以下操作进行" # c85643e60bae4ce7a7341f72ed356343 #: ../../managing_networks.rst:795 msgid "Locate the IP range you want to work with." msgstr "确定需要分配的IP范围" # 8c760073c6e140c98957ae64117cd375 #: ../../managing_networks.rst:799 msgid "" "Click Add Account |addAccount-icon.png: button to assign an IP range to an " "account.| button." msgstr "点击 添加帐户 |addAccount-icon.png: button to assign an IP range to an account.| 按钮," # 5907d0ab73b04589b7fba68c857ad361 #: ../../managing_networks.rst:802 msgid "The Add Account dialog is displayed." msgstr "会弹出添加帐户对话框。" # d84f7b0e62b043939a4656f457f829e7 #: ../../managing_networks.rst:810 msgid "" "**Account**: The account to which you want to assign the IP address range." msgstr "**帐户**: 即需要指定IP地址范围的帐户" # 54ea232ef7544939989c85cf78823ab4 #: ../../managing_networks.rst:815 msgid "**Domain**: The domain associated with the account." msgstr "**域**: 与帐户关联的域名" # cac430d036924f38a9290dde3665c841 #: ../../managing_networks.rst:817 msgid "To create a new IP range and assign an account, perform the following:" msgstr "要指定一个新的IP范围给帐户,按以下操作进行" # d50191ed42ad44ee95f6167032a30c65 #: ../../managing_networks.rst:826 msgid "**Gateway**" msgstr "**网关**" # 13d287dfefa145e3bf443ca11ed78fa2 #: ../../managing_networks.rst:830 msgid "**Netmask**" msgstr "**掩码**" # 2e49c1a58f4a4bfa87d30c1c449df1e3 #: ../../managing_networks.rst:834 msgid "**VLAN**" msgstr "**VLAN**" # 8ebc180647e6488db6d7419f0c96d969 #: ../../managing_networks.rst:838 msgid "**Start IP**" msgstr "**起始IP**" # 39bbcd6bce9c4acdb1dde4c134d36aee #: ../../managing_networks.rst:842 msgid "**End IP**" msgstr "**结束IP**" # c9ff42e89acd482b839c78ede4bf72a2 #: ../../managing_networks.rst:846 msgid "**Account**: Perform the following:" msgstr "**帐户**: 按以下操作进行:" # 4e8c15e78f4040da8818c60242a385f7 #: ../../managing_networks.rst:850 msgid "Click Account." msgstr "点击帐户" # 4d16eeb78e534a4aba7b7c05c335d94a #: ../../managing_networks.rst:852 msgid "The Add Account page is displayed." msgstr "会显示添加帐户页" # 4fcbdb024f3c4d0e916309194ccf9796 #: ../../managing_networks.rst:860 msgid "" "****Account****: The account to which you want to assign an IP address " "range." msgstr "****帐户****: 即需要指定IP地址范围的帐户" # 5dd4ec70717a455cb3eae0f191b2c338 # e1b99db893e94523a9c9c6c2dca5e50a #: ../../managing_networks.rst:865 ../../managing_networks.rst:930 msgid "****Domain****: The domain associated with the account." msgstr "****域****: 域账号关联的域。" # 222bcd68057f4097804636cc658bae40 # 583b09f47740445cae14b167a426c0d5 # d8184c325cbe4e2989e1772dd91acd0b # b8bdf6dd077f48bab5be9a342447e9d8 # 221e41362cdb48c1b692cef19b0a8218 # f241bee872c34bcfa7d43b4601e1cb48 # 95df29e50c984e798847dc985a455395 #: ../../managing_networks.rst:874 ../../managing_networks.rst:1919 #: ../../managing_networks.rst:3411 ../../managing_networks.rst:3511 #: ../../managing_networks.rst:3667 ../../managing_networks.rst:3899 #: ../../managing_networks.rst:5623 msgid "Click Add." msgstr "点击 添加" # 6f5ed4ecaf104ec089964163e1e6884f #: ../../managing_networks.rst:877 msgid "Dedicating VLAN Ranges to an Account" msgstr "确定需要分配的IP范围" # 1d96f022bb0641f591f869dcdef945de #: ../../managing_networks.rst:881 msgid "" "After the CloudStack Management Server is installed, log in to the " "CloudStack UI as administrator." msgstr "安装好CloudStack管理端后,使用管理员帐号登录CloudStack用户界面。" # b7387ff7ac314fabb59c5c8adb95d64c # 09557ffae33041df84505184339ead4d #: ../../managing_networks.rst:902 ../../managing_networks.rst:1367 msgid "In the Guest node of the diagram, click Configure." msgstr "在图中的来宾节点上,点击配置" # fcf27305c8cf42bcaea54b6e0d583e74 #: ../../managing_networks.rst:906 msgid "Select the Dedicated VLAN Ranges tab." msgstr "选择分配VLAN范围页签" # 67395673dcac45fd95c09509e40ab195 #: ../../managing_networks.rst:910 msgid "Click Dedicate VLAN Range." msgstr "点击分配VLAN范围" # ab0efa84cce7484aa1483aa86e7458e3 #: ../../managing_networks.rst:912 msgid "The Dedicate VLAN Range dialog is displayed." msgstr "会弹出分配VLAN对话框。" # 79112ed3b43d4ac9b8ffd92e5be692f1 #: ../../managing_networks.rst:920 msgid "" "****VLAN Range****: The VLAN range that you want to assign to an account." msgstr "****VLAN范围****: 即需要指定给帐户的VLAN范围" # a99491d184b347ae9692f3140f8507e1 #: ../../managing_networks.rst:925 msgid "" "****Account****: The account to which you want to assign the selected VLAN " "range." msgstr "****帐户****: 即需要指定选定的VLAN的帐户" # fcc09f716f8d4237b77cc161171a4261 #: ../../managing_networks.rst:933 msgid "Configuring Multiple IP Addresses on a Single NIC" msgstr "在单网卡配置多个IP地址" # a94a3710f1234c97836f59a5a07db667 #: ../../managing_networks.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地址上也都被支持。" # 494be8c0259840fb84fb26e96d13a908 #: ../../managing_networks.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关联。" # 925a5eb75fe04c35bfd19b1ac2f44b7e #: ../../managing_networks.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不支持基础区域的安全组。" # 5ac573ae5f4345aeb143a5fcc101524d #: ../../managing_networks.rst:953 msgid "Use Cases" msgstr "使用案例" # 872874841bbe414a88684eb2a0045657 #: ../../managing_networks.rst:955 msgid "Some of the use cases are described below:" msgstr "一些使用案例见以下描述" # d5c27060797b4aee9174ebb56ffef918 #: ../../managing_networks.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地址时,他们能够更好的工作。" # 24ce123387844169a49487bc30845b7a #: ../../managing_networks.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地址的应用可以在实例中迁移。" # 0c37cb7a4c434f399e9d45b1c2e472e9 #: ../../managing_networks.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地址。" # d4f7b4962530468a906a498acca4bae2 # 3da7bf4ad1544749bab36764d2d447ef #: ../../managing_networks.rst:976 ../../managing_networks.rst:6315 msgid "Guidelines" msgstr "指南" # d6caf12c9309436d9de8f99f9c7543c3 #: ../../managing_networks.rst:978 msgid "" "To prevent IP conflict, configure different subnets when multiple networks " "are connected to the same VM." msgstr "为防止IP冲突,当多个网络连接至同一个虚拟机时,要配置不同的子网。" # 16aeec8d7d974a11ab5270669432a394 #: ../../managing_networks.rst:982 msgid "Assigning Additional IPs to a VM" msgstr "指定额外的IP给虚拟机" # 034b4e6e920d4b1b819935e74e2b858c #: ../../managing_networks.rst:986 msgid "Log in to the CloudStack UI." msgstr "登录到CloudStack的界面" # 6a36c11f314b4a73ae436cedecc70f5e #: ../../managing_networks.rst:990 msgid "In the left navigation bar, click Instances." msgstr "在左侧导航栏,点击实例" # a8208d3a66ae4646bb1c56d1ecb10311 #: ../../managing_networks.rst:994 msgid "Click the name of the instance you want to work with." msgstr "点击拟配置的实例" # 3614c5b73e634141848b9ffd09823e34 #: ../../managing_networks.rst:998 msgid "In the Details tab, click NICs." msgstr "在详细 页签,点击网卡" # 9ddaf912d7f64aa791244c3f89f4f87e #: ../../managing_networks.rst:1002 msgid "Click View Secondary IPs." msgstr "点击查看二级地址" # 41a35e39fad3445a94b912212054ec76 #: ../../managing_networks.rst:1006 msgid "" "Click Acquire New Secondary IP, and click Yes in the confirmation dialog." msgstr "点击获取新二级IP,在确认对话框点击确定。" # 966f02979ce94ebfad48594d314843e6 #: ../../managing_networks.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地址配置仍有效。" # 6f93e046959a4ebd9133806cbf00c179 #: ../../managing_networks.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地址了。" # 584ea105deaf4c149e1f4a22e7c76f9c #: ../../managing_networks.rst:1018 msgid "Port Forwarding and StaticNAT Services Changes" msgstr "更改端口转发和静态NAT服务" # 66fa989a4cf444159810d5b86fe29d71 #: ../../managing_networks.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上。" # d56668f88c1b4778956f3e78eb0af4f3 #: ../../managing_networks.rst:1030 msgid "About Multiple IP Ranges" msgstr "关于多IP范围" # a425fadff6f24df8a703773e76e1da84 #: ../../managing_networks.rst:1032 msgid "The feature can only be implemented on IPv4 addresses." msgstr "这些功能仅能在IPV4的地址是实现。" # 085d7bcb306c4df9b4bcb062fa965779 #: ../../managing_networks.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范围" # a916ea5fa2a3442cac9346d464c33b3c #: ../../managing_networks.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仅支持一个子网有一个网关。不支持重叠的子网。" # 0cb128b2b4964c4c94d50a7d4f4c113d #: ../../managing_networks.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时,删除操作会失败。" # 5c50556940324ae1a2c2f33b4e3be74c #: ../../managing_networks.rst:1055 msgid "This feature is supported on KVM, xenServer, and VMware hypervisors." msgstr "在KVM, xenServer以及VMware虚拟机中,都支持这项功能。 " # 86f5b04f9bf84ff4a0162e548a43ed45 #: ../../managing_networks.rst:1058 msgid "About Elastic IP" msgstr "关于弹性IP" # 1abc932ae33e4097ad9d5a7c01466858 #: ../../managing_networks.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地址可以重新指定给一个新的虚拟机,而不是取代已经宕机的虚拟机。" # 6f92b16714d4455c9c0d07422b7a5278 #: ../../managing_networks.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网络服务。参见以下更详细的说明。" # 1917b806df094374b24b204ab96801f8 #: ../../managing_networks.rst:1077 msgid "|eip-ns-basiczone.png: Elastic IP in a NetScaler-enabled Basic Zone.|" msgstr "|eip-ns-basiczone.png: Elastic IP in a NetScaler-enabled Basic Zone.|" # 3b1d323c9feb4e9ba7ca76be6aaad6b2 #: ../../managing_networks.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转发公共流量,其他数据中心的流量则通过防火墙。" # d73486cd06ff42a3b7ae00d650f94b85 #: ../../managing_networks.rst:1088 msgid "The EIP work flow is as follows:" msgstr "EIP的工作流如下:" # c76961037d5e4684aae701d14e8628ef #: ../../managing_networks.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为虚拟机帐户所拥有。" # 113a0b56fa5c4d588763310f3344c045 #: ../../managing_networks.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" # 26464e6616334eba867bfbedcd8b9b32 #: ../../managing_networks.rst:1103 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地址取代。" # c24df2c0e244417bac058ee69288159e #: ../../managing_networks.rst:1107 msgid "This default public IP will be released in two cases:" msgstr "默认的公共IP在两种情况下会被释放:" # e69a190aa6ff4094a1376bbd1a48c806 #: ../../managing_networks.rst:1111 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地址池中最初分配的那一个。" # ae09bc75005442799a101c13ee164cfe #: ../../managing_networks.rst:1117 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,并不必须是最初分配的那一个。" # 85b2631843ed40888b2ca7fe400962fd #: ../../managing_networks.rst:1125 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。" # 94a57e6c08fb4beeb2cc92ada6ed0e19 #: ../../managing_networks.rst:1134 msgid "" "For more information on the Associate Public IP option, see the " "Administration Guide." msgstr "要了解更多关于关联公共IP的选项,请参考管理员向导。" # 51ff3fc654054203b273f9c148ae18b5 #: ../../managing_networks.rst:1137 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,与网络配置并不相关。" # 83364c7e0dd94f759842ac386a8cac79 #: ../../managing_networks.rst:1139 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。" # 342239c2715c475b88c10804e3612a51 #: ../../managing_networks.rst:1144 msgid "Portable IPs" msgstr "端口IP" # dd5fc98d73bc4d75beeb09ce0439d181 #: ../../managing_networks.rst:1147 msgid "About Portable IP" msgstr "关于端口IP" # 89820f26aa2645078ccb72b82efc9dfe #: ../../managing_networks.rst:1149 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。" # bd4cf0b29f8b41b3b03e37f656c52501 #: ../../managing_networks.rst:1158 msgid "The salient features of Portable IP are as follows:" msgstr "端口IP的主要功能如下:" # 855ab24aced14fa18033b90699abf066 #: ../../managing_networks.rst:1162 msgid "IP is statically allocated" msgstr "IP是静态分配的。" # 7e45d53e50814ec584c37135e430715f #: ../../managing_networks.rst:1166 msgid "IP need not be associated with a network" msgstr "IP与网络无关。" # f4869a8c48e8434ea57e20c6cc65cf55 #: ../../managing_networks.rst:1170 msgid "IP association is transferable across networks" msgstr "IP关联是可以通过网络转发的。" # 2f9e4bbd9a5c4a61957b15982551f2e9 #: ../../managing_networks.rst:1174 msgid "IP is transferable across both Basic and Advanced zones" msgstr "IP可以在基础区域和高级区域中转发。" # ea6d679d393d4bcfa494249d365ba374 #: ../../managing_networks.rst:1178 msgid "IP is transferable across VPC, non-VPC isolated and shared networks" msgstr "IP可通过VPC,非VPC隔离和共享网络进行转发。" # afa26b14dffe40119ee655d8132db452 #: ../../managing_networks.rst:1182 msgid "Portable IP transfer is available only for static NAT." msgstr "端口IP转发仅对静态NAT可用。" # 671509538e074821aee5d282b4fd3822 #: ../../managing_networks.rst:1187 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。" # a10fe6016ca4432d9466323adc5feafa #: ../../managing_networks.rst:1192 msgid "Configuring Portable IPs" msgstr "配置端口IP" # 323070f73d46451b97228b1b4aadaa54 #: ../../managing_networks.rst:1200 msgid "In the left navigation, click Regions." msgstr "在左侧导航栏中,点击地域" # 428125e4de8d4140af2bbdfcd4ecc332 #: ../../managing_networks.rst:1204 msgid "Choose the Regions that you want to work with." msgstr "选择拟修改的地域。" # eed1d708ff224966a3d021ab2bc33aa6 #: ../../managing_networks.rst:1208 msgid "Click View Portable IP." msgstr "点击查看端口IP" # abc03c1eb418441fb10a7cf6beb37fea #: ../../managing_networks.rst:1212 msgid "Click Portable IP Range." msgstr "点击端口IP范围" # 595f33e914024c0a86540527bc370258 #: ../../managing_networks.rst:1214 msgid "The Add Portable IP Range window is displayed." msgstr "会出现 添加端口IP范围的窗口" # ca11f239cc8449a6817014a3adcd61a0 #: ../../managing_networks.rst:1222 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范围。" # 6c64c167231b40a68bfe26799c8054c3 #: ../../managing_networks.rst:1229 msgid "" "**Gateway**: The gateway in use for the Portable IP addresses you are " "configuring." msgstr "**网关**: 配置端口IP地址所使用的网关。" # 83455a09e71a4eccb3755e02bd14515c #: ../../managing_networks.rst:1234 msgid "**Netmask**: The netmask associated with the Portable IP range." msgstr "**掩码**: 与端口IP范围关联的掩码。" # 7b8fbceeaf074302abbd838f0e2849bf #: ../../managing_networks.rst:1238 msgid "**VLAN**: The VLAN that will be used for public traffic." msgstr "**VLAN**: 公共流量拟使用的VLAN。" # d850eac9d4014f0dab3417fab28601f7 #: ../../managing_networks.rst:1245 msgid "Acquiring a Portable IP" msgstr "获取端口IP。" # 3262a0725955438a99e78981176d092f # 701bcf108f834cdc9c4ea748e804dab0 # 2859adde9cb44f6e970e1a0651717bed # e93c68f572f04989afefcb87f1716ec4 # 5efad310be724f029a2e40ffd479c432 #: ../../managing_networks.rst:1257 ../../managing_networks.rst:3208 #: ../../managing_networks.rst:3251 ../../managing_networks.rst:3294 #: ../../managing_networks.rst:3370 msgid "Click the name of the network where you want to work with." msgstr "点击拟修改的网络名称。" # 305ab6c53fda46d8adf4a49df4f72b73 # 3186a0f1dbbd4b36afd65ce287083ef4 # 77cf6faa7c404c33bddce8721952e2e2 # 6fbd7a5b4b7e4fe684956b795c3516f8 # 6662b46aca0349ffb4f7db65473cf5a4 # e6ede01e32f44d8d9eb51185ac8cca93 # c003065bf88441dc838fb6ff067c1d46 #: ../../managing_networks.rst:1261 ../../managing_networks.rst:2170 #: ../../managing_networks.rst:3212 ../../managing_networks.rst:3255 #: ../../managing_networks.rst:3298 ../../managing_networks.rst:3374 #: ../../managing_networks.rst:3784 msgid "Click View IP Addresses." msgstr "点击查看IP地址。" # 3cb9985604264815812c496744d99e7a # b3b02650cb5849d29899feb56b041267 #: ../../managing_networks.rst:1265 ../../managing_networks.rst:3216 msgid "Click Acquire New IP." msgstr "点击获取新IP。" # 0fd88d76e0454a0aafadff6be75ab526 # 25404011fc7044529f48e7fb157f04ed #: ../../managing_networks.rst:1267 ../../managing_networks.rst:3218 msgid "The Acquire New IP window is displayed." msgstr "获取新IP的窗口会出现。" # ead81d2ea1984be4874b71915d73fe10 # 6fe5747d6b7547a8918070f73c52cc78 #: ../../managing_networks.rst:1271 ../../managing_networks.rst:3222 msgid "Specify whether you want cross-zone IP or not." msgstr "说明是否需要IP跨区。" # d4620b5751e246e48d4c00aca1d4a8f3 #: ../../managing_networks.rst:1275 msgid "Click Yes in the confirmation dialog." msgstr "在确认对话框中点击确定。" # 99771ddd9716455ba6a961284174f20b # 1ff8f2a384d445a8ba816f2443f9a096 #: ../../managing_networks.rst:1277 ../../managing_networks.rst:3230 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地址了。" # e9a2afafc0df48bcba35924913d45e73 #: ../../managing_networks.rst:1282 msgid "Transferring Portable IP" msgstr "便携式IP" # 65ca926473184157a1cfd41612675661 #: ../../managing_networks.rst:1284 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对应一个网络的时候,你可以在网络中为任何服务使用它 。" # 8afb23c700a44791bb6a9fa4690d1649 #: ../../managing_networks.rst:1288 msgid "" "To transfer a portable IP across the networks, execute the following API:" msgstr "要跨网络转换一个portable IP,执行下列API:" # 55a1869308ee4aed849674dc2535b805 #: ../../managing_networks.rst:1295 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,请执行下列操作:" # 3afd351582954a49b746d509abba4eac #: ../../managing_networks.rst:1304 msgid "Multiple Subnets in Shared Network" msgstr "共享网络中的多子网" # 9a2eae7b8f84440f90cd0402d4ed0d76 #: ../../managing_networks.rst:1306 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地址范围。" # 344b838f0b0841728cb18a682c1962e2 # ca130580b3e848d59bbd0823702a71ad # 9d4bbe7d6b854394bcbb260e68f1226a #: ../../managing_networks.rst:1317 ../../managing_networks.rst:2885 #: ../../managing_networks.rst:3426 msgid "Prerequisites and Guidelines" msgstr "先决条件和指南" # 231696a9da0c47e5be1d4fec098a8b7f #: ../../managing_networks.rst:1321 msgid "This feature can only be implemented:" msgstr "这个特性只能被实现在:" # e11af27c4f9b4a68aa2b824c8d51ef26 #: ../../managing_networks.rst:1325 msgid "on IPv4 addresses" msgstr "IPv4地址" # 89a310c9cc9a4cc0b046da60d4db626f #: ../../managing_networks.rst:1329 msgid "if virtual router is the DHCP provider" msgstr "如果虚拟路由是由DHCP提供的" # 2f901469d8a547669181457a79ea3825 #: ../../managing_networks.rst:1333 msgid "on KVM, xenServer, and VMware hypervisors" msgstr "在KVM,XenServer和VMware hypervisors" # 07ac9be1fbd949109da3f8269a75cd31 #: ../../managing_networks.rst:1337 msgid "" "Manually configure the gateway of the new subnet before adding the IP range." msgstr "在添加IP范围之前,手动配置新子网的网关。" # fd0dee06ed544e709ea404a01e2141a4 #: ../../managing_networks.rst:1342 msgid "" "CloudStack supports only one gateway for a subnet; overlapping subnets are " "not currently supported" msgstr "CloudStack只支持一个子网对应一个网关;交叉子网目前不支持。" # cfe0f1c81e094655b1cf2158397f8beb #: ../../managing_networks.rst:1346 msgid "Adding Multiple Subnets to a Shared Network" msgstr "给共享网络添加多子网" # 2239434247834913b8b23dab3f7f896d #: ../../managing_networks.rst:1358 msgid "" "On Zones, click View More, then click the zone to which you want to work " "with.." msgstr "在Zones上,点击查看更多,然后点击你要进行操作的zone.." # 52b4f5c3dc6c4c96a91c21e53b5f6ba7 #: ../../managing_networks.rst:1363 msgid "Click Physical Network." msgstr "点击物理网络。" # d545de9168774122b8d39fe9b88db0f9 #: ../../managing_networks.rst:1371 msgid "Click Networks." msgstr "点击网络。" # 201b95be96f741419b7a53c915e3da38 #: ../../managing_networks.rst:1375 msgid "Select the networks you want to work with." msgstr "选择你想要操作的网络。" # b1dafa11c6dd48aaba7215933fc61640 #: ../../managing_networks.rst:1379 msgid "Click View IP Ranges." msgstr "点击查看IP范围。" # 962df84772504a178c0760d6862328be #: ../../managing_networks.rst:1383 msgid "Click Add IP Range." msgstr "点击添加IP范围。" # a8c9f66de4e84e56882ecb276ca04e41 #: ../../managing_networks.rst:1385 msgid "The Add IP Range dialog is displayed, as follows:" msgstr "显示的添加IP范围对话框如下:" # ae7f538d814144019a90e1b0ac6f4a3d #: ../../managing_networks.rst:1387 msgid "|add-ip-range.png: adding an IP range to a network.|" msgstr "|add-ip-range.png: adding an IP range to a network.|" # 0884d274eba74f889ae1c3abffff98dd # 03a1c57fd13d4fdb9f6c63ec4afcc907 #: ../../managing_networks.rst:1393 ../../managing_networks.rst:5063 msgid "All the fields are mandatory." msgstr "所有的区域必须填写的。" # 8da5ac3902824555b54847009a765ed7 # fe107d12592248a982087f39da19a41a #: ../../managing_networks.rst:1397 ../../managing_networks.rst:5081 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重叠。" # d23bd452fc4d46579356f5ede9152d95 # af646832ee3f44ebaa1213c5db09bb4a #: ../../managing_networks.rst:1404 ../../managing_networks.rst:5098 msgid "**Netmask**: The netmask for the tier you create." msgstr "**子网掩码**:你创建的网络层的子网掩码。" # 86f10e90777a4711964d8a8df3a0e45c # 04b52f8b675747ee8a9c73e86c123710 #: ../../managing_networks.rst:1406 ../../managing_networks.rst:5100 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." # 3bdc377e66c842a4a3f09450a0832e67 #: ../../managing_networks.rst:1412 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的范围。" # b6a0de7ae6b643a3b425583d43f6163e #: ../../managing_networks.rst:1422 msgid "Isolation in Advanced Zone Using Private VLAN" msgstr "使用Private VLAN隔离高级Zone中的网络" # 4f75858c33ec4279a864c4b208e29b2b #: ../../managing_networks.rst:1424 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通讯一样的去部署无需通讯的多个应用程序。" # 2b100ae9fa4e4eaea15ed0c9c965697f #: ../../managing_networks.rst:1435 msgid "Isolate VMs in a shared networks by using Private VLANs." msgstr "使用PVLAN在共享网络中隔离VMs。" # 72cb21f4bdaa4f6c88f7f1253969f497 #: ../../managing_networks.rst:1439 msgid "Supported on KVM, XenServer, and VMware hypervisors" msgstr "在KVM,XenServer和VMware hypervisors中支持" # 64e4f6f904e145cc94c88300b2f6f1ec #: ../../managing_networks.rst:1443 msgid "" "PVLAN-enabled shared network can be a part of multiple networks of a guest " "VM." msgstr "启用了PVLAN的共享网络可以是来宾VM的多个网络的一部分。" # 39b527fd98914ef4ae1f7cd5d5a083c3 #: ../../managing_networks.rst:1447 msgid "About Private VLAN" msgstr "关于Private VLAN" # ffcf29c6500a4e3a897fefd357efafa1 #: ../../managing_networks.rst:1449 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。" # dadf77ad95da46d29d655fa1b5c88836 #: ../../managing_networks.rst:1462 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对中的主机:" # 338ab35c29694e549d0f63e57cf3ecfc #: ../../managing_networks.rst:1471 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服务器和其他受信任的设备。" # 1eb75b61178b4a8da29196b19e0755f1 #: ../../managing_networks.rst:1481 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中的端口不能与其他二层网络中的端口通讯。连接隔离模式端口上的主机只能直接与混杂模式下的资源通讯。如果你的客户设备只访问网关路由器,请将其附加至隔离端口。" # 3c344baffb3649a3a99b4762947818ae #: ../../managing_networks.rst:1489 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 端口。" # a10ac6622d024e57899b845f7e847140 #: ../../managing_networks.rst:1499 msgid "For further reading:" msgstr "延伸阅读:" # 5efde3c2b6894bd387b0f388d8bdeae3 #: ../../managing_networks.rst:1503 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>`__" # 02596ab9a4bd47daaed6a4272e786d9a #: ../../managing_networks.rst:1508 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>`__" # 886e828c09384218b5bd4f8cd224d968 #: ../../managing_networks.rst:1513 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>`__" # 6cb7c445963a491caff15981fe0b4ce4 #: ../../managing_networks.rst:1521 msgid "Use a PVLAN supported switch." msgstr "在支持的交换机上使用PVLAN。" # f7f97cd16eb24ff588d513c2d34ff289 #: ../../managing_networks.rst:1523 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>`__\\ for more information." # 09e5467647fd4eb6af74a6c1cb65b159 #: ../../managing_networks.rst:1529 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。" # 3eb08525c8114e1fade9c52b44c14c59 #: ../../managing_networks.rst:1537 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对中的每个交换机上使用级联线连接到上联交换机。" # e9c74dd366ef45f1be1d0793986d7f73 #: ../../managing_networks.rst:1544 msgid "Configure private VLAN on your physical switches out-of-band." msgstr "在你的物理交换机上使用带外管理配置private VLAN。" # 2ecc130e165749aba238d52a9a7f2486 #: ../../managing_networks.rst:1548 msgid "Before you use PVLAN on XenServer and KVM, enable Open vSwitch (OVS)." msgstr "在XenServer和KVM上使用PVALN之前,请启用Open vSwitch (OVS)。" # 030698129200435e9f708d7cb120c98b #: ../../managing_networks.rst:1550 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。" # f6a73d4d4c73444dbf0a403921b5aa74 #: ../../managing_networks.rst:1553 msgid "Creating a PVLAN-Enabled Guest Network" msgstr "配置一个启用了PVLAN的来宾网络" # 740911b6b7d14c93bb243f861cbde303 #: ../../managing_networks.rst:1613 msgid "" "**Secondary Isolated VLAN ID**: The unique ID of the Secondary Isolated " "VLAN." msgstr "**辅助隔离VLAN ID**:辅助隔离VLAN的唯一ID。" # 33d01a6c72b3484991970c439ebe1b80 #: ../../managing_networks.rst:1616 msgid "" "For the description on Secondary Isolated VLAN, see `Section 15.14.1, “About" " Private VLAN” <#about-pvlan>`__." msgstr "更多关于辅助隔离VLAN的描述,请参考 `Section 15.14.1, “关于 Private VLAN” <#about-pvlan>`__." # 2c24eb1bc100495989166e76788319c0 #: ../../managing_networks.rst:1679 msgid "Security Groups" msgstr "安全组" # d331348078ea4de8a8dc8471c9cc3cce #: ../../managing_networks.rst:1682 msgid "About Security Groups" msgstr "关于安全组" # f34bf064d0114b288f2f55f17a25f84a #: ../../managing_networks.rst:1684 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支持安全组。" # 5e82a09d657a4767acec9f22d782de51 #: ../../managing_networks.rst:1693 msgid "" "In a zone that uses advanced networking, you can instead define multiple " "guest networks to isolate traffic to VMs." msgstr "在一个使用高级网络的zone中,你可以改为定义多个来宾网络隔离流量至VMs。" # 79f27644dfcf4cf788bba960a7f3b5bf #: ../../managing_networks.rst:1695 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的策略继承一些的想要的设置。" # baa28941d5194fae811bbd88c61df125 #: ../../managing_networks.rst:1700 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到其他安全组。" # de98d0c1571a4cc18032b6472947663b #: ../../managing_networks.rst:1707 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,无论是运行的还是关机的。" # 6e7dbedd8ee140e1ad567e65c7ff552d #: ../../managing_networks.rst:1711 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 "如果没有指定入口规则,那么流量会被禁止,除了已经允许通过一个出口规则响应任何流量 。" # 50b80901d7c24d66a23e838b0f4293d3 #: ../../managing_networks.rst:1716 msgid "Adding a Security Group" msgstr "添加一个安全组" # f870c727a4ba4b5fafdca88cc7a4b660 #: ../../managing_networks.rst:1718 msgid "A user or administrator can define a new security group." msgstr "一个用户或者管理员能定义一个新的安全组。" # 2bd568db435b4894a6594bdabb71b71f # ec651383a1084a9bb247059b0cb38cc8 #: ../../managing_networks.rst:1726 ../../managing_networks.rst:1803 msgid "In the left navigation, choose Network" msgstr "在左侧的导航栏,选择网络" # 20641ac9b26d48a8a2af8025a38b3550 #: ../../managing_networks.rst:1730 msgid "In Select view, choose Security Groups." msgstr "在选择视图中,选择安全组。" # 3b8b48dea99749bf821c45bf85f5edce #: ../../managing_networks.rst:1734 msgid "Click Add Security Group." msgstr "点击添加安全组。" # da5c74165969469d9c2395eaaa3f94e6 #: ../../managing_networks.rst:1738 msgid "Provide a name and description." msgstr "提供一个名称和描述。" # cebb13c23de64a278615d79e7d92b3bc #: ../../managing_networks.rst:1744 msgid "The new security group appears in the Security Groups Details tab." msgstr "新的安全组出现在安全组详细信息标签中。" # b0f1a7c4f9d74d0cbf905c6ce03546b8 #: ../../managing_networks.rst:1748 msgid "" "To make the security group useful, continue to Adding Ingress and Egress " "Rules to a Security Group." msgstr "要使安全组生效,继续给这个安全组添加入口和出口策略。" # 0c59765ee0c64629952434a87beb9d81 #: ../../managing_networks.rst:1752 msgid "Security Groups in Advanced Zones (KVM Only)" msgstr "高级区域中的安全组(只针对KVM)" # 33c22ff2d84d4c149fb2a3ba75f8689f #: ../../managing_networks.rst:1754 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,可以在云中隔离客户时具有更高的灵活性" # 0d98099524ba4909b604a7399ffc1bd8 #: ../../managing_networks.rst:1760 msgid "Limitations: The following are not supported for this feature:" msgstr "限制:下列不支持此功能" # cfee500d52ad40699096b1a8e4e389c1 #: ../../managing_networks.rst:1764 msgid "" "Two IP ranges with the same VLAN and different gateway or netmask in " "security group-enabled shared network." msgstr "在开启了安全组的共享网络内,同一VLAN内具有不同网关或掩码的二个IP范围," # 6246185f1f154f93875963e698243930 #: ../../managing_networks.rst:1769 msgid "" "Two IP ranges with the same VLAN and different gateway or netmask in " "account-specific shared networks." msgstr "在共享网络的特殊帐户内,同一VLAN内具有不同网关或掩码的二个IP范围" # 1d7c154fd0c34eaf9711d6ec05f84dee #: ../../managing_networks.rst:1774 msgid "Multiple VLAN ranges in security group-enabled shared network." msgstr "在开启了安全组共享网络的多VLAN范围" # d31b3ceda7e84ff09119957ddcbbdf2b #: ../../managing_networks.rst:1778 msgid "Multiple VLAN ranges in account-specific shared networks." msgstr "在共享网络的特殊帐户内,多个VLAN范围" # 6eeb1f2182894bc383d39cb1f701fb27 #: ../../managing_networks.rst:1780 msgid "" "Security groups must be enabled in the zone in order for this feature to be " "used." msgstr "为使用此特性,在区域内必须开启安全组" # d9c879f6880c426dbe5cc14699e86c87 #: ../../managing_networks.rst:1784 msgid "Enabling Security Groups" msgstr "开启安全组" # 6038307bd32f4032b2cf2283627e5084 #: ../../managing_networks.rst:1786 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时启用。" # 9239428930ac475c8787a1fa5c7b5852 #: ../../managing_networks.rst:1795 msgid "Adding Ingress and Egress Rules to a Security Group" msgstr "对安全组添加入口出口规则" # 1dabe90dfbf742b1ad863dda6a7370cf #: ../../managing_networks.rst:1807 msgid "" "In Select view, choose Security Groups, then click the security group you " "want ." msgstr "在选择视图中,选择安全组,然后点击需要的安全组" # 14c6cdb0f76f4e5bafb8a8247c89a3f5 #: ../../managing_networks.rst:1812 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 "为增加入口规则,点击入口规则并填写相应内容,以说明在此安全组内何种网络流量可以到达虚拟机实例。如果没有说明入口规则,则不会允许流量进入。也就只有出口规允许的流量了。" # dbc6db6a8f164564b90b36fb8600f6c4 #: ../../managing_networks.rst:1820 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定义的流量来源或是已存在的安全组。如果允许来自另一安全组的所有虚拟机的流量进入,则添加此帐户。" # c7404bcf0635456b924a7d4461860444 #: ../../managing_networks.rst:1828 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则用来发送错误信息或网络监控数据" # 553fb9fc05c647d38e4c15f2ccbb5123 #: ../../managing_networks.rst:1835 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)。目的地为进入流量而设的监听端口范围。如果仅开放了单个端口,则在两者的区域中用同一端口。" # f1ac0dd3df2a46ad8b321cc49981a565 #: ../../managing_networks.rst:1841 msgid "" "**ICMP Type, ICMP Code**. (ICMP only) The type of message and error code " "that will be accepted." msgstr "**ICMP类型,ICMP编码**. (仅对ICMP)。接受的信息及错误码的类型。" # 4b14903d5adb4c9a8301a393218c0fe9 #: ../../managing_networks.rst:1846 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" # c1561e01a67747a699e6e8f0b8d265a1 #: ../../managing_networks.rst:1854 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步使用的相同的名字。" # 04916ecc9b4840d8804edbc1bb1bc4f7 #: ../../managing_networks.rst:1860 msgid "The following example allows inbound HTTP access from anywhere:" msgstr "下面这个例子允许内部任何地方的HTTP访问" # 10d3ac32eaec4653a69e66dd007f355a #: ../../managing_networks.rst:1862 msgid "|httpaccess.png: allows inbound HTTP access from anywhere|" msgstr "|httpaccess.png: allows inbound HTTP access from anywhere|" # f0c00b232e4347b19d537a01dae35eac #: ../../managing_networks.rst:1866 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服务器的,响应来自入口规则允许进入的流量的" # 0e14fad2168c4e78b9fc5a5da9f303f4 #: ../../managing_networks.rst:1877 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帐户添加**. 表明流量目的地是否已通过IP地址(CIDR)定义或是CloudStack帐户(Account)内存在的安全组。选择帐户,以允许流量到其安全组内所有虚拟机" # 1a02e526bf804681aaddd5d1f0ed1ce9 #: ../../managing_networks.rst:1885 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则用来发送错误信息或网络监控数据" # b0ec41fcd32641b3944750fc36979e9a #: ../../managing_networks.rst:1892 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) 。目的地为进入流量而设的监听端口范围。如果仅开放了单个端口,则在两者的区域中用同一端口。" # f1360ae9661b4df29243b766c0bb4aa2 #: ../../managing_networks.rst:1898 msgid "" "**ICMP Type, ICMP Code**. (ICMP only) The type of message and error code " "that will be sent" msgstr "**ICMP类型,ICMP编码**. (仅对ICMP) 。信息及错误码的类型。" # 350a113cb8dd4f31994777cc4fb0bd62 #: ../../managing_networks.rst:1903 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" # 0a29a66f07214b4db9dde4958f6b9ce8 #: ../../managing_networks.rst:1911 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帐户和在此帐户中已经定义的安全组的名字。为允许你正在编辑的安全组内虚拟机之间的流量,输入名字。" # 9703c00d7003480993587ff39b757c8e #: ../../managing_networks.rst:1922 msgid "External Firewalls and Load Balancers" msgstr "外部防火墙及负载均衡" # f80e67cfaf2b4e8ba6fe5e89961f1604 #: ../../managing_networks.rst:1924 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作为网关。" # ae5fe8317334469fadbdb5e10bfb6484 #: ../../managing_networks.rst:1930 msgid "About Using a NetScaler Load Balancer" msgstr "关于使用NetScaler负载均衡器" # e93ff8055f5c45e397a20a5eec844c9d #: ../../managing_networks.rst:1932 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的虚拟路由器时,就可以建立一个外部负载均衡器" # b35f57f9209f4a39bca7644428cc5471 #: ../../managing_networks.rst:1937 msgid "" "In a Basic zone, load balancing service is supported only if Elastic IP or " "Elastic LB services are enabled." msgstr "在基础区域中,仅在弹性IP或弹性负载均衡服务开启时,才支持负载均衡服务" # 432354c2478043e585e3be569496f81f #: ../../managing_networks.rst:1939 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 `Section 15.11, “About Elastic IP” <#elastic-" "ip>`__." msgstr "在基础域中使用NetScaler负载均衡提供EIP或ELB服务时,确保所有的客户虚拟机流量必须通过NetScaler设备进出。当入流量通过NetScaler设备时流量通过使用NAT协议被路由,此NAT协议依赖于公共IP到私有IP的配置。来自客户虚拟机的流量通常要经过3层路由器,为确保出流量通过提供EIP/ELB的NetScaler设备,3层路由器,必须具有基础策略。必有设立一个具有基础策略的路由器可保证所有客户机的流量都能转向NetScaler设备。这也需要确保客户虚拟机的出流量通过使用NAT被路由到公共IP。关于EIP的更多信息,参考 `15.11,“关于弹性IP” <#elastic-ip>`__." # c55b5331d1654661ba6a8b891a476d7b #: ../../managing_networks.rst:1953 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可以设置成直通模式。它必须在区域中部署客户虚拟机负载均衡规则之前加入。" # 820e88370085451ab81b601ac5092dac #: ../../managing_networks.rst:1957 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也不可以用作防火墙。" # bd46111da3364f82a10dafe9f0493719 #: ../../managing_networks.rst:1962 msgid "" "To install and enable an external load balancer for CloudStack management, " "see `Section 13.5.4, “External Guest Load Balancer Integration (Optional)” " "<#external-guest-lb-integration>`__." msgstr "为方便CloudStack的管理,安装并开启外部负载均衡器,请参考 `章节13.5.4,\"外部客户负载均衡器集成(可选)\"<#external-guest-lb-integration>`__." # 3d1489d6890045afa4bf8363cde00c85 #: ../../managing_networks.rst:1966 msgid "" "The Citrix NetScaler comes in three varieties. The following table " "summarizes how these variants are treated in CloudStack." msgstr "思杰的NetScaler有三种变化,下表总结了在CloudStack中如何处理那些变化。" # 2927f19bf6bb4d3bb378a8577b25625a #: ../../managing_networks.rst:1970 msgid "NetScaler ADC Type" msgstr "NetScaler ADC Type" # 2b1a2bad59464e32bb278dabdccd5e47 #: ../../managing_networks.rst:1970 msgid "" "Description of Capabilities CloudStack Supported Features" msgstr "CloudStack支持特性的描述" # 39c4c063dc7a4318a25731f69953f77f #: ../../managing_networks.rst:1972 msgid "MPX" msgstr "MPX" # ea198bf147554fa7a44f413842a7cf5b #: ../../managing_networks.rst:1972 msgid "" "Physical appliance. Capable of deep packet inspection. Can act as " "application firewall and load balancer." msgstr "物理应用。能够进行深度数据包检测。可作为防火墙和负载均衡应用。" # a333a75371ca4e3bbcf547d8ad6f5c02 #: ../../managing_networks.rst:1972 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功能。" # 3ed6562f8db44f62838fe4626dfc5b42 #: ../../managing_networks.rst:1973 msgid "VPX" msgstr "VPX" # ddd9e04881a14b22854e0d68d62da1fd #: ../../managing_networks.rst:1973 msgid "" "Virtual appliance. Can run as VM on XenServer, ESXi, and Hyper-V " "hypervisors. Same functionality as MPX." msgstr "虚拟应用,可以运行在XenServer,ESXi以及Hyper-V上虚拟机上。与MPX功能相同。" # 6d6c6be8254042c58f42881bf458f16a #: ../../managing_networks.rst:1973 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作为同一类型的设备看待。" # 5c01f29af8d747a8bd66543d6871ebff #: ../../managing_networks.rst:1974 msgid "SDX" msgstr "SDX" # 242fb2a841c945aa93d42db46483f206 #: ../../managing_networks.rst:1974 msgid "" "Physical appliance. Can create multiple fully isolated VPX instances on a " "single appliance to support multi-tenant usage" msgstr "物理应用。可以在单个应用上创建多个完全隔离的VPX实例,以支持多客户使用。" # 18dac2747b4240b4a97a950679f07e9b #: ../../managing_networks.rst:1974 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。" # ac9fa52a18d4459aa785bbf9fa582470 #: ../../managing_networks.rst:1978 msgid "Configuring SNMP Community String on a RHEL Server" msgstr "在RHEL服务器上配置SNMP社区字符串" # 3f04d5be0b624710a9353ea54e5f6cd4 #: ../../managing_networks.rst:1980 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请求发送。如果社区字符串正确,设备将反馈相应的字符串若不正确,设备将丢弃请求,不进行处理。" # ae292ca0b1c54168812d01ef32f1ab3f #: ../../managing_networks.rst:1986 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机器之间安全的通讯,必须安装并配置社区字符串。" # 6a8596f21b7440bfb1f7c8eb2bfc8628 #: ../../managing_networks.rst:1992 msgid "" "Ensure that you installed SNMP on RedHat. If not, run the following command:" msgstr "确保在RedHat上安装了SNMP,如果没有,执行以下命令:" # e86f60a54a14414296b44f545df45ecb #: ../../managing_networks.rst:2001 msgid "" "Edit the /etc/snmp/snmpd.conf file to allow the SNMP polling from the " "NetScaler device." msgstr "编辑/etc/snmp/snmpd.conf 文件,以允许来自NetScaler设备的SNMP查询" # c7ae2f4b80e448589a7324e9160cc098 #: ../../managing_networks.rst:2006 msgid "" "Map the community name into a security name (local and mynetwork, depending " "on where the request is coming from):" msgstr "映射社区名到一个安全的名字(本地,我的网络,依赖于其来源)" # 82d2e1366fcb407292043214ee132fd0 #: ../../managing_networks.rst:2009 msgid "" "Use a strong password instead of public when you edit the following table." msgstr "编辑下表时,使用一个强密码" # a60077478293466090acdec3a98361b3 #: ../../managing_networks.rst:2017 msgid "Setting to 0.0.0.0 allows all IPs to poll the NetScaler server." msgstr "设置0.0.0.0以允许所有的IP都可以查询NetScaler设备" # dde16e249ba84f859fe076f1169b118b #: ../../managing_networks.rst:2021 msgid "Map the security names into group names:" msgstr "映射一个安全名到组名" # 74b3e712da4d47a3b29ca52d3fe14e7d #: ../../managing_networks.rst:2033 msgid "Create a view to allow the groups to have the permission to:" msgstr "创建一个视图,以允许组有权限执行:" # d114649652ac478097b5ba7219ecd9b1 #: ../../managing_networks.rst:2041 msgid "" "Grant access with different write permissions to the two groups to the view " "you created." msgstr "授权不同的写权限给二个组及你创建的视图" # 35e6d3349499465981e06188c2545f91 #: ../../managing_networks.rst:2052 msgid "Unblock SNMP in iptables." msgstr "在iptalbes中解除对SNMP的锁定。" # 06ec2d8329bb44eca854ac9124a54ac2 #: ../../managing_networks.rst:2060 msgid "Start the SNMP service:" msgstr "开启SNMP服务:" # 620bd58e847546af8ec5eee6f1df392f #: ../../managing_networks.rst:2068 msgid "" "Ensure that the SNMP service is started automatically during the system " "startup:" msgstr "确保在系统启动时,SNMP服务能够自动启动。" # 459a59b07c9a487bb876fb3570027f56 #: ../../managing_networks.rst:2076 msgid "Initial Setup of External Firewalls and Load Balancers" msgstr "初始化安装外部防火墙和负载均衡" # bcccbb4ccd2742e988440761c1c97c3d #: ../../managing_networks.rst:2078 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会设置程序以让外部防火墙和负载均衡与虚拟机共同工作。会在防火墙上创建以下对象:" # b2a4387bb61a40b2a674374748325e75 #: ../../managing_networks.rst:2084 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。" # 73a0ab4e7e52401893fb6876bddfa3c1 #: ../../managing_networks.rst:2090 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地址作为源地址。" # a91c17a9a27744d590cca5c8ae83e4f3 #: ../../managing_networks.rst:2096 msgid "" "A firewall filter counter that measures the number of bytes of outgoing " "traffic for the account" msgstr "防火墙过滤计数器计量帐户出口流量的字节数" # a969e661812f4c76a64517563139bc46 #: ../../managing_networks.rst:2099 msgid "The following objects are created on the load balancer:" msgstr "以下对象会在负载均衡上创建:" # 70a41496c1d8446eb94f4846d5f48807 #: ../../managing_networks.rst:2103 msgid "A new VLAN that matches the account's provisioned Zone VLAN" msgstr "匹配帐户区域VLAN的私有VLAN。" # 2c7b27d0b7ba4358879882aecb0f85b2 #: ../../managing_networks.rst:2107 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。" # f331ea1b60734e7e9cf00688be8a014a #: ../../managing_networks.rst:2111 msgid "Ongoing Configuration of External Firewalls and Load Balancers" msgstr "继续配置外部防火墙和负载均衡" # 283a3ee82af240268e7f73eee64568cc #: ../../managing_networks.rst:2113 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会在区域的外部防火墙上通过程序定制如下对象:" # 7f37822b183846029b22d982605df64a #: ../../managing_networks.rst:2124 msgid "" "A static NAT rule that maps the public IP address to the private IP address " "of a VM." msgstr "一条静态NAT规则将虚拟机的私有IP地址映射到公共IP地址。" # 04d5cfd64b5a49ca87e10c965ebcbbe8 #: ../../managing_networks.rst:2129 msgid "" "A security policy that allows traffic within the set of protocols and port " "ranges that are specified." msgstr "一个安全策略可以允许说明的协议和端口范围内的流量通过。" # b32ae655c9424e7aa37228b3b21d1b57 #: ../../managing_networks.rst:2134 msgid "" "A firewall filter counter that measures the number of bytes of incoming " "traffic to the public IP." msgstr "防火墙过滤计数器计量到达此公共IP的流量" # cd8452f768c14fdd8fbd4e7432ae4f05 #: ../../managing_networks.rst:2137 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的数据库中。" # ad1eac1dba114d83a1aef1f71f058a04 #: ../../managing_networks.rst:2143 msgid "Load Balancer Rules" msgstr "负载均衡规则" # 7705d32d38f54ae985f6e0d7cdbe4094 #: ../../managing_networks.rst:2145 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地址收到的针对一个或多个虚拟机的外部流量。一个用户可以创建一条规则,说明一个算法,并将其指定给一部分虚拟机。" # 711015b6ce824631aa25054b86e45fd5 #: ../../managing_networks.rst:2150 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的虚拟路由器,则你必须在虚拟路由器上创建一个防火墙规则,这些防火墙规则与已经设置的负载均衡规则一一对应,只有这样,才能使那些负载均衡规则继续起作用。" # b1392c053235469d9db00ff277fe4081 #: ../../managing_networks.rst:2153 msgid "Adding a Load Balancer Rule" msgstr "增加一条负载均衡规则" # a9769f3aee3741018069f035a314faec #: ../../managing_networks.rst:2165 msgid "" "Click the name of the network where you want to load balance the traffic." msgstr "点击拟进行负载均衡的网络名称" # e7820b855f9a4bdc825b874af1ee74ac # 57f9df7d52c143248cee80215df6b361 # f15c85d6dc1d4b1da943709cbeb66d6e #: ../../managing_networks.rst:2174 ../../managing_networks.rst:6224 #: ../../managing_networks.rst:6616 msgid "" "Click the IP address for which you want to create the rule, then click the " "Configuration tab." msgstr "点击你希望创建规则的IP地址,然后点击配置" # 7882de69bd334597b436f05ffb59daa7 # 8271af5525f04c1399625a2ae00356f3 #: ../../managing_networks.rst:2179 ../../managing_networks.rst:6229 msgid "In the Load Balancing node of the diagram, click View All." msgstr "在图的负载均衡节点点上,点击 查看全部。" # 4361d1b583104cc89c442cd88c0522c4 #: ../../managing_networks.rst:2181 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地址页列出来。" # 4a94254b17ed4ec39f2315e6a888fb5a #: ../../managing_networks.rst:2186 msgid "" "To do that, select the name of the network, then click Add Load Balancer " "tab. Continue with `7 <#config-lb>`__." msgstr "为此,选择网络名称,点击 增加负载均衡。按 `7 <#config-lb>`__ 继续进行配置。" # 9ee5e7cec16645afac9aaaaff13a496c # 657c6d30f6814207ba6bd9d39da07f82 #: ../../managing_networks.rst:2191 ../../managing_networks.rst:3648 msgid "Fill in the following:" msgstr "填写以下内容:" # c407a31e5baa4fad9d35127bff1b7daa # d76bf4093eba4a98af63df8739a8e847 # e45e3c4b92ee4267b003f94314d91095 #: ../../managing_networks.rst:2195 ../../managing_networks.rst:6241 #: ../../managing_networks.rst:6497 msgid "**Name**: A name for the load balancer rule." msgstr "**名称**: 负载均衡规则的名称。" # 86b0b5a5cb264775a51f8c349e910dbe #: ../../managing_networks.rst:2199 msgid "**Public Port**: The port receiving incoming traffic to be balanced." msgstr "**公共端口**: 这个端口接受到负载均衡的进入流量。" # 009ab0a02f2749b3875ebca762117055 # aab69f01a8cb47409f9590eb9521467f #: ../../managing_networks.rst:2204 ../../managing_networks.rst:6250 msgid "" "**Private Port**: The port that the VMs will use to receive the traffic." msgstr "**私有端口**: 虚拟机会使用此端口接收流量。" # a01e2f1dc4fd49108b0d7ba3e2ae529e #: ../../managing_networks.rst:2209 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搜索会发现大量信息。" # 997d16371c9e465699db38061283e6b4 #: ../../managing_networks.rst:2216 msgid "" "**Stickiness**: (Optional) Click Configure and choose the algorithm for the " "stickiness policy. See Sticky Session Policies for Load Balancer Rules." msgstr "**粘性**: (可选) 点击配置,为粘性策略选择一个算法。可参见为负载均衡规则制定的粘性会话策略。" # 18519de60f3f473c83ac612b5fad495c #: ../../managing_networks.rst:2222 msgid "" "**AutoScale**: Click Configure and complete the AutoScale configuration as " "explained in `Section 15.16.6, “Configuring AutoScale” <#autoscale>`__." msgstr "**自动缩放**: 点击配置完成自动缩放配置,在 `章节15.16.6, “配置 AutoScale” <#autoscale>`__." # 3908f0ca791a42debbb0585189fb7c1e #: ../../managing_networks.rst:2228 msgid "" "**Health Check**: (Optional; NetScaler load balancers only) Click Configure " "and fill in the characteristics of the health check policy. See `Section " "15.16.5.3, “Health Checks for Load Balancer Rules” <#health-checks-for-lb-" "rules>`__." msgstr "**健康检查**: (可选,只针对NetScaler的负载均衡设备) 点击配置并填写健康检查特性,参见 `章节 15.16.5.3, “负载均衡规则的健康检查” <#health-checks-for-lb-rules>`__." # 2879252f32f34f539751be82bf984014 #: ../../managing_networks.rst:2235 msgid "" "**Ping path (Optional)**: Sequence of destinations to which to send health " "check queries. Default: / (all)." msgstr "**ping 路径(可选)**: 需要发送健康检查的目的地顺序。默认:/ (all)。" # a8debc6dcd7145d7afebfc88d610080e #: ../../managing_networks.rst:2240 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秒。" # 8fc593a6bc1348d28c5ad36ef1ee55b2 #: ../../managing_networks.rst:2245 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" # 6d4cfb962ee94044af1572953fdaad0f #: ../../managing_networks.rst:2252 msgid "" "**Healthy threshold (Optional)**: Number of consecutive health check " "successes that are required before declaring an instance healthy. Default: " "2." msgstr "**健康阀值(可选)**: 在声明一个实例健康之前,连续健康检查成功的次数。默认为2." # be452bfbd60c44ee89f3cacb209f6879 #: ../../managing_networks.rst:2258 msgid "" "**Unhealthy threshold (Optional)**: Number of consecutive health check " "failures that are required before declaring an instance unhealthy. Default: " "10." msgstr "**不健康阀值(可选)**: 在声音一个实例不健康之前连续健康检查失败的次数。默认为10。" # 457c998fe4d6462bab0cb048fd076832 #: ../../managing_networks.rst:2264 msgid "" "Click Add VMs, then select two or more VMs that will divide the load of " "incoming traffic, and click Apply." msgstr "点击添加虚拟机,选择拟分散进入流量的二个或多个虚拟机,点击应用。" # 820fdad3c2f04d08aab271b8010f13fb #: ../../managing_networks.rst:2267 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增加更多的负载均衡规则。" # 76399c00e68f42168b802e6ddff1fb49 #: ../../managing_networks.rst:2271 msgid "Sticky Session Policies for Load Balancer Rules" msgstr "为负载均衡规则制定的粘性会话策略。" # 1b0830c090eb4231b808b590bc10dd15 #: ../../managing_networks.rst:2273 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 "粘性会话应用于基于网页的应用中,以确保在用户的会话中,对用户的多种请求持续提供信息。例如,购物者正在向购物车中增加东西,则需要记住到目前为止已买的东西。粘性的概念也指持久发现或维护状态。" # 89d324559b614ee8916fe9d09229e529 #: ../../managing_networks.rst:2279 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行为。诸如如何产生的以及是否进行缓存。" # 8ac187f8411440ac922c801d4fd2171e #: ../../managing_networks.rst:2293 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或者调用网络列表,并检查粘性方法支持能力。" # d4666e89faf1441f96dac55fcaa4010f #: ../../managing_networks.rst:2298 msgid "Health Checks for Load Balancer Rules" msgstr "负载均衡规则的健康检查。" # ed1c6c49e9804202a2791f6dbf88fead #: ../../managing_networks.rst:2300 msgid "(NetScaler load balancer only; requires NetScaler version 10.0)" msgstr "(仅对NetScaler负载均衡设备,需要NetScaler版本10.0以上。)" # 4e756b5788bb4edbb5189cd1de10fe72 #: ../../managing_networks.rst:2302 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 "负载均衡应用中的健康检查,能够确保转发需求运行,服务可用。当创建一个负载均衡规则里,你可以指定一个健康检查策略。这是对粘性策略,算法,其他负载均衡设备规则的附加说明。可以为每一条负载均衡设备进行配置。" # d4587d4fb2ec4c1782622d46fca4b609 #: ../../managing_networks.rst:2309 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路径,定义健康或非健康状态的阀值,健康检查频率以及等待超时间隔。" # fada8ec075ce48a3915f6a674da4ecce #: ../../managing_networks.rst:2314 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中。对绑定了负载均衡规则的虚拟机,且此规则配置了健康检查,依据最近的检查,状态会显示为正常或失败。" # 7a1f1e9599b14a929b0eb739ba5b1ed6 #: ../../managing_networks.rst:2324 msgid "You can delete or modify existing health check policies." msgstr "可以删除或修改存在的健康检查策略。" # 242bd90478da46a3874cacc3c3fe8e44 #: ../../managing_networks.rst:2326 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秒。可以根据需要进行设置此值。" # 50015277b8b2447f9cc7b404b78076ad #: ../../managing_networks.rst:2331 msgid "" "For details on how to set a health check policy using the UI, see `Section " "15.16.5.1, “Adding a Load Balancer Rule” <#add-load-balancer-rule>`__." msgstr "如何通过UI进行健康检查策略的设置,参阅 `章节 15.16.5.1, “添加负载均衡规则” <#add-load-balancer-rule>`__." # 495d9aad900b49139757decdcd3e1fd0 #: ../../managing_networks.rst:2336 msgid "Configuring AutoScale" msgstr "配置自缩放" # b63acaedf38e4084922d0ed1738a096c #: ../../managing_networks.rst:2338 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 "自缩放允许你能够根据定义的条件进行无缝且自动的增加或减少后端服务或应用虚拟机。当开启自缩放时,可以确保在需求增加时,无缝的增加正在使用虚拟机的数量。因此他会通过关闭未使用的虚拟机或者需要时开启新的虚拟机,从而节省你的计算成本。这些操作,都不需要手动干预。" # 7c16ef30187f4e528f9e696fdb6a13a2 #: ../../managing_networks.rst:2346 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分钟时,移除一个虚拟机。" # 80978f0a46614c2388d8939eed46efe8 #: ../../managing_networks.rst:2355 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共同工作以初始化扩大或缩小的行为。" # 7afb1d7436404cfd95447514fc260dc2 #: ../../managing_networks.rst:2359 msgid "" "AutoScale is supported on NetScaler Release 10 Build 74.4006.e and beyond." msgstr "自缩放在NetScaler发布的10版本以上适用。(Build 74.4006.e 及以上)" # 51240e4bba6843c59ae0708261e1f840 #: ../../managing_networks.rst:2361 msgid "" "**Prerequisites**: Before you configure an AutoScale rule, consider the " "following:" msgstr "预需求:在配置自缩放前,需要考虑以下几点:" # 277e8d5e18a44c6a8294bd45157ea092 #: ../../managing_networks.rst:2365 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 "确保在配置自缩放时有必需的模板。当使用模板部署虚拟机并使虚拟机启动时,应用能够起动并运行。" # 737813324b7c4d178b04393d1999b2bc #: ../../managing_networks.rst:2369 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设备会认为虚拟机无效并持续无条件的创建虚拟机,直到资源耗尽。" # 5143a191f2974e27b72c984bf972c957 #: ../../managing_networks.rst:2373 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 "部署准备好的模板。确保应用在第一次启动时能够开启并准备好接管流量。观察部署模板需要的时间。在配置自缩放时,要考虑这段时间。" # 2fb2c481526e4dacbc3d8658f102c054 #: ../../managing_networks.rst:2380 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 `Section 15.16.2, “Configuring SNMP Community String on a RHEL " "Server” <#configure-snmp-rhel>`__ to configure SNMP on a RHEL machine." msgstr "自缩放功能支持SNMP计数,这可以用来定义扩大或缩小的前提条件。为监测SNMP计数,确保SNMP代理已经在创建自缩放虚拟机的模板中安装。通过使用标准SNMP管理器,SNMP操作可以与配置好的社区SNMP和端口一起工作。可参见 `章节 15.16.2, “在RHEL服务器上配置SNMP 团体字符串” <#configure-snmp-rhel>`__在RHEL服务器上配置SNMP团体字符串。" # 596a2d14b50c4e298970de7db5c4d19b #: ../../managing_networks.rst:2392 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地址的权限。" # 59583fe0dfc14e2db8bcc23629da18e3 #: ../../managing_networks.rst:2400 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 `Updating an AutoScale Configuration " "<#update-autoscale>`__" msgstr "如果更新了endpointe.url,在系统自动负载均衡器规则里,先关闭自缩放功能随后再开启,以应用此更新。。更多信息,参见 `更新 AutoScale Configuration <#update-autoscale>`__" # 06073879472f4da9bd08b00591d0cb40 #: ../../managing_networks.rst:2407 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配置的变化。" # 019b533b8504424fac6d7aca7a0eef69 #: ../../managing_networks.rst:2414 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 "在高级区域中,在配置带自缩放的负载均衡规则时,确保至少要有一个虚拟机。在网络中存在一个虚拟机,可保证在配置自缩放时,网络处于使用状态。" # 6cf79ca1b7bb4329a6e3794bd3bb6640 #: ../../managing_networks.rst:2419 msgid "**Configuration**: Specify the following:" msgstr "**配置**: 说明如下:" # 06eb944130db406d86f9d8d4f0f5201f #: ../../managing_networks.rst:2421 msgid "|autoscaleateconfig.png: Configuring AutoScale|" msgstr "|autoscaleateconfig.png: Configuring AutoScale|" # b20309b302124634a79102396066cfc9 #: ../../managing_networks.rst:2425 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服务器应该在运行,并且连接了数据库,等等。" # d1dea3f6825c4703a43d71cdc7414e04 #: ../../managing_networks.rst:2435 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,用户在创建虚拟时可以选择这些。选择一个计算方案作为提供虚拟机实例中自缩放行为的一部分。" # 977cac13b43548b893cd8d3b9263a434 #: ../../managing_networks.rst:2443 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 "**最小实例**: 指定给负载均衡规则活动的虚拟机实例的最小数量,活动的虚拟机实例是开启的应用实例,并服务于流量和负载均衡。这个参数确保负载均衡规则拥有至少一个配置的活动虚拟机实例,并且能够服务于流量。" # 5e6b6bcdd4c24696a9891de65ee28e82 #: ../../managing_networks.rst:2450 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实例数值的时候,自动扩展启动一个缩减动作。" # 274bc08434344f26bf553ccdc8e6bbd2 #: ../../managing_networks.rst:2454 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实例的上限。" # fa8765ac9c4e4d00b6201068667e656e #: ../../managing_networks.rst:2459 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实例指定的限制。" # c9355e7ca89d4ccc9d33697630f9c9ce #: ../../managing_networks.rst:2464 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实例的数值。" # 862fa403b3ae4078b2c5fad84f20c904 #: ../../managing_networks.rst:2466 msgid "Specify the following scale-up and scale-down policies:" msgstr "指定下列扩展和缩减的策略:" # e1f66b823478416ab7c99e5e853481e1 #: ../../managing_networks.rst:2470 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。" # de56c7c414204d218c9bea6a7fcf7344 #: ../../managing_networks.rst:2477 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添加额外的计数器。" # f5b266cdeebc49f99553c773fbb856ec #: ../../managing_networks.rst:2486 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种关系型运算符:大于、小于、小于或等于、大于或等于和等于。" # 32828b689ff84e5bb31b059d21354910 #: ../../managing_networks.rst:2492 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 "**阈值**:阈值用于计数器。一旦上面计数器中定义的值超出阈值,自动扩展功能会启动扩展或者缩减动作。" # 3cda244cb6b14b7fa2e15a48acb8b16d #: ../../managing_networks.rst:2498 msgid "**Add**: Click Add to add the condition." msgstr "**添加**::点击添加来添加条件。" # 1e835d8f1a6c4e388d57d52753d3a8b8 #: ../../managing_networks.rst:2500 msgid "" "Additionally, if you want to configure the advanced settings, click Show " "advanced settings, and specify the following:" msgstr "另外,如果你想配置高级设置,点击显示高级设置,接着指定下列参数:" # 5b7ba989669e4a40afb252e27e1fc081 #: ../../managing_networks.rst:2505 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秒。" # 89516f03f6a94946ad2d2947d84e248b #: ../../managing_networks.rst:2512 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秒。" # 8d8f688a8c5f4fc8953fc72bbb6fa60e #: ../../managing_networks.rst:2521 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秒。" # 6fd80b96ba7b43e9986930a454605054 #: ../../managing_networks.rst:2529 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地址来过滤网络流量。" # 29394085111d4034a57c010959b35f52 #: ../../managing_networks.rst:2538 msgid "" "**Disk Offerings**: A predefined set of disk size for primary data storage." msgstr "**磁盘方案**:一组预定义的主数据存储磁盘大小。" # 1f96f023591543e8bd947f88ef3b1050 #: ../../managing_networks.rst:2543 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。" # 821ca4f7b9eb46fdb6f1e55753fbae4f #: ../../managing_networks.rst:2549 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." # 6383878e27b5486196bb94eda0e78311 #: ../../managing_networks.rst:2554 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调用的用户。如果没有指定选项,那么该用户被配置为自动扩展。指定其他用户名可以覆盖此配置。" # 2d0400bf625c40e5b507fe7a2a386fe3 #: ../../managing_networks.rst:2561 msgid "**Apply**: Click Apply to create the AutoScale configuration." msgstr "**应用**:点击应用创建自动扩展配置。" # 5571267d05444e769accce5b8bdb476a #: ../../managing_networks.rst:2563 msgid "**Disabling and Enabling an AutoScale Configuration**" msgstr "**禁止和启用自动扩展配置**" # a73ffd802f50465da3992613e2fd33ce #: ../../managing_networks.rst:2565 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 to enable or disable AutoScale.| button." msgstr "如果你想对一个自动扩展VM实例执行任何维护操作,请禁用自动扩展配置。当自动扩展配置被禁用,扩展和缩减动作不会执行。你可以利用停机时间进行维护活动。要禁用自动扩展配置,点击禁用自动扩展 |EnableDisable.png: button to enable or disable AutoScale.| 按钮。" # 93c6d4e3c8c549b6846a3295c5edd0d9 #: ../../managing_networks.rst:2572 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 to enable or disable AutoScale.| button." msgstr "这个按钮是启用和禁止的切换开关,取决于当前是否启用了自动扩展。在执行完维护操作以后,你可以启用回自动扩展配置。要启用,请再次打开自动扩展配置页面,然后点击启用自动扩展 |EnableDisable.png: button to enable or disable AutoScale.| 按钮。" # be28357183b6411393f82cd2c72b5010 #: ../../managing_networks.rst:2579 msgid "**Updating an AutoScale Configuration**" msgstr "**更新自动扩展配置**" # 9773eec58a9e4bb1b7870b150f73375a #: ../../managing_networks.rst:2581 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 "你可以更新各种参数和添加或者删除扩展或缩减策略中的条件。在你更新自动扩展配置之前,请确保你已经通过点击禁止自动扩展按钮禁止了自动扩展负载均衡策略。" # 08d983f7467a4f88b2f0327cb7e70ae6 #: ../../managing_networks.rst:2586 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 "在你修改了所需的自动扩展参数之后,点击应用。要应新的自动扩展策略,再次打开自动扩展配置页面,然后点击启用自动扩展按钮。" # 7cbd0d57e0eb44bfa39e96ceb5882808 #: ../../managing_networks.rst:2590 msgid "**Runtime Considerations**" msgstr "**运行时注意事项**" # 441f7052cbd94e9da209c4ae56f9188e #: ../../managing_networks.rst:2594 msgid "" "An administrator should not assign a VM to a load balancing rule which is " "configured for AutoScale." msgstr "管理员不应该分配VM到配置为AutoScale的负载均衡规则中。" # f50e274f34b349e4b1a475e82d6b27a0 #: ../../managing_networks.rst:2599 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,以便在任何时间点负载平衡规则可以调节该虚拟机。" # 5863fd77df844d8abfc0eb5b54113a9b #: ../../managing_networks.rst:2608 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作为一个设备分配一条策略。" # 05ac2f1b191343dfbe9766bc0a12a5eb #: ../../managing_networks.rst:2615 msgid "Global Server Load Balancing Support" msgstr "全局服务器负载均衡 支持" # dc875268ac1f420f95d0b8a997b1edac #: ../../managing_networks.rst:2617 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重定向技术。" # df9e3461363043e6aa13a4bf8dc2cf8e #: ../../managing_networks.rst:2625 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数据中心环境。" # 66668f01260b42868bfd989b8ec41aec #: ../../managing_networks.rst:2633 msgid "About Global Server Load Balancing" msgstr "关于全局服务器负载均衡" # beef05e70dc142608a052c66fe71bde8 #: ../../managing_networks.rst:2635 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也可以用于在发生故障时访问资源的另一个备用位置,或对流量提供了简易的维护方式,或两者兼得。" # 6f6103c3a53e4f1cb222b9afd2dcb902 #: ../../managing_networks.rst:2646 msgid "Components of GSLB" msgstr "GSLB服务组件" # 8b8a51e12bdd4107865ac3a367c5d94c #: ../../managing_networks.rst:2648 msgid "A typical GSLB environment is comprised of the following components:" msgstr "一个典型的GSLB环境由以下服务组件组成:" # 24d395f518ba4bc6acbde4a7f3524765 #: ../../managing_networks.rst:2652 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地址。" # 3adc636819414d66a23bac457844c029 #: ../../managing_networks.rst:2662 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服务。" # 7b6395ad205c425b996b1e5add0ff8d5 #: ../../managing_networks.rst:2673 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名称。" # e3e856d634e6456c93aff9131bbe3741 #: ../../managing_networks.rst:2684 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地址。" # c5a7dc8ecc384cbc9122a87ac691fb60 #: ../../managing_networks.rst:2696 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。" # f5267941251d49dab69cee3c751f2a73 #: ../../managing_networks.rst:2703 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请求。" # cc2d753e713a478a81de5da6e6c98ed0 #: ../../managing_networks.rst:2713 msgid "How Does GSLB Works in CloudStack?" msgstr "在CloudStack中,GSLB的工作原理是什么?" # c98da292c6334f3ca648a149ebdc8824 #: ../../managing_networks.rst:2715 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上进行流量负载均衡。" # ffa6856e30584d38a6f24079acff4661 #: ../../managing_networks.rst:2732 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服务。" # 3a73c9ef3d7f4ebeb3911bd3563d8387 #: ../../managing_networks.rst:2750 msgid "|gslb.png: GSLB architecture|" msgstr "|gslb.png: GSLB architecture|" # 6e23027e34d34f4a936236b981c7bcf6 #: ../../managing_networks.rst:2752 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请求将被解析到所选择关联的虚拟服务器中。" # 3151e8ac0c36496686ae21c2163aa04b #: ../../managing_networks.rst:2780 msgid "Configuring GSLB" msgstr "配置GSLB" # f59f84c71a354830be5b56db8ff8dac9 #: ../../managing_networks.rst:2782 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配置在两个不同区域中是完全相同的,尽管每个网站的负载均衡配置特定于该网站。" # 99bb0093d2e94a7a86b614949e37a273 #: ../../managing_networks.rst:2794 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:" # 1885a58567b74c5fb1d24b27d68606d1 #: ../../managing_networks.rst:2799 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服务使用。" # 3a7b005c2a8f4371abec8d107ec7567a #: ../../managing_networks.rst:2804 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>`__:" # ad1e67d3c4ba4a4dbcc2c9f9f8312a2e #: ../../managing_networks.rst:2810 msgid "Configuring a standard load balancing setup." msgstr "配置一个标准的负载均衡设置。" # cf2cce5b485d4677862f4dfa37cca3e2 #: ../../managing_networks.rst:2814 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>`__." # 28a6a8facbb74d048b3446698e7c3a28 #: ../../managing_networks.rst:2820 msgid "" "Configure a GSLB site with site name formed from the domain name details." msgstr "由域名详细信息配置一个GSLB站点和站点名称。" # 23d7169514304f03b20f0dcdd7d85560 #: ../../managing_networks.rst:2823 msgid "Configure a GSLB site with the site name formed from the domain name." msgstr "由域名配置一个GSLB站点和站点名称。" # abdfa71791a446fa8c4807a164a963ca #: ../../managing_networks.rst:2826 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" # 0c7009166c264415a54730db14b1aa5d #: ../../managing_networks.rst:2829 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>`__." # c87d7d53d0a94969ada1b51cdefa6a1d #: ../../managing_networks.rst:2834 msgid "Configure a GSLB virtual server." msgstr "配置GSLB虚拟服务器。" # e8a2089685594e79ad6db6881d235b51 #: ../../managing_networks.rst:2836 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>`__." # 418139183cf14fc4bb75d67dbd5675ca #: ../../managing_networks.rst:2841 msgid "Configure a GSLB service for each virtual server." msgstr "为每个虚拟服务器配置GSLB服务。" # c3924a1ee80541e59d938ffb33b3b2fe #: ../../managing_networks.rst:2843 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>`__." # 4d37328cd36748f68e4c010cb5530462 #: ../../managing_networks.rst:2848 msgid "Bind the GSLB services to the GSLB virtual server." msgstr "绑定GSLB服务到GSLB虚拟服务器。" # 0f19756a99664403b711b3b295586263 #: ../../managing_networks.rst:2850 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>`__." # 4870e604797d45d6954809f1324494d4 #: ../../managing_networks.rst:2855 msgid "" "Bind domain name to GSLB virtual server. Domain name is obtained from the " "domain details." msgstr "绑定GSLB域名到GSLB虚拟服务器。从域的详细信息中获得域名。" # 978097bf4e2743f2a424be8138ae67b8 #: ../../managing_networks.rst:2858 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>`__." # 60ee91d3c6484a30807687dd847bc57b #: ../../managing_networks.rst:2863 msgid "" "In each zone that are participating in GSLB, add GSLB-enabled NetScaler " "device." msgstr "在每个参与GSLB的区域内,添加启用GSLB功能的NetScaler设备。" # 454bfde53cc944eb8ca917bf70b648df #: ../../managing_networks.rst:2866 msgid "" "For more information, see `Section 15.17.2.2, “Enabling GSLB in NetScaler” " "<#enable-glsb-ns>`__." msgstr "更多信息,请参阅 `章节 15.17.2.2, “在NetScaler中启用GSLB” <#enable-glsb-ns>`__." # fd694dfa87e64107ade55d98d13c9dd2 #: ../../managing_networks.rst:2869 msgid "As a domain administrator/ user perform the following:" msgstr "以域管理员/用户执行以下操作:" # b2a0dae4dd9f46918c3e14aa88ac0f76 #: ../../managing_networks.rst:2873 msgid "Add a GSLB rule on both the sites." msgstr "在两个站点中添加GSLB规则。" # 1284b054b7634c8caf28360652e7aadf #: ../../managing_networks.rst:2875 msgid "See `Section 15.17.2.3, “Adding a GSLB Rule” <#gslb-add>`__." msgstr "参阅 `章节 15.17.2.3, “添加GSLB规则” <#gslb-add>`__." # a4c1035be3ae4ba7ae258d14c19fa1df #: ../../managing_networks.rst:2879 msgid "Assign load balancer rules." msgstr "分配负载均衡规则。" # 63a3c42a03374ba783bdd3d8e4c5028e #: ../../managing_networks.rst:2881 msgid "" "See `Section 15.17.2.4, “Assigning Load Balancing Rules to GSLB” <#assign-" "lb-gslb>`__." msgstr "参阅 `章节 15.17.2.4, “为GSLB分配负载均衡规则” <#assign-lb-gslb>`__." # c09c96f49f1a421389db422ce761a1dc #: ../../managing_networks.rst:2889 msgid "The GSLB functionality is supported both Basic and Advanced zones." msgstr "GSLB功能支持基本和高级区域。" # 99047554b3fd432390156996189c06ff #: ../../managing_networks.rst:2893 msgid "GSLB is added as a new network service." msgstr "GSLB是新添加的网络服务。" # 349a81ed861746768a4a0691ccaeab8f #: ../../managing_networks.rst:2897 msgid "GSLB service provider can be added to a physical network in a zone." msgstr "GSLB服务提供者可以被添加至区域中的物理网络。" # 6ab7794f701a4df59fc243ddc58f0b4d #: ../../managing_networks.rst:2901 msgid "" "The admin is allowed to enable or disable GSLB functionality at region " "level." msgstr "管理员允许开启或禁用地域级别的GSLB功能。" # 3d725c2417e04077a8bd810b305cc12d #: ../../managing_networks.rst:2906 msgid "The admin is allowed to configure a zone as GSLB capable or enabled." msgstr "管理员具有启用或配置区域为GSLB的能力" # af63547d61ae47bc8806fe8dec44724a #: ../../managing_networks.rst:2908 msgid "" "A zone shall be considered as GSLB capable only if a GSLB service provider " "is provisioned in the zone." msgstr "只有在GSLB服务提供者提供的区域中,该区域才被视为有GSLB能力。" # bd3583e6473d458e8903768b80ac420d #: ../../managing_networks.rst:2913 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的流量进行负载均衡。" # d3eae7bb192b4cf5999d1cad4530ce6c #: ../../managing_networks.rst:2919 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进行负载均衡。" # 722a4c917dfc4316a8a5ee4e1d2473f0 #: ../../managing_networks.rst:2924 msgid "" "The users can load balance traffic across the availability zones in the same" " region or different regions." msgstr "用户可以为同一个区域或不同地域间可用的区域流量进行负载均衡。" # f3e00c0dbac94afaa7fc338683627630 #: ../../managing_networks.rst:2929 msgid "The admin can configure DNS name for the entire cloud." msgstr "管理员可以为整个云配置DNS名称。" # 381667b65f5b41c3ba49502ed236dee2 #: ../../managing_networks.rst:2933 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名称。" # c2b3095096774c50860988ec9732c71f #: ../../managing_networks.rst:2937 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。" # 9cf64fad7b7949f98496453cb30e3f90 #: ../../managing_networks.rst:2946 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。" # 2c50d1ce8e39415d907de0a6d851de14 #: ../../managing_networks.rst:2951 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 "用户应能设置区域级虚拟服务器的权重。负载均衡在分配流量时会考虑该权重。" # 29df9cd710bd46a0a9df9f49eb468dd5 #: ../../managing_networks.rst:2957 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功能必须支持会话持久性,特定域名的一系列客户端请求被发送到同一个区域中的虚拟服务器上。" # 10872c3a649d420e9f119e3bbed98213 #: ../../managing_networks.rst:2961 msgid "Statistics is collected from each GSLB virtual server." msgstr "从每个GSLB虚拟服务器中收集统计数据。" # dd79dc700b3743df9f52e687a9db8068 #: ../../managing_networks.rst:2964 msgid "Enabling GSLB in NetScaler" msgstr "开启NetScaler的GSLB" # 156a972ed59b40038a4636321d763dae #: ../../managing_networks.rst:2966 msgid "In each zone, add GSLB-enabled NetScaler device for load balancing." msgstr "在每个区域中,添加启用GSLB的NetScaler设备提供负载均衡。" # c7e4943746f845df836880e582050b87 #: ../../managing_networks.rst:2970 msgid "Log in as administrator to the CloudStack UI." msgstr "使用管理员登录到CloudStack管理界面。" # b9463a89aa57467d83d9432154c10a77 #: ../../managing_networks.rst:2978 msgid "In Zones, click View More." msgstr "点击区域中的查看更多。" # f1595ba6ced742f9bd9ef6be9b4b2e79 #: ../../managing_networks.rst:2986 msgid "" "Click the Physical Network tab, then click the name of the physical network." msgstr "点击物理网络选项卡,然后点击物理网络的名称。" # 63b81a3cbb9742a5bbe5dd55ba85ecff #: ../../managing_networks.rst:2991 msgid "In the Network Service Providers node of the diagram, click Configure." msgstr "点击示意图'网络服务提供程序'中的配置" # 508b40545cbc4132b2cf1e4128540e5e #: ../../managing_networks.rst:2994 msgid "You might have to scroll down to see this." msgstr "你可能需要向下滚动才能看到。" # 53115bf37dda43f8b8f3536dd4dd568b #: ../../managing_networks.rst:2998 msgid "Click NetScaler." msgstr "点击NetScaler." # b5b0d0cc48334232a6a56069d7adaa9f #: ../../managing_networks.rst:3002 msgid "Click Add NetScaler device and provide the following:" msgstr "点击添加NetScaler设备并提供如下信息:" # ed5c0c0442f9456cb72dbedd1a84e668 #: ../../managing_networks.rst:3004 msgid "For NetScaler:" msgstr "对于NetScaler:" # 538c95af821f4027b75d4dc232db3305 #: ../../managing_networks.rst:3008 msgid "**IP Address**: The IP address of the SDX." msgstr "**IP地址**: SDX的IP地址。" # f90935d4f5d4451cbfb5cb650901d339 #: ../../managing_networks.rst:3012 msgid "" "**Username/Password**: The authentication credentials to access the device. " "CloudStack uses these credentials to access the device." msgstr "**用户名/密码.** 访问此设备的认证许可。CloudStack使用这些认证信息访问此设备。" # d5079aa5e4a549ada0c3aa62c5f2a6b8 #: ../../managing_networks.rst:3018 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管理指南。" # 927bd20253b24539a81a89816522b622 #: ../../managing_networks.rst:3025 msgid "" "**Public interface**: Interface of device that is configured to be part of " "the public network." msgstr "**公共接口**: 配置为公共网络部分的设备接口。" # a9b26fd6edb640ab96c686fb82e63174 #: ../../managing_networks.rst:3030 msgid "" "**Private interface**: Interface of device that is configured to be part of " "the private network." msgstr "**专用接口**: 配置为专用网络部分的设备接口。" # f59521a2c8eb45b6b90edf7253c53f3f #: ../../managing_networks.rst:3035 msgid "**GSLB service**: Select this option." msgstr "**GSLB 服务**:选择该选项。" # f279e0631abf48efbc96b3cea07c0f7e #: ../../managing_networks.rst:3039 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地址。" # 06437d72b1314c92865ada3febe44c64 #: ../../managing_networks.rst:3044 msgid "**GSLB service Private IP**: The private IP of the GSLB service." msgstr "**GSLB 服务专用IP**: GSLB服务的专用IP地址。" # c1696819f3884157a9733431fe8f5347 #: ../../managing_networks.rst:3048 msgid "" "**Number of Retries**. Number of times to attempt a command on the device " "before considering the operation failed. Default is 2." msgstr "**重试次数** 尝试控制设备失败时重试的次数,默认为2次。" # 37c94cc408494e18a54ef8e730b7e3d3 #: ../../managing_networks.rst:3053 msgid "**Capacity**: The number of networks the device can handle." msgstr "**容量**:该设备能处理的网络数量。" # 3cf0408da21d4c4080772f511c283988 #: ../../managing_networks.rst:3057 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。" # 2f16286d06b34cfbb0c778f84f978767 #: ../../managing_networks.rst:3067 msgid "Adding a GSLB Rule" msgstr "添加 GSLB规则" # 039473a14f4b4214ba12771983f2fc83 # f23106a7198949aa85bdb7abe8be1ff4 #: ../../managing_networks.rst:3071 ../../managing_networks.rst:3140 msgid "Log in to the CloudStack UI as a domain administrator or user." msgstr "使用管理员或者用户账号登录CloudStack UI。" # f297c9cec43e40e2ab81e6dcf9c29486 # 6831e687e51f441493ff214593172f42 #: ../../managing_networks.rst:3075 ../../managing_networks.rst:3144 msgid "In the left navigation pane, click Region." msgstr "在左边的导航栏里,点击区域(为文档翻译中地域的概念,英文为region,下同)" # 1671ccbb5a484e7cb4675d75434115b1 # 7ee2d894c2e44271b0b7cf58a1398b29 #: ../../managing_networks.rst:3079 ../../managing_networks.rst:3148 msgid "Select the region for which you want to create a GSLB rule." msgstr "选择你想创建GSLB规则的地域。" # 6e5c6390b5cb4211962d11c2860e768e # 18b5fb7710ae4f039c9f3248fc046b59 #: ../../managing_networks.rst:3083 ../../managing_networks.rst:3152 msgid "In the Details tab, click View GSLB." msgstr "在详细选项卡中,点击查看GSLB。" # 3bd105d046e04354911f2b627f21d5dd #: ../../managing_networks.rst:3087 msgid "Click Add GSLB." msgstr "点击添加GSLB。" # 77c33d27873f48b8bb209ab50d2a73ac #: ../../managing_networks.rst:3089 msgid "The Add GSLB page is displayed as follows:" msgstr "添加GSLB页面显示如下:" # 11522ea2b2de46708f6b45158dfcf5df #: ../../managing_networks.rst:3091 msgid "|gslb-add.png: adding a gslb rule|" msgstr "|gslb-add.png: adding a gslb rule|" # df1dc1cd07d8438d9e684fd70afe8e7a #: ../../managing_networks.rst:3099 msgid "**Name**: Name for the GSLB rule." msgstr "**名称**: GSLB规则的名称。" # 9d0c2f980b4f48f7b7d5153d414e2bc0 #: ../../managing_networks.rst:3103 msgid "" "**Description**: (Optional) A short description of the GSLB rule that can be" " displayed to users." msgstr "**描述**: (可选)为用户提供一个简短的GSLB规则描述。 " # bd6458bb4ab147b9b5a5483035bff382 #: ../../managing_networks.rst:3108 msgid "**GSLB Domain Name**: A preferred domain name for the service." msgstr "**GSLB 域名**: 首选的域名服务。" # 8ea3f203884e47b6a1d8d90fe8125bf0 #: ../../managing_networks.rst:3112 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." # 4d8d6961170041cfada0392ecb570560 #: ../../managing_networks.rst:3118 msgid "" "**Service Type**: The transport protocol to use for GSLB. The options are " "TCP and UDP." msgstr "**服务类型**: GSLB使用的传输协议。可选项为TCP和UDP。" # 77dcf4c2f0024309b529be408e435cee #: ../../managing_networks.rst:3123 msgid "" "**Domain**: (Optional) The domain for which you want to create the GSLB " "rule." msgstr "**域**: (可选) 你想要创建GSLB规则的域。" # fcaa38e31d864b25b64102b670470c2c #: ../../managing_networks.rst:3128 msgid "" "**Account**: (Optional) The account on which you want to apply the GSLB " "rule." msgstr "**账户**: (可选) 应用GSLB规则的账户。" # 76446b2d9e054665bbca7c01ac0559fa #: ../../managing_networks.rst:3136 msgid "Assigning Load Balancing Rules to GSLB" msgstr "为GSLB分配负载均衡规则" # 1be9eb92d540481b97cd2f99cc3ab9d6 #: ../../managing_networks.rst:3156 msgid "Select the desired GSLB." msgstr "选择所需的GSLB。" # b437092b9f2a488585dbe73e5068870b #: ../../managing_networks.rst:3160 msgid "Click view assigned load balancing." msgstr "点击已分配的负载均衡视图。" # eda19bddac444d22aaf6944b81ac6574 #: ../../managing_networks.rst:3164 msgid "Click assign more load balancing." msgstr "点击分配更多负载平衡" # 44acd11aec3d42869b12198753256ae7 #: ../../managing_networks.rst:3168 msgid "Select the load balancing rule you have created for the zone." msgstr "选择你将为区域创建的负载均衡规则。" # 77eb5dcff40842b1b2e565776e642fa5 #: ../../managing_networks.rst:3175 msgid "Known Limitation" msgstr "已知的局限性" # eee28dc26a8c43daa149baee5774cd3e #: ../../managing_networks.rst:3177 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并不支持跨区域的服务编排。将引入服务的概念和地域服务提供者。" # 6ce352ece3ec4e588cb58d78a6a43ab9 #: ../../managing_networks.rst:3182 msgid "Guest IP Ranges" msgstr "来宾IP范围" # b9ae2154009d4c7c8135987e8ac86e2c #: ../../managing_networks.rst:3184 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连接的方式配置他们的网络。" # de46e5574bf54dd68d71bdd2b1dd9a8b #: ../../managing_networks.rst:3189 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 `Section 15.10, “About Multiple IP Ranges” <#multiple-ip-" "range>`__." msgstr "存在基本网络和启用安全组的高级网络中的共享网络,你可以灵活的在不同子网中添加多个来宾IP范围。你可以同时添加或移除IP范围。更多信息,请参阅 `章节 15.10, “关于多IP范围” <#multiple-ip-range>`__." # b24a8efdf2824070a8500affcc044a77 #: ../../managing_networks.rst:3196 msgid "Acquiring a New IP Address" msgstr "获得一个新的IP地址" # 6392b71aa674434c8fea3a1269449799 #: ../../managing_networks.rst:3224 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。" # 1b67f1c2681f421e95e01179c36b4c0b #: ../../managing_networks.rst:3227 msgid "" "For more information on Portable IP, see `Section 15.12, “Portable IPs” " "<#portable-ip>`__." msgstr "更多关于 Portable IP的信息,请参阅 `章节 15.12, “Portable IPs” <#portable-ip>`__." # 97d72bd6a40a40e7bd59c0c736a8bbdd #: ../../managing_networks.rst:3235 msgid "Releasing an IP Address" msgstr "释放IP地址" # f52a271b737d4215a2e21b2c934efdd4 #: ../../managing_networks.rst:3237 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中的来宾网络再次获取。" # 656f51251c854bb6a971b2cb29b0d8ef #: ../../managing_networks.rst:3259 msgid "Click the IP address you want to release." msgstr "点击要释放的IP地址。" # 2572dd822bef4a2f955e7507de6a2171 #: ../../managing_networks.rst:3263 msgid "" "Click the Release IP button. |ReleaseIPButton.png: button to release an IP|" msgstr "点击释放IP按钮, |ReleaseIPButton.png: button to release an IP|" # 5b2ef9957d5c4f35a32f9d7da23e6693 # 41297f054dbd4ab0a958c0998f5d7ffd # 2ab2cc311faf4a23bcbd99703f0f47e1 # d5758556343045dd918e7f592bbba40e # 07b2dc015092473aa0a048a6cc59b7b8 # 26b03a50edbe4d8bb41144c0cada25e2 # 127f42037f3448d38c791df3fb08fec1 # 6e8aef87be834395857821e832eedc81 # 75e095f3e2b343a2a5ebf18c29c3c74e # a4224fe4d3e84991adba7f4f79e22ccd # 37046dfed9524c6689ce685c5fe137b8 # 1491471208484e0794022798a18c6235 #: ../../managing_networks.rst:3267 ../../managing_networks.rst:3838 #: ../../managing_networks.rst:4285 ../../managing_networks.rst:4385 #: ../../managing_networks.rst:4579 ../../managing_networks.rst:5185 #: ../../managing_networks.rst:5443 ../../managing_networks.rst:5768 #: ../../managing_networks.rst:5855 ../../managing_networks.rst:5946 #: ../../managing_networks.rst:6188 ../../managing_networks.rst:6580 msgid "Static NAT" msgstr "静态 NAT" # 8b9ec9bf10d04ae79f278146e90a9d9b #: ../../managing_networks.rst:3269 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。" # c431000325b74754a499d98af7351495 #: ../../managing_networks.rst:3276 msgid "Enabling or Disabling Static NAT" msgstr "启用或禁用静态NAT" # b2c066da76814877b47541a473f572fb # 3f56828c583c46ad81eaedeff63fb850 #: ../../managing_networks.rst:3278 ../../managing_networks.rst:5905 msgid "" "If port forwarding rules are already in effect for an IP address, you cannot" " enable static NAT to that IP." msgstr "如果该公网IP上已经有端口转发规则,则不允许再启用静态NAT。" # ab68fbb3395e429fa804a3969d8011a5 # f9f86036dd7b4dd391c93c88952259d1 #: ../../managing_networks.rst:3281 ../../managing_networks.rst:5908 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规则仅在默认网络上定义时生效。" # 3c704e04efc744568700070163b3ca1d # fa28626438294e07bd64b0c07f6bb8a2 #: ../../managing_networks.rst:3302 ../../managing_networks.rst:3378 msgid "Click the IP address you want to work with." msgstr "点击你要修改的IP地址" # 5ad8bdba63064885a50259f19f0a3650 #: ../../managing_networks.rst:3306 msgid "" "Click the Static NAT |EnableNATButton.png: button to enable NAT| button." msgstr "点击静态NAT按钮 |EnableNATButton.png: button to enable NAT|。" # 5608c079e4984a898941e97d9040e080 #: ../../managing_networks.rst:3309 msgid "" "The button toggles between Enable and Disable, depending on whether static " "NAT is currently enabled for the IP address." msgstr "该按钮在启用和禁用之间切换,这取决于IP地址是否已经启用了静态NAT。" # c44f31d84d4946bba279c07ffae37af3 #: ../../managing_networks.rst:3314 msgid "" "If you are enabling static NAT, a dialog appears where you can choose the " "destination VM and click Apply." msgstr "如果是启用静态NAT,会出现一个对话框让您选择目标VM然后点击应用。" # 0239068895f846728ff792196d9e8c78 #: ../../managing_networks.rst:3318 msgid "IP Forwarding and Firewalling" msgstr "IP转发及防火墙" # 38b50d6982c14a78b97c1004a1d32b97 #: ../../managing_networks.rst:3320 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进来的流量都会被拒绝. 所有在来宾网络出去的流量默认也被阻挡。" # 4374970c184442e1bff7de64f1a19a7b #: ../../managing_networks.rst:3323 msgid "" "To allow outgoing traffic, follow the procedure in `Section 15.22.2, “Egress" " Firewall Rules in an Advanced Zone” <#egress-firewall-rule>`__." msgstr "为了允许外出的流量,遵循 `章节 15.22.2, “高级区域中的外出防火墙规则” <#egress-firewall-rule>`__ 中的步骤。" # 4cb1f00da457462d9550d7a7750f2313 #: ../../managing_networks.rst:3326 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端口." # 30b73ffad3e84ae2ac5dcec10260b433 #: ../../managing_networks.rst:3335 msgid "Firewall Rules" msgstr "防火墙规则" # 65002cba7c554a759449b2c27f7e9931 #: ../../managing_networks.rst:3337 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请求时会很有用。" # 0eadbb8127ba4f50ad1f3a2ac2b73049 #: ../../managing_networks.rst:3343 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 `Section 15.15.2, “Adding a Security Group” <#add-" "security-group>`__." msgstr "你不能使用防火墙规则打开弹性IP的端口。当弹性IP处在使用状态时,外部的通过请求将被安全组管理。参阅 `章节 15.15.2, “Adding a Security Group” <#add-security-group>`__." # 47591452f5c348b7a4836500eaeeb54f #: ../../managing_networks.rst:3348 msgid "" "In an advanced zone, you can also create egress firewall rules by using the " "virtual router. For more information, see `Section 15.22.2, “Egress Firewall" " Rules in an Advanced Zone” <#egress-firewall-rule>`__." msgstr "在高级Zone中,您也可以用虚拟路由器来创建外出的防火墙规则。参阅 `章节 15.22.2, “高级区域中的出口防火墙规则” <#egress-firewall-rule>`__." # d9b6ac1930d14ffaa3eae10de83b88f2 #: ../../managing_networks.rst:3352 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\"才能显示。" # 41479731d8d84d99a6aa8925a91d371b #: ../../managing_networks.rst:3358 msgid "To create a firewall rule:" msgstr "创建防火墙规则:" # 379f460faa18445583d749503ad81606 #: ../../managing_networks.rst:3382 msgid "Click the Configuration tab and fill in the following values." msgstr "点击设置选项卡 填入以下值:" # 7923d613a47543f2a046a93f3a08a992 #: ../../managing_networks.rst:3386 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。" # ff573c7c40d94c24a43dc4e21ed8cc30 #: ../../managing_networks.rst:3393 msgid "**Protocol**. The communication protocol in use on the opened port(s)." msgstr "**Protocol**: 已打开的端口所使用的通信协议。" # 14466f1425f9488c824bc5507b812a10 #: ../../managing_networks.rst:3398 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 "**起始端口和结束端口**. 你想要在防火墙上开放的端口。如果你只打开单个端口,在两个空格中填入相同的端口号。" # eff1095b7f204f83bfca43d956620036 #: ../../managing_networks.rst:3404 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)" # c334f1f90dbf49c4935f21d4c1bb417c #: ../../managing_networks.rst:3414 msgid "Egress Firewall Rules in an Advanced Zone" msgstr "高级区域中的出口防火墙规则" # 939aa6e067b64d47a83d181a3e4e5527 #: ../../managing_networks.rst:3416 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的出口流量被允许。不过,你可以通过创建出口防火墙规则来控制高级网络中的出口流量。当出口防火墙规则被应用时,规则指定的流量被允许,其余的流量被阻止。当所有的防火墙规则从默认策略中移除,阻止策略再次被应用。" # 7a04d621e9684c64a589eb43631ba804 #: ../../managing_networks.rst:3428 msgid "Consider the following scenarios to apply egress firewall rules:" msgstr "应用出口防火墙规则时请思考如下方案:" # 774794905f1a490fbaadf61a60da50fc #: ../../managing_networks.rst:3432 msgid "Egress firewall rules are supported on Juniper SRX and virtual router." msgstr "出口防火墙规则在Jniper SRX和虚拟路由器中均支持。" # 46f8243d01b443d09201acc237d75fc9 #: ../../managing_networks.rst:3437 msgid "The egress firewall rules are not supported on shared networks." msgstr "共享网络中不支持出口防火墙规则。" # f88ff0e199cc453ea42eec0dfc9125b1 #: ../../managing_networks.rst:3441 msgid "" "Allow the egress traffic from specified source CIDR. The Source CIDR is part" " of guest network CIDR." msgstr "允许特定源CIDR的出口流量。源CIDR是来宾网络CIDR的一部分。" # d8800840b30d44929ddbb3b604c97f02 #: ../../managing_networks.rst:3446 msgid "Allow the egress traffic with protocol TCP,UDP,ICMP, or ALL." msgstr "允许出口流量的协议为TCP,UDP,ICMP或ALL。" # 26294a9e847940889657b436b3a4aa23 #: ../../managing_networks.rst:3450 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类型和代码。" # c0afd204dff547fb87834d7abc9c1f8e #: ../../managing_networks.rst:3455 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 "新网络方案的默认策略是允许的,然而升级现有的网络方案后,防火墙服务提供商的出口策略默认将是拒绝。" # 850dd34086424c9ab68601f13834bcd2 #: ../../managing_networks.rst:3460 msgid "Configuring an Egress Firewall Rule" msgstr "配置出口防火墙规则" # 3615eb46ce214f7d9cbf957a06371666 #: ../../managing_networks.rst:3472 msgid "" "In Select view, choose Guest networks, then click the Guest network you " "want." msgstr "在选择视图中,选择来宾网络,然后点击需要的来宾网络。" # 359f42a9094342b29e083f461a84405b #: ../../managing_networks.rst:3477 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中实例发送出的。" # f203654bfaa44a6989bda0673da8a470 #: ../../managing_networks.rst:3481 msgid "|egress-firewall-rule.png: adding an egress firewall rule|" msgstr "|egress-firewall-rule.png: adding an egress firewall rule|" # e1ee94ade2e54545b51b809a12f729dd #: ../../managing_networks.rst:3485 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" # 142d121ba8884e97abf630ab11c3ba47 #: ../../managing_networks.rst:3493 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通常用于发送出错信息和网络监控数据。" # a6aa5a49dfb948f9b0f88c0b723666df #: ../../managing_networks.rst:3500 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)。目的地为进入流量而设的监听端口范围。如果仅开放了单个端口,则在两者的区域中用同一端口。" # bdf38163ee3d40d1905ccf2ac8827421 #: ../../managing_networks.rst:3506 msgid "" "**ICMP Type, ICMP Code**: (ICMP only) The type of message and error code " "that are sent." msgstr "**ICMP类型**, **ICMP代码** (ICMP only): 信息类型及发送错误的代码。" # 4fd631620dc649139065e335358cbd24 #: ../../managing_networks.rst:3514 msgid "Configuring the Default Egress Policy" msgstr "配置默认出口策略" # 19008ef0cc514c859de0de2daede053c #: ../../managing_networks.rst:3516 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 "通过网络方案配置隔离来宾网络的默认出口策略。通过创建网络方案选项决定来宾网络到公共网络的所有流量在默认策略中是允许或者拒绝。使用该网络方案创建网络。如果没有指定策略,你创建的来宾网络中的所有流量将被允许。" # 79bc5b57e2f94789bdff8bbfac2ddcfb #: ../../managing_networks.rst:3524 msgid "You have two options: Allow and Deny." msgstr "你有两个选择:允许和拒绝。" # 1224fcbce5c74fe3b947356b896ca579 #: ../../managing_networks.rst:3527 msgid "Allow" msgstr "允许" # e2a646bdb2d74e4db9d2599d28f6235a #: ../../managing_networks.rst:3529 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 "如果你选择网络方案为允许,则默认出口流量被允许。无论如何,当配置了来宾网络的出口规则,规则被应用于阻止特定的流量和允许其他的 。如果网络中没有配置出口规则,则出口流量会被放行。" # 749247337d834c6c9277066a5d52c328 # 8779b4214ba9455abd8c51e7029da31a # e800ddb4ba3d4858ba5fbf7c30acd2e4 #: ../../managing_networks.rst:3536 ../../managing_networks.rst:5146 #: ../../managing_networks.rst:5147 msgid "Deny" msgstr "拒绝" # 3a06b12ffe614d1cab452a989a8f917f #: ../../managing_networks.rst:3538 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为来宾网络添加防火墙出口规则指定默认的出口策略。" # 6196e56e021042f4a3ebd91573fbbf60 #: ../../managing_networks.rst:3545 msgid "This feature is supported only on virtual router and Juniper SRX." msgstr "该特定只支持虚拟路由器和Juniper SRX。" # 7bdc8fc3675346f1a13f9c19d80abfd7 #: ../../managing_networks.rst:3549 msgid "Create a network offering with your desirable default egress policy:" msgstr "为合适的默认出口策略创建一个网络方案:" # 132ba5854a684a0484908e19f74b3d44 #: ../../managing_networks.rst:3553 msgid "Log in with admin privileges to the CloudStack UI." msgstr "以管理员权限登录CloudStack用户界面。" # 71eec5bf534f4946b6c4daaf8df613a6 #: ../../managing_networks.rst:3557 msgid "In the left navigation bar, click Service Offerings." msgstr "在左侧导航栏中,点击 服务方案。" # 89d1b1ad418a45b087b1a5650dfbb68b #: ../../managing_networks.rst:3561 msgid "In Select Offering, choose Network Offering." msgstr "在选择方案中,选择网络方案。" # 14b63d7663f845a785bdd4d17da6c813 # ca405e366b0a4757b0f24381859548f3 # e9ca1c0eaa53479c9b838d602582aa03 #: ../../managing_networks.rst:3565 ../../managing_networks.rst:6072 #: ../../managing_networks.rst:6376 msgid "Click Add Network Offering." msgstr "点击添加网络方案。" # a3f5cfaea903420c9a12c152a3293b17 #: ../../managing_networks.rst:3569 msgid "In the dialog, make necessary choices, including firewall provider." msgstr "在对话框中,填写必选项,包括防火墙提供者。" # ce35e9aadd4542cbacf3656f44f89af7 #: ../../managing_networks.rst:3574 msgid "In the Default egress policy field, specify the behaviour." msgstr "在默认出口策略选项中,指定行为。" # 23199bdde5f24a939b68fb46fd1019fb #: ../../managing_networks.rst:3582 msgid "Create an isolated network by using this network offering." msgstr "使用网络方案创建隔离网络。" # 2b39e12e5b3d4d39a933c682cc18b149 #: ../../managing_networks.rst:3584 msgid "" "Based on your selection, the network will have the egress public traffic " "blocked or allowed." msgstr "根据你的选择,网络的出口公共流量将被拒绝或允许。" # 2e4756b361a14c97a83a29b5f8d1a311 #: ../../managing_networks.rst:3588 msgid "Port Forwarding" msgstr "端口转发" # a08ae5e9620d44ff84ce14445856b2c3 #: ../../managing_networks.rst:3590 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流量进入时是相当有用的。" # 878cdf1503f94e3187e805b44534fed9 #: ../../managing_networks.rst:3598 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在多个网络中,则端口转发仅在默认网络中定义时才生效。" # ca75695902264086b479704a64871a64 #: ../../managing_networks.rst:3603 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时,外部访问是由安全组控制的。参见安全组。" # 550c9e8578014be1bde72e80f78d199c #: ../../managing_networks.rst:3607 msgid "To set up port forwarding:" msgstr "设置端口转发:" # 1579f539fb6d428486e2cb9316570a6b #: ../../managing_networks.rst:3615 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。" # baee90c3d614427590853d7141e1ee1b #: ../../managing_networks.rst:3621 msgid "Add one or more VM instances to CloudStack." msgstr "在 CloudStack中创建1台或更多VM。" # aa5921d82f6a429ca3d83e2d9e3991cd #: ../../managing_networks.rst:3625 msgid "In the left navigation bar, click Network." msgstr "在左边导航栏,点击网络。" # 6f69e80b5b984c18a3a7652157412174 #: ../../managing_networks.rst:3629 msgid "Click the name of the guest network where the VMs are running." msgstr "点击需要操作VM所在的网络名称。" # aaa0315049f346cb878ebb96c9c25a9c #: ../../managing_networks.rst:3633 msgid "" "Choose an existing IP address or acquire a new IP address. See `Section " "15.19, “Acquiring a New IP Address” <#acquire-new-ip-address>`__. Click the " "name of the IP address in the list." msgstr "选择一个已有的IP或者获取一个新的IP地址。参阅 `章节 15.19, “获取新的IP地址” <#acquire-new-ip-address>`__. 点击列表中IP地址的名称。" # 2b948665b23443059e227f2a987a4af4 #: ../../managing_networks.rst:3640 msgid "Click the Configuration tab." msgstr "点击配置选项卡。" # ef12d2f0ebca484fbec9fe3b4ea476ce # 86470a41e0e143c8abee911f793f5139 #: ../../managing_networks.rst:3644 ../../managing_networks.rst:6621 msgid "In the Port Forwarding node of the diagram, click View All." msgstr "在图表的端口转发节点,点击查看所有。" # 70b067742c7e494faa545e59e67e509f #: ../../managing_networks.rst:3652 msgid "" "**Public Port**. The port to which public traffic will be addressed on the " "IP address you acquired in the previous step." msgstr "**公用端口**:你在之前操作时所获取的供公共流量使用的公用IP地址的端口。 " # 3c48fdadff09491b8ccdfa491ef23b13 #: ../../managing_networks.rst:3657 msgid "" "**Private Port**. The port on which the instance is listening for forwarded " "public traffic." msgstr "**专用端口**: 虚拟机监听转发的公网流量的端口。" # 9b1ee2382ca242bea410d9e0fec0de21 #: ../../managing_networks.rst:3662 msgid "**Protocol**. The communication protocol in use between the two ports" msgstr "**Protocol**:两个端口之间使用的通信协议。" # b5fdf68205af49fe949bb74f27cb03ef #: ../../managing_networks.rst:3670 msgid "IP Load Balancing" msgstr "IP负载均衡" # f4415093dc35468c97c273710e3fd019 #: ../../managing_networks.rst:3672 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级别的负载平衡器,有以下策略。" # 9643d81461b54c18b510cec02c55b76a # 8ff79894623b4f75ad7b797363bc1802 # f5133113ba364c81bb4607616c3e51b2 #: ../../managing_networks.rst:3678 ../../managing_networks.rst:6261 #: ../../managing_networks.rst:6532 msgid "Round-robin" msgstr "轮询" # 1599b1d2a49941089fba2c32b3639b28 #: ../../managing_networks.rst:3682 msgid "Least connection" msgstr "最少连接数" # a23492e21cb742b2b97b33f4b5ab151f #: ../../managing_networks.rst:3686 msgid "Source IP" msgstr "源IP" # 728ff8a92c5a4fa4875aff65b6a6e20a #: ../../managing_networks.rst:3688 msgid "" "This is similar to port forwarding but the destination may be multiple IP " "addresses." msgstr "这类似于端口转发,但目标可能会有多个IP地址。" # d5e9852ee80440fe9204fac406dd593d #: ../../managing_networks.rst:3692 msgid "DNS and DHCP" msgstr "DNS和DHCP" # 0e9e9564f8514da08c6206315a3eaa34 #: ../../managing_networks.rst:3694 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服务器。" # b8ff527b8b13466885b0c515030f73dd #: ../../managing_networks.rst:3699 msgid "Remote Access VPN" msgstr "远程访问VPN" # c381ec096f69422e8176e92e2f15b737 #: ../../managing_networks.rst:3701 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用户访问。" # 3bb8afa8e0d549448cda76518414eb07 #: ../../managing_networks.rst:3715 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,也不承担全部的网络流量。" # d295f3aefec94637a6b5ecbd5c09110a #: ../../managing_networks.rst:3719 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 服务器上。" # dd37e3114c294b4faa1de54929a552f1 #: ../../managing_networks.rst:3726 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 `Section 15.25.5, “Setting Up a Site-to-Site VPN " "Connection” <#site-to-site-vpn>`__" msgstr "**站点到站点**.在这个场景中,两个私有子网通过公共互联网上的一个安全VPN隧道互联。云用户的子网 (例如:办公室的网络)通过一个网关连接到云中的网络。用户的网关地址必须被预先配置到云的VPN服务器上。注意:通过 L2TP-over-IPsec 协议可以用来配置站点到站点的 VPN,虽然这不是该特性的最初目标。欲了解更多信息,请参阅 `章节 15.25.5, “设置站点到站点VPN连接” <#site-to-site-vpn>`__" # bfa322b2a64046429d89460b40d144f0 #: ../../managing_networks.rst:3737 msgid "Configuring Remote Access VPN" msgstr "配置远程访问VPN" # 097a6cf2913b4beba6be5431a86de870 #: ../../managing_networks.rst:3739 msgid "To set up VPN for the cloud:" msgstr "为云设置VPN:" # 1fa16e80d9f644edabec5370acdb32bf #: ../../managing_networks.rst:3747 msgid "In the left navigation, click Global Settings." msgstr "在左侧导航栏,点击 全局设置" # aa577a63d68e4aec895fe83165f3f782 #: ../../managing_networks.rst:3751 msgid "Set the following global configuration parameters." msgstr "设置以下全局配置参数。" # 0ea3bea3ca8e4aaaaab96eb7cc118fa0 #: ../../managing_networks.rst:3755 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服务器使用。" # 9d973a38aa614f53b869f0bdc327f31a #: ../../managing_networks.rst:3761 msgid "remote.access.vpn.psk.length – Length of the IPSec key." msgstr "remote.access.vpn.psk.length – IPsec密钥长度。" # fb498ce174e14f6a9bd79342530814a8 #: ../../managing_networks.rst:3765 msgid "" "remote.access.vpn.user.limit – Maximum number of VPN users per account." msgstr "remote.access.vpn.user.limit – 单个账户的最大VPN用户数量。" # 4dce5f8323054cd7ab088e614da1a9e4 #: ../../managing_networks.rst:3768 msgid "To enable VPN for a particular network:" msgstr "为特定的网络启用VPN:" # b675d72fb2994edf9ffb66e7d4a0d9e2 # b8343075444146c2951287194c670d61 #: ../../managing_networks.rst:3772 ../../managing_networks.rst:3809 msgid "Log in as a user or administrator to the CloudStack UI." msgstr "使用用户或管理员身份登录到CloudStack用户界面。" # 7bfc3800f4454b6d91c8b45e69042d61 # 8ea70ebbf5844760b522f1a0f75bbb27 #: ../../managing_networks.rst:3776 ../../managing_networks.rst:3813 msgid "In the left navigation, click Network." msgstr "在左边导航栏,点击网络。" # 0daa9926aa704bf5862add2651c6dcb6 #: ../../managing_networks.rst:3780 msgid "Click the name of the network you want to work with." msgstr "选择你要操作的网络名称" # 2fa1652bbb944603ad6cbb5d1aad4a5a #: ../../managing_networks.rst:3788 msgid "Click one of the displayed IP address names." msgstr "点击一个显示的IP地址名称。" # ef6bf9b781754ea18f2335af33284201 #: ../../managing_networks.rst:3792 msgid "" "Click the Enable VPN button. |AttachDiskButton.png: button to attach a " "volume|" msgstr "点击启用VPN按钮。 |AttachDiskButton.png: button to attach a volume|" # 2012a33f002143b893c3f7a989397edc #: ../../managing_networks.rst:3795 msgid "The IPsec key is displayed in a popup window." msgstr "IPsec密钥将显示在弹出的窗口中。" # b28f663cf7724ab9a7f478d438a24394 #: ../../managing_networks.rst:3798 msgid "Configuring Remote Access VPN in VPC" msgstr "为VPC配置远程访问VPN" # fa00279794274728b49c98337469cbbf #: ../../managing_networks.rst:3800 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中的任何位置。" # 9995de408c534547bca798eacfc6e29d #: ../../managing_networks.rst:3805 msgid "To enable VPN for a VPC:" msgstr "为VPC开启VPN:" # a31affe0adac49f09f3748d0f7ae367e # 4af68095a91449e3b8bea9b815da9067 # dad79a3f32dc40a786d554154bd361b9 # e38d9555c0c8456ca690fd6cf202b112 # 821e14755e74419ba72d32bd68d96287 # 882bbeb316964de78877b7cb3cecc9fc # 75cc31bf17e2494fb91a744619c66ee4 # 1c0efba412354370a1b9f46eaaa0ef7a # a5edf42ce9ad47e6a2330279b1398ac1 # cecf708f7c1043c48169ea6b24e59466 # 1e27b769cc2540c08fe46fa6ab725699 # 75db22351660479db8734b0ed18fc894 # 3a8ef410656041498f008fbe30a414db # cfadbb7beee440b5a535959fac59ded7 # 1efbe4d02aef451a9f809b75fd3a01ae # 46c68a38ef0d418b88f703c6038fad39 # 699be4a90f2b41a0b715d02d5e54e4df # 83151a4b19cc4e5489e47c5fa744b5c0 #: ../../managing_networks.rst:3817 ../../managing_networks.rst:4260 #: ../../managing_networks.rst:4357 ../../managing_networks.rst:4550 #: ../../managing_networks.rst:4971 ../../managing_networks.rst:5036 #: ../../managing_networks.rst:5164 ../../managing_networks.rst:5246 #: ../../managing_networks.rst:5414 ../../managing_networks.rst:5651 #: ../../managing_networks.rst:5743 ../../managing_networks.rst:5831 #: ../../managing_networks.rst:5921 ../../managing_networks.rst:6163 #: ../../managing_networks.rst:6471 ../../managing_networks.rst:6555 #: ../../managing_networks.rst:6680 ../../managing_networks.rst:6719 msgid "In the Select view, select VPC." msgstr "在选择视图中,选择VPC。" # 9ae3c14b7e8c402c9c1dce614d4bd2c7 # e4a77e77230d483db3156f192de9ca5b # 8bddf8b867294c708f998bad74efcff6 # 345034355f8c44c9b7ffc188c0ac9896 # 568c157061934519a28710ac7dbc349b # 47d6e2a72c7f48bcbe8d6ee024c33594 # 7c289632b014498080a51b30fab9101d # f66374dd81f244f6a2f3ed711f4bf948 # 87c017466f11465ab7cead64d05b5eaf # 0c79b640f1da4393b59a0e998560988c # d19f27ee89f34a4fb8df870e04257e7f # ab679cc378034d79ab6985db72b19b9c # 6f1cdf89d13f42f0ab2b5bedcbbd73e6 # 6005fd24e0d54155a3241c01fe6124e9 #: ../../managing_networks.rst:3819 ../../managing_networks.rst:4262 #: ../../managing_networks.rst:4552 ../../managing_networks.rst:5166 #: ../../managing_networks.rst:5248 ../../managing_networks.rst:5416 #: ../../managing_networks.rst:5653 ../../managing_networks.rst:5745 #: ../../managing_networks.rst:5833 ../../managing_networks.rst:5923 #: ../../managing_networks.rst:6165 ../../managing_networks.rst:6473 #: ../../managing_networks.rst:6557 ../../managing_networks.rst:6721 msgid "" "All the VPCs that you have created for the account is listed in the page." msgstr "此帐号创建的所有VPC将显示在页面中。" # ca19426a021e4211a1acd3f6a8b16989 # c182ce3a373542a99217ced2df09ce62 # 99819c70e71b4f8189fbee678c73a3a5 #: ../../managing_networks.rst:3824 ../../managing_networks.rst:5171 #: ../../managing_networks.rst:5253 msgid "Click the Configure button of the VPC." msgstr "点击VPC的配置按钮。" # 4d3781d769c545d99be97f10a202686a # dee16ec55fcf4247845bc5507b0cfd97 # c307d801b0864d9f96fdcef8b387ce9d # bd8619c3aaa0447486c78131f8eb7b14 # 47f4d3cd60294575ac304752364e0016 # 96a7d144a4a9461fb5b97370f7f33d41 # af5676d8c747473d89e78cc8e3892a25 #: ../../managing_networks.rst:3826 ../../managing_networks.rst:4273 #: ../../managing_networks.rst:4373 ../../managing_networks.rst:4567 #: ../../managing_networks.rst:5173 ../../managing_networks.rst:6176 #: ../../managing_networks.rst:6568 msgid "For each tier, the following options are displayed:" msgstr "对于每一个层,会显示以下选项。" # e977c7944d7441429e362266f89939b8 # 5dc3472c6728454999ad5fb3af4f85f7 # dd1ac38a74e64a408aebd85987d4ca2a # 1e64906e22d740f2bbe78adf991135f3 # 3ab121c1f35c4617914f68af0a25364d # 3433f4dcaec546dcae9e778199695765 # 5747e1b492c54471a0b41977a208232c # 1ecff74d45e644809e0f02cb05421be1 # cbae3a5d141c4cdc83fd6f278d79e79e # 41d220172f7c4c1d8553baebb87b3616 # 7f81c86a21a94b8d8cb340708599235d #: ../../managing_networks.rst:3830 ../../managing_networks.rst:4277 #: ../../managing_networks.rst:4377 ../../managing_networks.rst:4571 #: ../../managing_networks.rst:5177 ../../managing_networks.rst:5435 #: ../../managing_networks.rst:5760 ../../managing_networks.rst:5847 #: ../../managing_networks.rst:5938 ../../managing_networks.rst:6180 #: ../../managing_networks.rst:6572 msgid "Internal LB" msgstr "内部LB" # 738682e112cb4305a6f74807ed9a15bb # 6e5c7436086b4fdda00214facb796e94 # 17f370caa5ba4969934de8611356c9e5 # 64c5287f475642419374f2b15f026bab # 7e24a426f15048fba793a522a40ef689 # 2470296892374cf8b1dbbba087f9cc1e # b914d7f7af2d4d5c8f763562a1d9e71b # 53a27d12607c447980cd9361d9081a86 # 95adec1d399d4946bedb3a89ca40a486 # 33c3c72610f7495a8f48211a7823fd4e # 72f5b91956d449d4a4a1be58dd85ab17 #: ../../managing_networks.rst:3834 ../../managing_networks.rst:4281 #: ../../managing_networks.rst:4381 ../../managing_networks.rst:4575 #: ../../managing_networks.rst:5181 ../../managing_networks.rst:5439 #: ../../managing_networks.rst:5764 ../../managing_networks.rst:5851 #: ../../managing_networks.rst:5942 ../../managing_networks.rst:6184 #: ../../managing_networks.rst:6576 msgid "Public LB IP" msgstr "公共LB IP" # 0cb050feaaeb474c926023e60f855b32 # 11861e54e8724e2fadaca4c4ef5e568e # c8e370f0dc4643d293e44f555b923199 # 0c77f763f1e040f7b80e04b3a37bce24 # 39a2f9b8856943628ae5927eb7f71c92 # 2c350c6efc7543d69506721e795eb85f # b5d631e4a2024d1fbd4f10d4d0d9064a # 952eed7b8185432cae49594fa2f3ec18 # 7af76e26ead045619c8139e1fead812a # b8b0020c6a964034b84a1515f8eeda8b # c356254659034481a1dc96d9387f6b9f #: ../../managing_networks.rst:3842 ../../managing_networks.rst:4289 #: ../../managing_networks.rst:4389 ../../managing_networks.rst:4583 #: ../../managing_networks.rst:5189 ../../managing_networks.rst:5447 #: ../../managing_networks.rst:5772 ../../managing_networks.rst:5859 #: ../../managing_networks.rst:5950 ../../managing_networks.rst:6192 #: ../../managing_networks.rst:6584 msgid "Virtual Machines" msgstr "虚拟机" # b89c9f01ccd944b297fff10534973ddc # eef1542933fe447b8262890522771d50 # 5178f0cb1f7c46709c6549e58c7a067a # d150a889b3614d81811a9cdc68c5fa66 # 7ed422ae787a4447960d1e0207cc28dc # 5d542e45915b4557b132ba854d60edb6 # 0fa2b79d145143d880bfdf98bc57f29a # b47fda6dfe744ba3853d7a7b7c24b1f6 # b632ee0308cf4b44b4e44d46a51496e5 # 3c0bd1aea7ad4d68964f1d4edb118cdd # 6a198f55d0a846f3b709af607f86e43e #: ../../managing_networks.rst:3848 ../../managing_networks.rst:4295 #: ../../managing_networks.rst:4395 ../../managing_networks.rst:4589 #: ../../managing_networks.rst:5195 ../../managing_networks.rst:5453 #: ../../managing_networks.rst:5778 ../../managing_networks.rst:5865 #: ../../managing_networks.rst:5956 ../../managing_networks.rst:6198 #: ../../managing_networks.rst:6590 msgid "The following router information is displayed:" msgstr "显示以下路由器信息:" # a1dbb584fd8b4d4397d374a689f02aa9 # 0eb728e1fe3c4bf285cd79b34b06d181 # 8faa54108faa476da673bfb6058b1cc7 # cb8741bacf1843f0a927b32272bf09cd # bae030b0fb4d4ef983ceb14b13495258 # f3c190c39252412bb8581e07bd6b83aa # 2c7b1b5142d1498682193b8ddf312be9 # d3c687f587e246afae5580f92212b8bf # e08e124fc28f4b9387b1f51cdaac7514 # b64c4d99a2664addbd98a4853da33ffb # d46a9ac6036249879d896e722844e95c #: ../../managing_networks.rst:3852 ../../managing_networks.rst:4299 #: ../../managing_networks.rst:4399 ../../managing_networks.rst:4593 #: ../../managing_networks.rst:5199 ../../managing_networks.rst:5457 #: ../../managing_networks.rst:5782 ../../managing_networks.rst:5869 #: ../../managing_networks.rst:5960 ../../managing_networks.rst:6202 #: ../../managing_networks.rst:6594 msgid "Private Gateways" msgstr "专用网关" # 37d72d2f76774b20a776f60ddc5797d4 # ea8ad120e00141f783ec53364a03fa37 # 53b019dc3a224529b82a9a7f37642b0a # 174ffd68b1d44ec799357f81eb5c2d25 # 17bfe0fddda04252a302177c5719e3fe # 20a272af5b6d4dee9fc4907b9dd12560 # 8583a6af04b644e191ff21fcff4f7b8b # 4823862431b0480cb61fd62d4b11e87f # 8664c330cd684d8595f27db6751ce17c # 0cea333fbc5849929e6c0690f226d6a2 # 9cbdcd3b4ebc4b609e5ba6c56f2d7d5d #: ../../managing_networks.rst:3856 ../../managing_networks.rst:4303 #: ../../managing_networks.rst:4403 ../../managing_networks.rst:4597 #: ../../managing_networks.rst:5203 ../../managing_networks.rst:5461 #: ../../managing_networks.rst:5786 ../../managing_networks.rst:5873 #: ../../managing_networks.rst:5964 ../../managing_networks.rst:6206 #: ../../managing_networks.rst:6598 msgid "Public IP Addresses" msgstr "公共IP地址" # b7bc8b8352a74af6b38cc39b1d686153 # c1878fc16d7b47249752134a9b157b07 # 8ac22811a0f1450f949764f8ecee4697 # bde7d8d93cec4b4495105ef97d1f8a35 # 36b78ef29e834917899c5a7a6ad5ddf4 # 17f83c3836c64c299d8be56f678dc890 # bef1f58c45f148ad92c455f3e9d92768 # d944807c216342baab75254197b930e2 # 079e9d4527484c839f6f49651f0d6265 # a9b19cd8a8c44794879d831c50f88b49 # c9c52762ec514a90a7c5522451754157 #: ../../managing_networks.rst:3860 ../../managing_networks.rst:4307 #: ../../managing_networks.rst:4407 ../../managing_networks.rst:4601 #: ../../managing_networks.rst:5207 ../../managing_networks.rst:5465 #: ../../managing_networks.rst:5790 ../../managing_networks.rst:5877 #: ../../managing_networks.rst:5968 ../../managing_networks.rst:6210 #: ../../managing_networks.rst:6602 msgid "Site-to-Site VPNs" msgstr "站点到站点 VPN" # 963900352361453a82243e6d229692eb # 5e5ead7fdf824603be436cd39c0bd66a # 8dd99ffcfe074e1da4fd7aa2c3c78d32 # 50e7c6af50d847eaa6334a0ece6cd748 # 00ffbdac5a974718961391e109c231af # 56d7689551ad4cce804707382b489ce7 # da4f7bdfc20746f6a1c7926fada1bf4d # 29a0461bac2a4799bcec9c2ab4af689a # 1d744b4deebf4f1da4c6a9e318786816 # de2d02e42e094632be603e8156bdd703 # 248e40d2acaf4b1a90d4ee955fea9370 #: ../../managing_networks.rst:3864 ../../managing_networks.rst:4311 #: ../../managing_networks.rst:4411 ../../managing_networks.rst:4605 #: ../../managing_networks.rst:5211 ../../managing_networks.rst:5469 #: ../../managing_networks.rst:5794 ../../managing_networks.rst:5881 #: ../../managing_networks.rst:5972 ../../managing_networks.rst:6214 #: ../../managing_networks.rst:6606 msgid "Network ACL Lists" msgstr "网络 ACL列表" # f9af791a07354f808cdca900691b32b7 # 83506da7b26b43c6aac49b3833cad15f # 8c42254feeda4c91b2c629f4399e43a9 # 52bed9f766b34abf852c6fa33e2daf5f #: ../../managing_networks.rst:3868 ../../managing_networks.rst:5976 #: ../../managing_networks.rst:6218 ../../managing_networks.rst:6610 msgid "In the Router node, select Public IP Addresses." msgstr "在路由器节点中,选择公共IP地址。" # 145b00e12ee347eb8f5d58bf5d53ed27 # 4c516df3427c4efe893ef5f2d57e86f4 # bfeeb4dfe5484e2bbeb371cdef909b3a # 64a914a25f0945e1b1477c54b9ddc3b1 # f6d1237ad0fc42f687f50159ffc308eb #: ../../managing_networks.rst:3870 ../../managing_networks.rst:5887 #: ../../managing_networks.rst:5978 ../../managing_networks.rst:6220 #: ../../managing_networks.rst:6612 msgid "The IP Addresses page is displayed." msgstr "系统显示IP地址页面。" # 763f43a3ab6e450284bf8a7e1565147e #: ../../managing_networks.rst:3874 msgid "Click Source NAT IP address." msgstr "点击源NAT IP地址。" # 3377f8365d824b5cb4828ba4192c7df8 #: ../../managing_networks.rst:3878 msgid "Click the Enable VPN button. |vpn-icon.png: button to enable VPN|" msgstr "点击启用VPN按钮。 |vpn-icon.png: button to enable VPN|" # e806264cf83c4fc9bdb76a8963ee8e41 #: ../../managing_networks.rst:3880 msgid "Click OK to confirm. The IPsec key is displayed in a pop-up window." msgstr "点击OK确认。IPsec密钥将显示在弹出的窗口中。" # 941f5a62ecb044e1ae914539a331edf8 #: ../../managing_networks.rst:3882 msgid "Now, you need to add the VPN users." msgstr "现在,需要添加VPN用户。" # ef3bbf0199894b05a9e58396bc91163e #: ../../managing_networks.rst:3886 msgid "Click the Source NAT IP." msgstr "点击源NAT IP。" # 40a450792e5c4aa0b261221e534b235e #: ../../managing_networks.rst:3890 msgid "Select the VPN tab." msgstr "选择VPN选项卡。" # da11af4bc3934580904b25becbbe6000 #: ../../managing_networks.rst:3894 msgid "" "Add the username and the corresponding password of the user you wanted to " "add." msgstr "为你要创建的用户添加用户名和对应的密码。" # dc788926df844c83bc63fd1ed04b41b5 #: ../../managing_networks.rst:3903 msgid "Repeat the same steps to add the VPN users." msgstr "重复相同的步骤添加VPN用户。" # 9ee121c5c0434e4cbc3b97ae635890a9 #: ../../managing_networks.rst:3906 msgid "Using Remote Access VPN with Windows" msgstr "在Windows系统中使用远程访问VPN" # b3edb2c9bcc040aea7a114ca31d0f7d9 #: ../../managing_networks.rst:3908 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。" # 6ffeddfe41f049ca9722b714502eabfb #: ../../managing_networks.rst:3915 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。用户界面同样也列出了一个多或多个用户他们的密码。选择一个用户,或者如果不存在任何用户,则创建一个用户。" # 8ca0fcc6fcfd40f28f0c675345fb5f4d #: ../../managing_networks.rst:3923 msgid "" "On the Windows box, go to Control Panel, then select Network and Sharing " "center. Click Setup a connection or network." msgstr "在Windows中,进入控制面板,然后选择网络和共享中心,点击设置一个网络连接。" # e26b9786a5c64704989e389fb2bbce0d #: ../../managing_networks.rst:3928 msgid "In the next dialog, select No, create a new connection." msgstr "在下一个对话框中,选择否,创建一个新的连接。" # 1c1b2aafb3674ec18a5da699bf60337f #: ../../managing_networks.rst:3932 msgid "In the next dialog, select Use my Internet Connection (VPN)." msgstr "在下一个对话框中,选择使用我的Internet连接(VPN)." # 98dfa80786574e6ea33f5b0c24fa4700 #: ../../managing_networks.rst:3936 msgid "" "In the next dialog, enter the source NAT IP from step `1 <#source-nat>`__ " "and give the connection a name. Check Don't connect now." msgstr "在下一个对话框中,输入此步骤 `1 <#source-nat>`__ 中的源NAT IP地址并填写连接名称。勾选现在不连接。" # 533985edf60848b2a4ebf75ba177c150 #: ../../managing_networks.rst:3942 msgid "" "In the next dialog, enter the user name and password selected in step `1 " "<#source-nat>`__." msgstr "在下一个对话框中,输入此步骤 `1 <#source-nat>`__中的用户名和密码。" # 2207831550714a73a1a41e5283a49cd9 #: ../../managing_networks.rst:3951 msgid "" "Go back to the Control Panel and click Network Connections to see the new " "connection. The connection is not active yet." msgstr "返回控制面板并点击网络连接查看这个新的连接。但当前连接并不是活动状态。" # 1e1b6b1d256942c2a129691e49daceaf #: ../../managing_networks.rst:3956 msgid "" "Right-click the new connection and select Properties. In the Properties " "dialog, select the Networking tab." msgstr "在新创建的连接上点击右键并选择属性。在属性对话框中,选择网络选项卡。" # e4ea1219d3634755a9395cae6ab51e7f #: ../../managing_networks.rst:3961 msgid "" "In Type of VPN, choose L2TP IPsec VPN, then click IPsec settings. Select Use" " preshared key. Enter the preshared key from step `1 <#source-nat>`__." msgstr "在VPN类型中,选择L2TP IPsec VPN,然后点击IPsec设置,选择用户预共享密钥。并输入此步骤`1 <#source-nat>`__中提供的密钥。" # 67167335a22243b7988e640a0022857c #: ../../managing_networks.rst:3967 msgid "" "The connection is ready for activation. Go back to Control Panel -> Network " "Connections and double-click the created connection." msgstr "该连接已经准备好被激活。返回到控制面板 -> 网络连接,双击创建连接。" # 109e34abfe6f4522b5c8bc8bc60f2fe0 #: ../../managing_networks.rst:3972 msgid "Enter the user name and password from step `1 <#source-nat>`__." msgstr "输入此步骤 `1 <#source-nat>`__ 中提供的用户名和密码。" # 8c9ad7097eda4b19bb45090e25249724 #: ../../managing_networks.rst:3975 msgid "Using Remote Access VPN with Mac OS X" msgstr "在Mac OS X 中使用远程访问VPN" # 5f27e95b14c9475a8f7c56618a1cb515 #: ../../managing_networks.rst:3977 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。" # dc2c20b5eb574ed2adada77dbf270a42 #: ../../managing_networks.rst:3981 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中可能会略有不同。" # 9c82432ffa134c1ca32ac34f08988c6d #: ../../managing_networks.rst:3986 msgid "On your Mac, open System Preferences and click Network." msgstr "在Mac中,打开系统偏好设置然后点击网络。" # 9d97977e9c46436ab9fe30c172722d6b #: ../../managing_networks.rst:3990 msgid "Make sure Send all traffic over VPN connection is not checked." msgstr "确保Send all traffic over VPN connection没有被选定。" # 63ac91c8dc0e497b80a34dfcae925d4b #: ../../managing_networks.rst:3994 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 "如果你的首选项框被锁住,你如果要做些改动需要点击底部左侧的锁按钮,并提供管理员认证。" # 3382a964d3e24d78ac26db4b8bda5128 #: ../../managing_networks.rst:4000 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”。在“服务名称”中输入任何你喜欢的字段。" # f99d122e9241423fbdcf6aa83fa0b08f #: ../../managing_networks.rst:4008 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用户名。" # 90453b8ed4bb48a18163cc20cb129995 #: ../../managing_networks.rst:4017 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。" # 92408c82c4b04948a05c719bd048fad0 #: ../../managing_networks.rst:4023 msgid "" "You may also want to click the \"Show VPN status in menu bar\" but that's " "entirely optional." msgstr "你也可以点击\"在菜单栏中查看VPN状态\",这完全是可选的操作。" # 8190135a88884eb788e9ce54c71ca84f #: ../../managing_networks.rst:4028 msgid "Now click \"Connect\" and you will be connected to the CloudStack VPN." msgstr "现在点击\"连接\" 你将会连接到CloudStack VPN。" # ac02eeb882404522aacc0cc8293ad641 #: ../../managing_networks.rst:4031 msgid "Setting Up a Site-to-Site VPN Connection" msgstr "配置站点到站点的VPN连接" # e204e99f433b4e51a129efbe663d70ef #: ../../managing_networks.rst:4033 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连接的必要了。" # 8e29e93424a04c189576052f05b8e717 #: ../../managing_networks.rst:4042 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数据包流量 。" # 95bbe3e3d5554fb6bc7959c18174607c #: ../../managing_networks.rst:4048 msgid "The supported endpoints on the remote datacenters are:" msgstr "目前支持的数据中心的终端设备是:" # 7e357cb1629f467485ba9145a75a81f7 #: ../../managing_networks.rst:4052 msgid "Cisco ISR with IOS 12.4 or later" msgstr "Cisco ISR IOS 12.4或更新" # 854482adf7dd4aa393f38b07756645aa #: ../../managing_networks.rst:4056 msgid "Juniper J-Series routers with JunOS 9.5 or later" msgstr "Juniper J-系统 路由器 JunOS 9.5 或更新版本" # 96648d86950840f89dc81c431d60cfb6 #: ../../managing_networks.rst:4060 msgid "CloudStack virtual routers" msgstr "CloudStack虚拟路由器。" # 1a74583da3a44bd39eb253120139a932 #: ../../managing_networks.rst:4062 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连接." # 64b2db355ac04f0f9c59eae16613e881 #: ../../managing_networks.rst:4064 msgid "To set up a Site-to-Site VPN connection, perform the following:" msgstr "为了建立站点到站点的VPN连接, 需要执行以下步骤:" # 796a6d7dfb6d46498818110494844639 #: ../../managing_networks.rst:4068 msgid "Create a Virtual Private Cloud (VPC)." msgstr "创建一个虚拟私有云(VPC)." # 8792529d67f442debcc4278090beb143 #: ../../managing_networks.rst:4070 msgid "" "See `Section 15.27, “Configuring a Virtual Private Cloud” <#configure-" "vpc>`__." msgstr "更多信息,参看 `章节 15.27, “Configuring a Virtual Private Cloud” <#configure-vpc>`__." # 2cde96423eaa4b00a89bc8638be81197 #: ../../managing_networks.rst:4075 msgid "Create a VPN Customer Gateway." msgstr "创建一个VPN客户网关." # 24923d7a1f5b4c968069162a997e27e8 #: ../../managing_networks.rst:4079 msgid "Create a VPN gateway for the VPC that you created." msgstr "为你创建的VPC设定一个VPN网关." # de7773aef60648c395206d22ebf8bb2b #: ../../managing_networks.rst:4083 msgid "" "Create VPN connection from the VPC VPN gateway to the customer VPN gateway." msgstr "从VPC的VPN网关到客户的VPN网关建立VPN连接." # 44b042e04c484e1aa9425682b124b081 #: ../../managing_networks.rst:4087 msgid "Creating and Updating a VPN Customer Gateway" msgstr "创建和更新一个VPN客户网关." # c2ffba4bbe2d413aab0af270e8b2195f #: ../../managing_networks.rst:4089 msgid "" "A VPN customer gateway can be connected to only one VPN gateway at a time." msgstr "一个VPN客户网关在同一时间只能连接一个VPN网关。" # 7b0767f2578b495595801fe8c497c3cd #: ../../managing_networks.rst:4091 msgid "To add a VPN Customer Gateway:" msgstr "添加 VPN 客户网关" # 78b54d35bae1432b9360ca8210ec82c5 # d664ef6b19954f3381587a7ed6fc32de #: ../../managing_networks.rst:4103 ../../managing_networks.rst:4227 msgid "In the Select view, select VPN Customer Gateway." msgstr "在选择视图里,选择VPN客户网关。" # a5c0098ccc8d4b1ca1ae5d86b3d43998 #: ../../managing_networks.rst:4107 msgid "Click Add VPN Customer Gateway." msgstr "点击添加 VPN 客户网关。" # e15f9c41a48247cfb47d45e73ea464a0 #: ../../managing_networks.rst:4109 msgid "|addvpncustomergateway.png: adding a customer gateway.|" msgstr "|addvpncustomergateway.png: adding a customer gateway.|" # 2a792a8dedb2441a823f19c7d482ecf6 #: ../../managing_networks.rst:4115 msgid "**Name**: A unique name for the VPN customer gateway you create." msgstr "**名称**: 你添加的VPN客户网关的一个唯一的名称。" # fcab4cadde164668976324bf647c7b59 #: ../../managing_networks.rst:4119 msgid "**Gateway**: The IP address for the remote gateway." msgstr "**IP地址**: 远端网关的IP地址。" # d1b2fa29c7dd4b39a5887883d6571ed1 #: ../../managing_networks.rst:4123 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标准。" # 25ad295a35ca425cb4bb391680aad6a3 #: ../../managing_networks.rst:4130 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网关之间相互认证。" # 60c393822e29418283ca3ba6907b44c3 #: ../../managing_networks.rst:4135 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 端点 ) 通过计算并发送包含预共享密钥的哈希键值来进行相互验证。如果收接点通过自己的预共享密钥算出同一个键值的话,这就说明两个点是用的同一个密钥,相互之间认证通过,形成匹配。" # cd6c278668824b58a2ffb239404e1012 #: ../../managing_networks.rst:4139 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.。认证通过预共享密钥完成。" # a3cf2ddfca704791903d9a0ffe07c87c #: ../../managing_networks.rst:4144 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网关之间使用的是同一个预定义密钥。" # dc8ed8cb236e467084228a10a29908e7 #: ../../managing_networks.rst:4148 msgid "" "**IKE Hash**: The IKE hash for phase-1. The supported hash algorithms are " "SHA1 and MD5." msgstr "**IKE 哈希**: IKE第一阶段( phase-1)哈希散列使用的算法。支持SHA1 和 MD5." # d119a30b80184f6e988be13f0013017b #: ../../managing_networks.rst:4153 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)." # d00e55d3a58247f4902732e8f104989a #: ../../managing_networks.rst:4161 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。" # e29d497cac194439ba539800b8037ff5 #: ../../managing_networks.rst:4165 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安全协议方法来交换新的密钥。" # d2b39ecbc1d44c3d9a6d78c78be321e0 #: ../../managing_networks.rst:4169 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." # 47abcc0c6f134e1797ec70ee5355a74c #: ../../managing_networks.rst:4174 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组会变得更大。" # e1411a88880e44b88adeaffac1d8ebd0 #: ../../managing_networks.rst:4184 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生成。" # e61813c0a2954d6283658b02b58d4cb6 #: ../../managing_networks.rst:4188 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交换。" # cdae24a26b454b838fa3673a49c43446 #: ../../managing_networks.rst:4194 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。" # 99c4be56c93142898b61b090661e5295 #: ../../managing_networks.rst:4201 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)." # cbedab3aca3b46d3b729d10282337f33 #: ../../managing_networks.rst:4212 msgid "Updating and Removing a VPN Customer Gateway" msgstr "更新和删除一个VPN客户网关." # 3b6106b5e9714642a65edc3d3b5af11f #: ../../managing_networks.rst:4214 msgid "" "You can update a customer gateway either with no VPN connection, or related " "VPN connection is in error state." msgstr "你可以更新一个客户网关:即可以从无到有新建一个VPN,或是将有错误提示的VPN改正。" # 0959bb19a36c4e70a01a974a38e149dc #: ../../managing_networks.rst:4231 msgid "Select the VPN customer gateway you want to work with." msgstr "选择您要操作的客户VPN连接。" # 32f107b7adf04cf2b7f795ae7aaa81c5 #: ../../managing_networks.rst:4235 msgid "" "To modify the required parameters, click the Edit VPN Customer Gateway " "button |edit.png: button to edit a VPN customer gateway|" msgstr "如需要修改一些参数,点击编辑客户VPN网关按钮。|edit.png: button to edit a VPN customer gateway|" # 37ada8df7369477881326c75d570e61a #: ../../managing_networks.rst:4240 msgid "" "To remove the VPN customer gateway, click the Delete VPN Customer Gateway " "button |delete.png: button to remove a VPN customer gateway|" msgstr "删除一个客户VPN网关,点击删除客户VPN网关按钮。 |delete.png: button to remove a VPN customer gateway|" # 3236f66e39e94005b7667ae57885d653 #: ../../managing_networks.rst:4248 msgid "Creating a VPN gateway for the VPC" msgstr "为VPC创建一个VPN网关" # 511d19b2e3504253b21f8f4fcabd362a # e01144a6325b4c608dab9c6379458a12 # bc8da9bc86e542dda10770fce00c89e1 # 501e01e53ce94f08a0f3d4fe216da110 # 703482b61d324ba3890aeb460992e1ce # 9c1f460ca2e24825a0292fca00b7d23f # d4ac91902c79445aa3e7bbd80a3f6a03 #: ../../managing_networks.rst:4267 ../../managing_networks.rst:4363 #: ../../managing_networks.rst:4557 ../../managing_networks.rst:5658 #: ../../managing_networks.rst:5750 ../../managing_networks.rst:5928 #: ../../managing_networks.rst:6562 msgid "" "Click the Configure button of the VPC to which you want to deploy the VMs." msgstr "点击要部署虚机的VPC的配置按钮。" # a65c97cf987e47c9860d773977e19aaa # 26d378a616bb4724a0345a027037983e # 9ec7e2c78f664ddea4b564bb44ba02f8 # aa36d7fe59be4f04a4fb82dde257bbd7 # 4a661989a9a741af84d8dbb14a16d6f0 # 6e876e1c538f4945ab205b8415e88220 # a461edb130a14c6cb41075603aee7d8f # 6a50c314b64e4c8ba8b1469a2e2c50c4 #: ../../managing_networks.rst:4270 ../../managing_networks.rst:4366 #: ../../managing_networks.rst:4560 ../../managing_networks.rst:5424 #: ../../managing_networks.rst:5753 ../../managing_networks.rst:5840 #: ../../managing_networks.rst:5931 ../../managing_networks.rst:6565 msgid "" "The VPC page is displayed where all the tiers you created are listed in a " "diagram." msgstr "系统会显示VPC页面,您创建的所有层都列在图中。" # 0655419f6d7d4c40b18bd684d78fc5c2 # 1b39c01ef614430598699e611dfc623e # 7dd952c2ddc347ef976ff0ac7e66de45 #: ../../managing_networks.rst:4315 ../../managing_networks.rst:4415 #: ../../managing_networks.rst:4609 msgid "Select Site-to-Site VPN." msgstr "选择点对点VPN" # 7b01ec42a0b64f369443a3737b23f0ed #: ../../managing_networks.rst:4317 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网关。" # 742940cb43e74b209faabb6ea27db456 #: ../../managing_networks.rst:4322 msgid "In the confirmation dialog, click Yes to confirm." msgstr "在信息确认对话框,点击“是”。" # 7f7c54fe5bae49bab3b51cf86e863910 #: ../../managing_networks.rst:4324 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网关的详细信息,请点击“是”。" # 63a4578cd1dd4ad98122b9149082a8b3 #: ../../managing_networks.rst:4328 msgid "The following details are displayed in the VPN Gateway page:" msgstr "VPN网关页面会显示以下详细信息:" # 1da96b1b044e4d78b49dcb8cc4099ba3 #: ../../managing_networks.rst:4336 msgid "Account" msgstr "帐号" # 1c7f84073654461dae36083481c5502c #: ../../managing_networks.rst:4340 msgid "Domain" msgstr "域名" # 030c20e667e445a5a3e530f0740204bf #: ../../managing_networks.rst:4343 msgid "Creating a VPN Connection" msgstr "新建vpn连接" # ac44534c69794320b653ebbb19e635f2 #: ../../managing_networks.rst:4345 msgid "CloudStack supports creating up to 8 VPN connections." msgstr "CloudStack最多支持建立8个VPN连接。" # f6a9f2333b3b4aaabfdca1da35eaa6de #: ../../managing_networks.rst:4359 msgid "All the VPCs that you create for the account are listed in the page." msgstr "页面上列出了该账号下所有的VPC。" # adfb4ad12aa243d6ad05463c636503a1 # 327d040bcabf40599dcf368f22a07853 # e07568be318548718935c6472cbd9bb0 #: ../../managing_networks.rst:4371 ../../managing_networks.rst:4565 #: ../../managing_networks.rst:5429 msgid "Click the Settings icon." msgstr "点击设置图标。" # e03ba2fa9183402c9c8486eb92516980 # b9a7a824b72047c48214b440c8a54618 #: ../../managing_networks.rst:4417 ../../managing_networks.rst:4611 msgid "The Site-to-Site VPN page is displayed." msgstr "系统会显示点对点VPN页面。" # 9389c31ffef740e38608620a80bee1b7 # 7a249b578800445fbcb0b768547bd1c4 #: ../../managing_networks.rst:4421 ../../managing_networks.rst:4615 msgid "" "From the Select View drop-down, ensure that VPN Connection is selected." msgstr "在选择视图下拉框,请确保选择VPN连接。" # dce19ba002cf49d8af17ad7a380f2606 #: ../../managing_networks.rst:4426 msgid "Click Create VPN Connection." msgstr "选择创建vpn连接按钮" # 13474ca5db5a4cec8688a86f4e74350e #: ../../managing_networks.rst:4428 msgid "The Create VPN Connection dialog is displayed:" msgstr "系统会显示创建VPN连接对话框:" # bbc62b37255b4285a412fe8fef5cdaf1 #: ../../managing_networks.rst:4430 msgid "" "|createvpnconnection.png: creating a VPN connection to the customer " "gateway.|" msgstr "|createvpnconnection.png: creating a VPN connection to the customer gateway.|" # 25353dbd7d224969878afd9f2f0a3d79 #: ../../managing_networks.rst:4435 msgid "Select the desired customer gateway." msgstr "选择想要的用户网关。" # b8751b7b869e41e89c732ca0a4e1b09b #: ../../managing_networks.rst:4439 msgid "" "Select Passive if you want to establish a connection between two VPC virtual" " routers." msgstr "如果你希望在两个VPC虚拟路由器之间建立连接,选择被动模式。" # bc97e44ce1cf44878ebb684d36080bb9 #: ../../managing_networks.rst:4442 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虚拟路由器之间建立连接,需要等待另一个虚拟路由器来初始化连接,则只有其中一个虚拟器上选择被动模式。在这种情况下,不要在初始化连接的虚拟路由器上选择被动模式。" # eadc5a4556aa44f28e4863d1c2d4fecc #: ../../managing_networks.rst:4452 msgid "Within a few moments, the VPN Connection is displayed." msgstr "过一会儿,系统会显示该VPN连接。" # 8ed2f646df6a4d75857c6a8fac04e829 #: ../../managing_networks.rst:4454 msgid "The following information on the VPN connection is displayed:" msgstr "VPN连接信息" # de7d0faafa2448e08a0d2493699c50c7 #: ../../managing_networks.rst:4466 msgid "State" msgstr "状态 " # e3764a89a0ce4201889a0fadffcc09d5 #: ../../managing_networks.rst:4470 msgid "IPSec Preshared Key" msgstr "IPSec 预共享密钥" # 8ca0096772074c439e2d9a61b38fd6ef #: ../../managing_networks.rst:4474 msgid "IKE Policy" msgstr "IKE策略" # 7ec1e33e92c64c29a0c177e54bc2cb9c #: ../../managing_networks.rst:4478 msgid "ESP Policy" msgstr "ESP策略" # e8af24af3aa041559e70bbc4f134e2a0 #: ../../managing_networks.rst:4481 msgid "Site-to-Site VPN Connection Between VPC Networks" msgstr "在VPC网络之间的站点的VPN连接" # d32d29e70caf4194bc1f7aeb3159a85e #: ../../managing_networks.rst:4483 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通道互联。" # aca5c3b83f3948419a10f421e9ebb6d3 #: ../../managing_networks.rst:4489 msgid "This feature is supported on all the hypervisors." msgstr "这个特性支持所有类型的HYPERVISOR." # be029698755440618c84f5ada6cd0f0d #: ../../managing_networks.rst:4493 msgid "Create two VPCs. For example, VPC A and VPC B." msgstr "创建两个VPC。比如,VPC A和VPC B。" # d849133b3805422b85e8fb4b5c1e843f #: ../../managing_networks.rst:4495 msgid "" "For more information, see `Section 15.27, “Configuring a Virtual Private " "Cloud” <#configure-vpc>`__." msgstr "更多信息,参看 `章节 15.27, “配置虚拟专用云” <#configure-vpc>`__." # baae8ca5cf4c4e53a308274c699e84e4 #: ../../managing_networks.rst:4500 msgid "Create VPN gateways on both the VPCs you created." msgstr "在创建的VPC两边都添加VPN网关。" # cf3881f3f2af4d808dd58ae3dd71a648 #: ../../managing_networks.rst:4502 msgid "" "For more information, see `Section 15.25.5.2, “Creating a VPN gateway for " "the VPC” <#create-vpn-gateway-for-vpc>`__." msgstr "更多信息,参看 `章节 15.25.5.2, “为VPC创建VPN网关” <#create-vpn-gateway-for-vpc>`__." # 5f6abf3bf9f4445db1b846b5f06d95b7 #: ../../managing_networks.rst:4507 msgid "Create VPN customer gateway for both the VPCs." msgstr "在VPC两边都创建VPN客户网关。" # d3b7adbcc13a4165815edae105d44fc2 #: ../../managing_networks.rst:4509 msgid "" "For more information, see `Section 15.25.5.1, “Creating and Updating a VPN " "Customer Gateway” <#create-vpn-customer-gateway>`__." msgstr "更多信息,参看 `章节 15.25.5.1, “创建或更新 VPN客户网关” <#create-vpn-customer-gateway>`__." # 77919bde060b4e299739c9be53a60eb8 #: ../../managing_networks.rst:4514 msgid "Enable a VPN connection on VPC A in passive mode." msgstr "在VPC A这边启用VPN的被动连接模式。" # 8ea54231bb2249e6ae3e0130c0296796 #: ../../managing_networks.rst:4516 msgid "" "For more information, see `Section 15.25.5.3, “Creating a VPN Connection” " "<#create-vpn-connection-vpc>`__." msgstr "更多信息,参看 `章节 15.25.5.3, “创建VPN连接” <#create-vpn-connection-vpc>`__." # 14ae7f0b268f42b0a79b9c961fe70c75 #: ../../managing_networks.rst:4519 msgid "" "Ensure that the customer gateway is pointed to VPC B. The VPN connection is " "shown in the Disconnected state." msgstr "确保客户网关指向VPC B。这个VPN当前显示的是未连接状态。" # f7ba3e9df3ac4049801e174c1b181c84 #: ../../managing_networks.rst:4524 msgid "Enable a VPN connection on VPC B." msgstr "在VPC B上启用VPN连接。" # 46b233eee044428188efb7edd2994c18 #: ../../managing_networks.rst:4526 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的虚拟路由器不要设置为被动模式。" # 017ef29bf6994c348cd076349e7eabaf #: ../../managing_networks.rst:4531 msgid "The VPN connection is shown in the Disconnected state." msgstr "VPN连接当前显示为未连接状态。" # 849dd8090fb74fa9a6696467a54e91c4 #: ../../managing_networks.rst:4533 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都会显示为已连接状态。" # 8fb620a0c32649b8a3ad2e44584f8a13 #: ../../managing_networks.rst:4538 msgid "Restarting and Removing a VPN Connection" msgstr "VPN连接的重启和删除" # 2d31e38ca55b40ac9e8ce765dd0d3692 #: ../../managing_networks.rst:4618 msgid "All the VPN connections you created are displayed." msgstr "系统会显示创建VPN连接对话框:" # 6aeb5be8241c49548bc0501a9f5b59f0 #: ../../managing_networks.rst:4622 msgid "Select the VPN connection you want to work with." msgstr "选择您要操作的VPN连接。" # 410c2e173f9e414dab7470faec1c5598 #: ../../managing_networks.rst:4624 msgid "The Details tab is displayed." msgstr "系统显示详细信息页。" # 0516c8c707dd4a049cc801f1cc68fabb #: ../../managing_networks.rst:4628 msgid "" "To remove a VPN connection, click the Delete VPN connection button |remove-" "vpn.png: button to remove a VPN connection|" msgstr "删除一个VPN连接,点击删除VPN连接按钮。 |remove-vpn.png: button to remove a VPN connection|" # d570926d708b453e81da0da78f495cc1 #: ../../managing_networks.rst:4631 msgid "" "To restart a VPN connection, click the Reset VPN connection button present " "in the Details tab. |reset-vpn.png: button to reset a VPN connection|" msgstr "要重启VPN连接,请点击详细信息页的重置VPN连接按钮。 |reset-vpn.png: button to reset a VPN connection|" # 73e93f585b5947af90ee476b4b71ca25 #: ../../managing_networks.rst:4636 msgid "About Inter-VLAN Routing (nTier Apps)" msgstr "关于vlan间路由(多层应用)" # e1cdf935aea64e868a11d602b20cf6c3 #: ../../managing_networks.rst:4638 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的逻辑上独立的应用程序的虚拟具有较高的安全性和较低的广播,同时任然物理连接到同一设备。" # 0d404f9da0ba4f8aa58cab4bb8994e7f #: ../../managing_networks.rst:4651 msgid "This feature is supported on XenServer, KVM, and VMware hypervisors." msgstr "在 XenServer ,KVM和 VMware hypervisors支持这个特性" # b48459f15e6a45318c79f097d562ed35 #: ../../managing_networks.rst:4653 msgid "The major advantages are:" msgstr "主要的优势为:" # 37506050acaf40fda04742118858f794 #: ../../managing_networks.rst:4657 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." # 06560c3f129242f0adf92f680f2274df #: ../../managing_networks.rst:4662 msgid "" "A VLAN allocated for an account cannot be shared between multiple accounts." msgstr "一个租户分配到的vlan不能被多个租户共享" # 25eee29513534fd4bb12a269333bd787 #: ../../managing_networks.rst:4666 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中" # 74e4b83e45024768b481877a882eba72 #: ../../managing_networks.rst:4672 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虚拟路由器上" # 8f27053c8ee44c22b62581053f1910b1 #: ../../managing_networks.rst:4678 msgid "" "The administrator can create the following gateways to send to or receive " "traffic from the VMs:" msgstr "管理员创建网关用接受和发送来自vm的流量:" # 52b5a0ec994b4c8daf1db4d35c2aa504 #: ../../managing_networks.rst:4683 msgid "" "**VPN Gateway**: For more information, see `Section 15.25.5.2, “Creating a " "VPN gateway for the VPC” <#create-vpn-gateway-for-vpc>`__." msgstr "**VPN网关**: 更多信息,参看 `章节 15.25.5.2, “为VPC创建VPN网关” <#create-vpn-gateway-for-vpc>`__." # 2e0edcccf95c4a1dbf3c151de2439616 #: ../../managing_networks.rst:4689 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的公共网关就添加到虚拟路由器当中。公共网关还没有暴露到最终用户。你不允许其列出,也不允许建立任何静态路由。" # a659063093e948fcbec68ff5b117678c #: ../../managing_networks.rst:4696 msgid "" "**Private Gateway**: For more information, see `Section 15.27.5, “Adding a " "Private Gateway to a VPC” <#add-gateway-vpc>`__." msgstr "**私网网关**: 更多信息,参看 `章节 15.27.5, “为VPC添加专用网关” <#add-gateway-vpc>`__." # f7e8baf7e8284cacb10f71e2b87529b9 #: ../../managing_networks.rst:4701 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 "管理员和用户可以创建各种可能的目的地的网关组合。但是,在部署中每种类型只能有一个网关。" # 066d3de08ee44a9f8ce5fd196908df8a #: ../../managing_networks.rst:4705 msgid "For example:" msgstr "例如:" # 3b955ae841204566b4939325f181cea5 #: ../../managing_networks.rst:4709 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应用所在的虚拟机要和因特网通信。" # 070bb78cb77c45899817353d9d3afe40 #: ../../managing_networks.rst:4715 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应用的虚拟机要和因特网通信; 并且数据库虚拟要个先前提到的设备通信" # 612fa4a2bba040fabccd21dbc46a3b91 #: ../../managing_networks.rst:4722 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" # 754f1b2b5a1b4f92b6ef9530907e259d #: ../../managing_networks.rst:4728 msgid "" "The following figure shows the possible deployment scenarios of a Inter-VLAN" " setup:" msgstr "下图显示了可能的部署一个VLAN间的场景设置的:" # 536386b54906472e8b8ddd90dab72f0b #: ../../managing_networks.rst:4731 msgid "|mutltier.png: a multi-tier setup.|" msgstr "|mutltier.png: a multi-tier setup.|" # a610a58c65f0482dbd12dd339ec17888 #: ../../managing_networks.rst:4733 msgid "" "To set up a multi-tier Inter-VLAN deployment, see `Section 15.27, " "“Configuring a Virtual Private Cloud” <#configure-vpc>`__." msgstr "关于设置一个多层VLAN的信息,参看 `章节 15.27, “配置虚拟专用云” <#configure-vpc>`__." # 8c6f5c047656431f9efa0775f05f20e9 #: ../../managing_networks.rst:4737 msgid "Configuring a Virtual Private Cloud" msgstr "配置一个虚拟私有云(VPC)" # 51dbe5ce31064783a34b81a1169ce257 #: ../../managing_networks.rst:4740 msgid "About Virtual Private Clouds" msgstr "关于虚拟私有云(VPC)" # 36f1958de4dd4cd085e8e06b28b118b3 #: ../../managing_networks.rst:4742 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地址范围分组。" # 231f37879fac4621b48e0c39fc46c2f1 #: ../../managing_networks.rst:4750 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等等。" # b1aa5c2f5259429f9ef169a6f5ca6f97 #: ../../managing_networks.rst:4757 msgid "A VPC is comprised of the following network components:" msgstr "VPC主要由以下网络组件构成:" # 81f964d528e6402ba3e1428cddb674bd #: ../../managing_networks.rst:4761 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的虚拟路由器互通。" # c94ea42c1d514b648ea93bc841f47eeb #: ../../managing_networks.rst:4766 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虚拟路由器在每个层中的网卡是该层的网关。" # 685738b4e44748a9ac538dfd407f1e6e #: ../../managing_networks.rst:4773 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服务。" # 4ecd641c04c5446da55dc72dd42babb9 #: ../../managing_networks.rst:4782 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中的公网网关不暴露给最终用户,因此公网网关上不支持静态路由。" # 64b40911d3fa4da8bd9fc7c20cd350ed #: ../../managing_networks.rst:4789 msgid "" "**Private Gateway**: All the traffic to and from a private network routed to" " the VPC through the private gateway. For more information, see `Section " "15.27.5, “Adding a Private Gateway to a VPC” <#add-gateway-vpc>`__." msgstr "**私有网关**:VPC进出某个私有网络的流量通过私有网关。更多信息,请查阅 `章节 15.27.5, “为VPC添加专用网关” <#add-gateway-vpc>`__." # efdd8a661d1a4f77a361eeefed2f8f82 #: ../../managing_networks.rst:4796 msgid "**VPN Gateway**: The VPC side of a VPN connection." msgstr "**VPN 网关**:VPN连接的VPC端。" # c30d05145eec45938cb3f8a99bf3eabe #: ../../managing_networks.rst:4800 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 `Section 15.25.5, “Setting Up a Site-to-Site VPN " "Connection” <#site-to-site-vpn>`__." msgstr "**点对点VPN连接**:您的VPC和您的数据中心、家庭网络、主机托管设施之间基于硬件的VPN连接。更多信息,请查阅 `章节 15.25.5, “设置站点-到-站点 VPN连接” <#site-to-site-vpn>`__." # 83a3f96194b24badaa38506d70b11009 #: ../../managing_networks.rst:4807 msgid "" "**Customer Gateway**: The customer side of a VPN Connection. For more " "information, see `Section 15.25.5.1, “Creating and Updating a VPN Customer " "Gateway” <#create-vpn-customer-gateway>`__." msgstr "**客户网关**: 客户这边的VPN连接。更多信息,参看 `章节 15.25.5.1, “创建和更新VPN客户网关” <#create-vpn-customer-gateway>`__." # cb437b168320462f8765d7949d2c2d1d #: ../../managing_networks.rst:4813 msgid "" "**NAT Instance**: An instance that provides Port Address Translation for " "instances to access the Internet via the public gateway. For more " "information, see `Section 15.27.10, “Enabling or Disabling Static NAT on a " "VPC” <#enable-disable-static-nat-vpc>`__." msgstr "**NAT实例**:在用户虚机通过公网网关访问公网时,提供端口地址转换的实例。关于更多信息,请查阅 `章节 15.27.10, “在VPC中开启或禁用静态NAT” <#enable-disable-static-nat-vpc>`__." # 2dcef6cbbdf64b628e2fb8898dadeac0 #: ../../managing_networks.rst:4820 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 `Section 15.27.4, “Configuring Network Access Control List”" " <#configure-acl>`__." msgstr "**网络ACL**: 网络ACL是一组网络访问控制列表。这些列表就是一个按顺序编号的规则,执行的时候,从最小的编号开始。这些规则决定了与此ACL关联的各个层的进出流量会被允许或阻止。更多信息,参看 `章节 15.27.4, “配置网络访问控制列表” <#configure-acl>`__." # 8021e62528a3456283a94683c84a5a30 #: ../../managing_networks.rst:4830 msgid "" "In a VPC, the following four basic options of network architectures are " "present:" msgstr "VPC有以下四个基本的网络架构:" # 79c69f1431cf41f992cf738d7291af75 #: ../../managing_networks.rst:4835 msgid "VPC with a public gateway only" msgstr "只有一个公网网关的VPC" # 3b7dc9ded7fd4111a027ec9623f8ab3b #: ../../managing_networks.rst:4839 msgid "VPC with public and private gateways" msgstr "VPC的公有和私有网关" # 840b7b65488a4ddab62c2f20cbc5626b #: ../../managing_networks.rst:4843 msgid "VPC with public and private gateways and site-to-site VPN access" msgstr "VPC的公有和私有网关以及site-to-site VPN访问" # 7b5faa4272c845e5abe17edbc0486fc9 #: ../../managing_networks.rst:4847 msgid "VPC with a private gateway only and site-to-site VPN access" msgstr "只有私有网关的VPC以及site-to-site VPN访问" # 51bfc1cebf464c5bbc3d58dba695d58a #: ../../managing_networks.rst:4852 msgid "You can connect your VPC to:" msgstr "你可以连接你的VPC:" # a47fa88e4c984151aaf4250a0542efbd #: ../../managing_networks.rst:4856 msgid "The Internet through the public gateway." msgstr "通过公有网关连接到Internet." # 75610d2bcbf3457085a4d69186ac178b #: ../../managing_networks.rst:4860 msgid "" "The corporate datacenter by using a site-to-site VPN connection through the " "VPN gateway." msgstr "通过site-to-siteVPN网关连接到相邻数据中心。" # 25f83464cf7d423f89842ec7bb5b2427 #: ../../managing_networks.rst:4865 msgid "" "Both the Internet and your corporate datacenter by using both the public " "gateway and a VPN gateway." msgstr "通过公有和私有VPN网关同时连接到Internet和相邻数据中心。" # b4a8939012bd4d57becfcf7bf2b208b7 #: ../../managing_networks.rst:4871 msgid "Consider the following before you create a VPC:" msgstr "在创建VPC之前,确认以下事项:" # 8f4b07dab7f74e4e84325dfa7c3fb31a #: ../../managing_networks.rst:4875 msgid "A VPC, by default, is created in the enabled state." msgstr "在创建好VPC之后,其默认处于启用状态。" # e0eddf322bcc4f58899c1d0ec98ff3a6 #: ../../managing_networks.rst:4879 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只能属于一个区域。" # 94e822d9f9f4432183d26a7458ee0a7b #: ../../managing_networks.rst:4884 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的最大数量的。" # ba83295468c54bd8ac9701b0ac75e1c6 #: ../../managing_networks.rst:4890 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这个参数修改。" # b3365ac8ef2d4de2a5bdcdcadcb9df03 #: ../../managing_networks.rst:4896 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的范围之内。" # 4482ffae03974738b00591ed147ac312 #: ../../managing_networks.rst:4901 msgid "A tier belongs to only one VPC." msgstr "每一层只能属于一个VPC。" # 33f875bfaa2f449eab177c836ba3e595 #: ../../managing_networks.rst:4905 msgid "All network tiers inside the VPC should belong to the same account." msgstr "VPC中所有网络层都应属于同一个帐号。" # 381f803ea9004045ab58f5d055f536c7 #: ../../managing_networks.rst:4909 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也会被释放。" # 428718bf75c8495b9390710e65fbbdff #: ../../managing_networks.rst:4914 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 或端口转发。" # 38bd1f10ec864e648bba9fae452daf4a #: ../../managing_networks.rst:4919 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功能。" # b39e4604f3bd46c9ae5b2bb9ea9b9ed8 #: ../../managing_networks.rst:4925 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." # 82f230ac4a4c4454bebda33b860a5144 #: ../../managing_networks.rst:4931 msgid "" "The load balancing service can be supported by only one tier inside the VPC." msgstr "VPC中只有一层支持负载均衡服务。" # 674409f549534664943c157e86b4751f #: ../../managing_networks.rst:4936 msgid "If an IP address is assigned to a tier:" msgstr "如果一个IP地址被赋予一个网络层:" # fff45697eaa74169a43b238c7cb7d850 #: ../../managing_networks.rst:4940 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上创建。" # bb2829ee8fc143579a544bca2b190a12 #: ../../managing_networks.rst:4947 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,负载均衡,端口转发规则。" # f30c68c2eb624318b01d472bc88fb934 #: ../../managing_networks.rst:4952 msgid "Remote access VPN is not supported in VPC networks." msgstr "VPC网络不支持Remote access VPN。" # 664f092fb65d4f7eb7b57597dc20eee3 #: ../../managing_networks.rst:4955 msgid "Adding a Virtual Private Cloud" msgstr "添加一个VPC" # d8f0f8db2b2b48b5993868b9be41e740 #: ../../managing_networks.rst:4957 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块的形式提供。" # 68e44a29c9cd46b3814ef56e13a45415 #: ../../managing_networks.rst:4975 msgid "Click Add VPC. The Add VPC page is displayed as follows:" msgstr "点击添加VPC按钮。页面呈现以下:" # 663db894b6d44e05bad28dd1cf0ff9b4 #: ../../managing_networks.rst:4977 msgid "|add-vpc.png: adding a vpc.|" msgstr "|add-vpc.png: adding a vpc.|" # 9b71ee6298ad4ff8b3677dd885a61d39 #: ../../managing_networks.rst:4983 msgid "**Name**: A short name for the VPC that you are creating." msgstr "**名称**: 要创建的VPC的名称。" # 4aa804d3171d4eb8a0a95651b83f5c29 #: ../../managing_networks.rst:4987 msgid "**Description**: A brief description of the VPC." msgstr "**描述**: 关于此VPC的简短描述." # f4eeaac96959486781023464ab4c5c24 #: ../../managing_networks.rst:4991 msgid "**Zone**: Choose the zone where you want the VPC to be available." msgstr "**区域**: 你希望将此VPN应用在哪个区域中。" # 990e793a0bc5420baa6b59dd61e90efe #: ../../managing_networks.rst:4995 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。" # 4af670c01148481cb56fc6fee83bdcb1 #: ../../managing_networks.rst:5002 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中所有的层都属于同一个域。如果没有指定域名,则域名会由系统随机产生。" # 990485d745a04f93926573a279396d9b #: ../../managing_networks.rst:5010 msgid "" "**Public Load Balancer Provider**: You have two options: VPC Virtual Router " "and Netscaler." msgstr "**公共负载均衡提供者**: 有两个选项:VPC虚拟路由器和 Netscaler。" # 23e6b6bbbd57448185253c915b8ad5f0 #: ../../managing_networks.rst:5018 msgid "Adding Tiers" msgstr "添加层" # ff39814e4cfe42168898bec95c63bd64 #: ../../managing_networks.rst:5020 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内部提供一种廉价,低延迟的网络连接。" # 112dec95edd24541b50be348ca4879f1 # d6583ef8f25f444f92aa0c16debd9ba7 #: ../../managing_networks.rst:5038 ../../managing_networks.rst:6682 msgid "" "All the VPC that you have created for the account is listed in the page." msgstr "此帐号创建的所有VPC将显示在页面中。" # 6b489291378641d99c7e3dfc771af3de #: ../../managing_networks.rst:5041 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。" # 4996cd7a3c8e49ce842db18908305e3e # ee5e856c97144914852fcc5b7106e740 #: ../../managing_networks.rst:5045 ../../managing_networks.rst:6687 msgid "" "Click the Configure button of the VPC for which you want to set up tiers." msgstr "在你希望设置层的VPC里,点击配置按钮。" # f345aeb0c14d4ebe9c779e4ef8d45a80 #: ../../managing_networks.rst:5050 msgid "Click Create network." msgstr "点击新建网络。" # a138378a695c4ffb85e071e4e5668647 #: ../../managing_networks.rst:5052 msgid "The Add new tier dialog is displayed, as follows:" msgstr "然后,添加层的对话界面就会出现。如下:" # 5e067e1a2c184e638b51030209dcd153 #: ../../managing_networks.rst:5054 msgid "|add-tier.png: adding a tier to a vpc.|" msgstr "|add-tier.png: adding a tier to a vpc.|" # 42a84e496afd4a909af40619de500c02 #: ../../managing_networks.rst:5056 msgid "" "If you have already created tiers, the VPC diagram is displayed. Click " "Create Tier to add a new tier." msgstr "如果你已添加层,VPC界面就会出现。点击添加层可以增加一个新的层。" # 95298a50ccd3433a8ea1f2fed9df787d #: ../../managing_networks.rst:5067 msgid "**Name**: A unique name for the tier you create." msgstr "**名称**: 你添加的层的一个唯一的层名。" # a6969eda2b5e4e61b5520e0c523e7064 #: ../../managing_networks.rst:5071 msgid "" "**Network Offering**: The following default network offerings are listed: " "Internal LB, DefaultIsolatedNetworkOfferingForVpcNetworksNoLB, " "DefaultIsolatedNetworkOfferingForVpcNetworks" msgstr "**网络方案**: 默认有以下几种网络方案: Internal LB, DefaultIsolatedNetworkOfferingForVpcNetworksNoLB, DefaultIsolatedNetworkOfferingForVpcNetworks" # 9963ce9168d74acaaf8ab3c9289533c2 #: ../../managing_networks.rst:5076 msgid "" "In a VPC, only one tier can be created by using LB-enabled network offering." msgstr "在一个VPC中,用LB-enabled network offering只能创建一个层。" # 9a666245953b4d769667d62a479655f8 #: ../../managing_networks.rst:5088 msgid "**VLAN**: The VLAN ID for the tier that the root admin creates." msgstr "**VLAN**: 指定系统管理员创建的层的VLAN ID号。" # 43718c048f834c0fbbe95d0255e600b2 #: ../../managing_networks.rst:5090 msgid "" "This option is only visible if the network offering you selected is VLAN-" "enabled." msgstr "这个选项只在你选择的方案在VLAN-enabled的情况下才会显示出来。" # e984dca5699d49549e497366d7fa6cfa #: ../../managing_networks.rst:5093 msgid "" "For more information, see the Assigning VLANs to Isolated Networks section " "in the CloudStack Administration Guide." msgstr "如需要更多信息,请查看CloudStack管理文档里the Assigning VLANs to Isolated Networks章节。" # fd0893c5f3f244cd959a9e3da04a3244 #: ../../managing_networks.rst:5110 msgid "Continue with configuring access control list for the tier." msgstr "继续为层配置访问控制列表。" # 9ecb7309fd5044a7b9252ea6777743d3 #: ../../managing_networks.rst:5113 msgid "Configuring Network Access Control List" msgstr "配置网络访问控制列表" # f8bec17b79944b3c941a1ba25d55f57c #: ../../managing_networks.rst:5115 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。" # 883738de9a0f4f9cb19d5381137f41b7 #: ../../managing_networks.rst:5126 msgid "About Network ACL Lists" msgstr "关于ACL列表" # 0013030c60f54306b754480ec7cd56ee #: ../../managing_networks.rst:5128 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中。" # cd30ab4ab3de4e19944373cf3ad29ee4 #: ../../managing_networks.rst:5138 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的内容如下:" # 0ffe15ce91bb46a181dd0f5f4352b037 #: ../../managing_networks.rst:5144 msgid "Rule" msgstr "规则" # fd278173e97b408ab779ea644ba8c05b #: ../../managing_networks.rst:5144 msgid "Protocol" msgstr "协议" # c8650729b8784c91b63c3256b2a6da0c #: ../../managing_networks.rst:5144 msgid "Traffic type" msgstr "流量类型" # 32be36b683c640f6bcb229e524bd7249 #: ../../managing_networks.rst:5144 msgid "Action" msgstr "动作" # e2de15ead8bd422c873fa6c50b4a42a9 # b05631934bf140be841f32970809a285 #: ../../managing_networks.rst:5146 ../../managing_networks.rst:5147 msgid "All" msgstr "所有" # 8449d6b79ab54e9a9399ccd13ab059ef #: ../../managing_networks.rst:5146 msgid "Ingress" msgstr "进入流量" # 1eeb4aa87118496eb955beec9206e674 # bb21769e9775425ab94a56a56b43cba9 #: ../../managing_networks.rst:5146 ../../managing_networks.rst:5147 msgid "0.0.0.0/0" msgstr "0.0.0.0/0" # bd09cdb155ae4f8887094159bb0b7ebc #: ../../managing_networks.rst:5147 msgid "Egress" msgstr "外出流量" # d149d46d02694b94a0f6d46db5982fb2 #: ../../managing_networks.rst:5152 msgid "Creating ACL Lists" msgstr "创建ACL列表" # b101c0f175594179ac9f4f323f335d7d # 2154f606bc904937a85a8fc00bbf23b5 #: ../../managing_networks.rst:5215 ../../managing_networks.rst:5257 msgid "Select Network ACL Lists." msgstr "选择网络ACL列表。" # 517402dccaae4fa1befd493301ea949d #: ../../managing_networks.rst:5217 msgid "" "The following default rules are displayed in the Network ACLs page: " "default\\_allow, default\\_deny." msgstr "在ACL页面,下面默认规则将会显示出来:default\\_allow, default\\_deny." # 37dadcca056740d98d2f961f0f2c17b1 #: ../../managing_networks.rst:5222 msgid "Click Add ACL Lists, and specify the following:" msgstr "点击添加ACL列表,指定以下配置:" # ec72127f5c594aa88546a51a9805357b #: ../../managing_networks.rst:5226 msgid "**ACL List Name**: A name for the ACL list." msgstr "**ACL列表名称**: 为ACL列表命名。" # 4cd0a64154f14244bc624f4c6a44ba55 #: ../../managing_networks.rst:5230 msgid "" "**Description**: A short description of the ACL list that can be displayed " "to users." msgstr "**描述**: ACL列表的简短描述。" # 799d333035784cebbc2ca6c0f6b13302 #: ../../managing_networks.rst:5234 msgid "Creating an ACL Rule" msgstr "创建一个ACL规则" # a408d9b21c4d4e77bc436d240b7e2d85 #: ../../managing_networks.rst:5259 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." # fc49dc48022a4e5d8e7ede413dce0a42 # 4d7fc5b5b8474ee9ab87791bb3046cc3 #: ../../managing_networks.rst:5265 ../../managing_networks.rst:5390 msgid "Select the desired ACL list." msgstr "选择需要的ACL列表。" # aa57fa68748b4e6cb1571d8c78b4cb13 #: ../../managing_networks.rst:5269 msgid "Select the ACL List Rules tab." msgstr "选择ACL规则栏" # e11ef52e1bd54820a55d90c66c4566b3 #: ../../managing_networks.rst:5271 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中定义下面哪些网络流量是允许的。" # c1b746e2fd69497a9973a9c4dda74961 #: ../../managing_networks.rst:5276 msgid "**Rule Number**: The order in which the rules are evaluated." msgstr "**规则序号**: 规则被执行的顺序。" # 755200e08f8b410db152ea927ecdca34 #: ../../managing_networks.rst:5280 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." # 6bbf467d779940e1aab67d2c17766733 #: ../../managing_networks.rst:5289 msgid "**Action**: What action to be taken. Allow traffic or block." msgstr "**操作**: 定义要进行的操作,允许或阻止。" # 0276a8206f3045e5899fcfef28a96a45 #: ../../managing_networks.rst:5293 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表示支持所有协议流量,其它选项是协议编号。" # 5d95d28eac034c5c916ed60985a61d21 #: ../../managing_networks.rst:5302 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):对进入流量,这些端口是指需要监听的目标地址的端口范围。如果你只开放一个端口,则在起始和结束端口里填写同一个端口。" # 08af29136df449deaa80cb9658d340f6 #: ../../managing_networks.rst:5308 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>`__." # ace82b72ecd94c41acc8598b519e2d14 #: ../../managing_networks.rst:5314 msgid "" "**ICMP Type**, **ICMP Code** (ICMP only): The type of message and error code" " that will be sent." msgstr "**ICMP类型**, **ICMP代码** (ICMP only): 信息类型及发送错误的代码。" # 2a8d8f3558b04c418b77c1f1b7e72d85 #: ../../managing_networks.rst:5319 msgid "**Traffic Type**: The type of traffic: Incoming or outgoing." msgstr "**流量类型**: 进出流量的类型。" # 9e09340a2c044bbdb9ca933949254900 #: ../../managing_networks.rst:5323 msgid "Click Add. The ACL rule is added." msgstr "点击添加。这个ACL规则就添加好了。" # 1968e40aada04c1db4e857f65930370d #: ../../managing_networks.rst:5325 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按钮。" # fff83eb96ab44a699a972bce5ef45a04 #: ../../managing_networks.rst:5330 msgid "Creating a Tier with Custom ACL List" msgstr "创建一个具有自定义ACL列表的层。" # f12e2dba06944099b85dd1ea004364d5 # e18fc8b196b0486fb6cd03a19e76a01d #: ../../managing_networks.rst:5334 ../../managing_networks.rst:5359 msgid "Create a VPC." msgstr "创建一个VPC。" # 6e0ed40f7fef470a89d1362b855c619d # 4a20f18e2e3f41059234087d027679ce #: ../../managing_networks.rst:5338 ../../managing_networks.rst:5371 msgid "Create a custom ACL list." msgstr "创建一个自定义ACL列表。" # b5b4a3b8580a4383b65681e22188b976 # 54db75d977d64c6d911dbe6f4742e0f2 #: ../../managing_networks.rst:5342 ../../managing_networks.rst:5375 msgid "Add ACL rules to the ACL list." msgstr "将ACL规则加入ACL列表。" # e11c0a6e179d4cbab03f5e4df6b0d34c # 22398c60ca484e6f95dd827641a3ebbc #: ../../managing_networks.rst:5346 ../../managing_networks.rst:5363 msgid "Create a tier in the VPC." msgstr "在VPC里创建一个层。" # 99892b8596be4b2285f7bb8edfb191a2 #: ../../managing_networks.rst:5348 msgid "Select the desired ACL list while creating a tier." msgstr "在创建层的过程中选择需要的ACL列表。" # 2c486359bfd24312a59e5fd1dd7bc71d #: ../../managing_networks.rst:5355 msgid "Assigning a Custom ACL List to a Tier" msgstr "将一个自定义的ACL关联到一个层。" # 05e3fc39d3e94c7f829ec8cb6046bc61 #: ../../managing_networks.rst:5367 msgid "Associate the tier with the default ACL rule." msgstr "将默认的ACL规则关联到层。" # 156229b3ab074f9c9a49d3d9c53d6b52 #: ../../managing_networks.rst:5379 msgid "Select the tier for which you want to assign the custom ACL." msgstr "选中你希望赋予自定义ACL的层。" # 33c7f407412544c3bd8dc80b0deb4108 #: ../../managing_networks.rst:5383 msgid "" "Click the Replace ACL List icon. |replace-acl-icon.png: button to replace an" " ACL list|" msgstr "点击替换ACL图标。|replace-acl-icon.png: button to replace an ACL list|" # 769a8ffc3b73478994f18f35ad3a4f97 #: ../../managing_networks.rst:5386 msgid "The Replace ACL List dialog is displayed." msgstr "替换ACL的对话界面将会弹出来。" # 59b868549d104d3a80e798178bdef667 #: ../../managing_networks.rst:5397 msgid "Adding a Private Gateway to a VPC" msgstr "在一个VPC里加入私有网关。" # 67c51696fdc0490ebeaa99b6e4bfc5bd #: ../../managing_networks.rst:5399 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的网关。" # d5835ef9009f4c14873cc04a1210faa0 #: ../../managing_networks.rst:5421 msgid "" "Click the Configure button of the VPC to which you want to configure load " "balancing rules." msgstr "在你想配置负载均衡的VPC上点击配置按钮。" # 5efaa5f18c7844a4b06a038676b273df # 36ecb777b69f4c269f586a8a44a42c4a # 4244a80585044c06abd14959aa47e3f8 #: ../../managing_networks.rst:5431 ../../managing_networks.rst:5756 #: ../../managing_networks.rst:5843 msgid "The following options are displayed." msgstr "下面这些选项就会出现。" # c0a219ae8fd5473d87a77217b9d95417 #: ../../managing_networks.rst:5473 msgid "Select Private Gateways." msgstr "选择私有网关。" # 497c5bbf4ce4494b984d67f98954deab #: ../../managing_networks.rst:5475 msgid "The Gateways page is displayed." msgstr "网关对话框就会显示出来。" # cdead55635a740399b023f2897b98f59 #: ../../managing_networks.rst:5479 msgid "Click Add new gateway:" msgstr "点击添加新网关:" # 6eb77c1dc83c4cfe938dfc899ea6e662 #: ../../managing_networks.rst:5481 msgid "|add-new-gateway-vpc.png: adding a private gateway for the VPC.|" msgstr "|add-new-gateway-vpc.png: adding a private gateway for the VPC.|" # afb65eddf4dd4dc182850cdc8514f923 #: ../../managing_networks.rst:5489 msgid "" "**Physical Network**: The physical network you have created in the zone." msgstr "**物理网络**: 此处为你已在区域内建好的物理网络。" # e7b58bd2dff34b0db44aab8f2c6245b2 #: ../../managing_networks.rst:5494 msgid "**IP Address**: The IP address associated with the VPC gateway." msgstr "**IP地址**: 关联VPC网关的IP地址。" # 8129fbaeec504b9b945efb8751c45385 #: ../../managing_networks.rst:5498 msgid "" "**Gateway**: The gateway through which the traffic is routed to and from the" " VPC." msgstr "**网关**: 定义进出VPC流量的网关。" # a4c3555b968349dfa818e2dbdc7c3d53 #: ../../managing_networks.rst:5503 msgid "**Netmask**: The netmask associated with the VPC gateway." msgstr "**Netmask**: VPC网关的子网掩码。" # 4dce5e993ebf4265bd2bbb586e92c0f3 #: ../../managing_networks.rst:5507 msgid "**VLAN**: The VLAN associated with the VPC gateway." msgstr "**VLAN**: VPC网关的VLAN。" # a5003a0c62a64833880757bd344cfde7 #: ../../managing_networks.rst:5511 msgid "" "**Source NAT**: Select this option to enable the source NAT service on the " "VPC private gateway." msgstr "**Source NAT**: 这个选项会启用VPC私有网关的source NAT服务。" # dff3c56b7ec649b589e8eafd8e54c7cb #: ../../managing_networks.rst:5514 msgid "" "See `Section 15.27.5.1, “Source NAT on Private Gateway” <#sourcenat-private-" "gateway>`__." msgstr "参阅 `章节 15.27.5.1, “专用网关的源NAT” <#sourcenat-private-gateway>`__." # 1ff567af8cf94d3b84320755c4d26a66 #: ../../managing_networks.rst:5519 msgid "" "**ACL**: Controls both ingress and egress traffic on a VPC private gateway. " "By default, all the traffic is blocked." msgstr "**ACL**: 控制VPC私有网关的进出流量,默认情况下,所有流量被阻止。" # 263e367da63e46a9aa8da7d287bc896f #: ../../managing_networks.rst:5522 msgid "" "See `Section 15.27.5.2, “ACL on Private Gateway” <#acl-private-gateway>`__." msgstr "参阅 `章节 15.27.5.2, “专用网关的ACL” <#acl-private-gateway>`__." # 0072a51b25fc4a4aa66d298ded9a2dde #: ../../managing_networks.rst:5525 msgid "" "The new gateway appears in the list. You can repeat these steps to add more " "gateway for this VPC." msgstr "新的网关就会出现在列表中。你可以重复这些步骤为VPC增加更多的网关。" # 1a944440570641ed8d9890edc77c64c5 #: ../../managing_networks.rst:5529 msgid "Source NAT on Private Gateway" msgstr "私有网关的Source NAT" # 43aa869828e5461a8a13530f7a2aa2f7 #: ../../managing_networks.rst:5531 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地址与数据中心其它机器交流。" # e2714f79ffd947d9bdc572874ffd2c73 #: ../../managing_networks.rst:5539 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规则也会被删除。" # ee2bf2c268b940968dd021c6ea6bcf74 #: ../../managing_networks.rst:5543 msgid "" "To enable source NAT on existing private gateways, delete them and create " "afresh with source NAT." msgstr "如要有已有私有网关中启用Source NAT,需要先删除(私有网关),然后再建一个启用Source NAT的私有网关。" # 8de7fa9065814573b42b74b294a1179f #: ../../managing_networks.rst:5547 msgid "ACL on Private Gateway" msgstr "私有网关的ACL" # f450e126ceeb4644a55586ad466152c4 #: ../../managing_networks.rst:5549 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均包含允许和阻止的规则。在每一条规则中,所有进出私有网关接口的流量是被阻止的。" # ee6a2bab124748009cd09599eaa13e71 #: ../../managing_networks.rst:5555 msgid "" "You can change this default behaviour while creating a private gateway. " "Alternatively, you can do the following:" msgstr "你可以在创建私有网关时,改变这个默认的行为。或者,你也可以按如下方式操作:" # 21f974b13ca54ebdaeac3568315356d1 # 6a4b79956d78436989546151b5bd0458 #: ../../managing_networks.rst:5560 ../../managing_networks.rst:5606 msgid "In a VPC, identify the Private Gateway you want to work with." msgstr "在VPC中,验证你想操作的私有网关。" # b8c1c66de4bf4c979f0479ea431d3df0 #: ../../managing_networks.rst:5564 msgid "In the Private Gateway page, do either of the following:" msgstr "在私有网关页面,按如下步骤操作:" # 49b0c682192f4b459125d724b4a1b265 #: ../../managing_networks.rst:5568 msgid "Use the Quickview. See `3 <#quickview>`__." msgstr "使用快速查看视图,参看 `3 <#quickview>`__." # d4a946a973cc49888562b872780d8601 #: ../../managing_networks.rst:5572 msgid "Use the Details tab. See `4 <#details-tab>`__ through ." msgstr "使用详细查看栏。参看 `4 <#details-tab>`__ through ." # 19cbd09f46ab46db8404fda0e23cb619 #: ../../managing_networks.rst:5576 msgid "" "In the Quickview of the selected Private Gateway, click Replace ACL, select " "the ACL rule, then click OK" msgstr "在所选择的私有网关的快速查看视图里,点击替换ACL,选中ACL规则,然后点击OK按钮。" # afeaf13ba42447798385c602c1c688fe #: ../../managing_networks.rst:5581 msgid "Click the IP address of the Private Gateway you want to work with." msgstr "点击你需要操作的私有网关的IP地址。" # 20ba5a3f04344df0a86ab32ad173edd6 #: ../../managing_networks.rst:5585 msgid "" "In the Detail tab, click the Replace ACL button. |replace-acl-icon.png: " "button to replace the default ACL behaviour.|" msgstr "在详细查看栏。点击替换ACL按钮。|replace-acl-icon.png: button to replace the default ACL behaviour.|" # 01e0bd4df2fd4ee4a00bcf20bc341c5d #: ../../managing_networks.rst:5588 msgid "The Replace ACL dialog is displayed." msgstr "替换ACL的对话框就会出现。" # 3f32278673d446f0b2c1b958c13ac401 #: ../../managing_networks.rst:5592 msgid "select the ACL rule, then click OK." msgstr "选择ACL规则,然后点击OK按钮。" # ae950e90184a491381c91aaff688aa76 #: ../../managing_networks.rst:5594 msgid "" "Wait for few seconds. You can see that the new ACL rule is displayed in the " "Details page." msgstr "稍等片刻。你就会看到新的ACL规则出现在详细页面里了。" # 4a0dd026907d41858599558136fffe1a #: ../../managing_networks.rst:5598 msgid "Creating a Static Route" msgstr "创建一个静态静由。" # 5033ea030ac64d85b8313ada101574ec #: ../../managing_networks.rst:5600 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地址来指定路由返回到网关的具体流量。" # 1659fdcef3844d84ab74183505608fbb #: ../../managing_networks.rst:5610 msgid "" "In the Private Gateway page, click the IP address of the Private Gateway you" " want to work with." msgstr "在私有网关页面,点击你需要的私有网关的IP地址。" # f37c03963d3d47d596b85b8e76efbd71 #: ../../managing_networks.rst:5615 msgid "Select the Static Routes tab." msgstr "选择静态路由栏。" # aa7e5e9a6f11421abd3b4aadc2e9b32b #: ../../managing_networks.rst:5619 msgid "Specify the CIDR of destination network." msgstr "指定目标网络的CIDR。" # 2b073a139f15411c9cbd0b3f86c913e9 #: ../../managing_networks.rst:5625 msgid "Wait for few seconds until the new route is created." msgstr "稍等片刻,新的路由就创建好了。" # 7a2e407277964cd18757e610c1197596 #: ../../managing_networks.rst:5628 msgid "Blacklisting Routes" msgstr "路由黑名单" # a154d3d5488f418e95dbd3c0ae59a55f #: ../../managing_networks.rst:5630 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里定义。要注意,此参数只在新路由创建时才会生效。如果你在黑名单里加入了已存在的静态路由,则此静态路由还是会继续起作用。你不能把在路由黑名单里的路由加入到静态路由当中去。" # 7f1bbdc7458942d88e89b8e0af49db0c #: ../../managing_networks.rst:5639 msgid "Deploying VMs to the Tier" msgstr "将虚拟机部署到层。" # 36fffc19e491403389988483ec7271b0 #: ../../managing_networks.rst:5661 msgid "" "The VPC page is displayed where all the tiers you have created are listed." msgstr "所有创建好的层都会有VPC页面里列出来。" # 9d8ad54e3d3a46e7b8074cc715920531 #: ../../managing_networks.rst:5666 msgid "Click Virtual Machines tab of the tier to which you want to add a VM." msgstr "指向你想添加虚拟机的层,点击虚拟机栏。" # ca8838c20d2845659371f93b881a4100 #: ../../managing_networks.rst:5668 msgid "|add-vm-vpc.png: adding a VM to a vpc.|" msgstr "|add-vm-vpc.png: adding a VM to a vpc.|" # e5316d71ef404ddbb0d6dad97ba98577 #: ../../managing_networks.rst:5670 msgid "The Add Instance page is displayed." msgstr "添加实例的页面就会出现。" # 389b274de3d2499f942685dd7cd1173e #: ../../managing_networks.rst:5672 msgid "" "Follow the on-screen instruction to add an instance. For information on " "adding an instance, see the Installation Guide." msgstr "按照屏幕所指示的操作加入实例。至于如何添加实例,参照安装指南文档。" # 9d028d09d4304fb1bf6cca0baa05eb50 #: ../../managing_networks.rst:5676 msgid "Deploying VMs to VPC Tier and Shared Networks" msgstr "在VPC层中部署虚拟,共享网络。" # e4ce910a596b41b488b8bf3c9a703ec5 #: ../../managing_networks.rst:5678 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层中部署虚拟机和共享网络。有了这个功能,分布在多层当中的虚拟机可以通过共享网络接收到监控服务。" # 9822028ede334e8d9bcb11d4e0b88a24 #: ../../managing_networks.rst:5685 msgid "Log in to the CloudStack UI as an administrator." msgstr "用系统管理员登陆到CloudStack UI界面。" # 334c3d883bcc40f5a9d18da6406e3541 #: ../../managing_networks.rst:5689 msgid "In the left navigation, choose Instances." msgstr "在左边的导航栏里,选择实例。" # 9e4739215b6d4023b17334daf1c299d0 #: ../../managing_networks.rst:5693 msgid "Click Add Instance." msgstr "点击添加实例。" # f3612ab1c69c4e8bafa16290447c849d #: ../../managing_networks.rst:5697 msgid "Select a zone." msgstr "选择一个区域。" # 0d5257aa0f5d42759682d5ec4c687946 #: ../../managing_networks.rst:5701 msgid "Select a template or ISO, then follow the steps in the wizard." msgstr "选择一个模板或ISO,按向导步骤操作。 " # 5d53f3f14de94f21a72a57c5427947fa #: ../../managing_networks.rst:5705 msgid "" "Ensure that the hardware you have allows starting the selected service " "offering." msgstr "请确认你的硬件支持所选择的服务方案。" # c7211e930aea482ebbbea2e443cabd53 #: ../../managing_networks.rst:5710 msgid "" "Under Networks, select the desired networks for the VM you are launching." msgstr "在网络导航栏,选择你希望虚拟机所在的网络。" # 355fc2d3a38e43f4ab08b92f9e8f168f #: ../../managing_networks.rst:5713 msgid "You can deploy a VM to a VPC tier and multiple shared networks." msgstr "你可以将虚拟机部署在一个拥有多个共享网络的VPC层中。" # 50da282764bf41938177acb880c846e1 #: ../../managing_networks.rst:5715 msgid "" "|addvm-tier-sharednw.png: adding a VM to a VPC tier and shared network.|" msgstr "|addvm-tier-sharednw.png: adding a VM to a VPC tier and shared network.|" # 602251fcf69447d880ef52b1e43aaeae #: ../../managing_networks.rst:5720 msgid "Click Next, review the configuration and click Launch." msgstr "点击下一步,审看已配置信息,然后点击启动。" # 7b69703360704281ac542fe8d70b98c6 #: ../../managing_networks.rst:5722 msgid "Your VM will be deployed to the selected VPC tier and shared network." msgstr "你的这个虚拟机就已被部署到所选择的VPC层和共享网络中。" # fd34602f4c1a482a8d044b849bdeb44b #: ../../managing_networks.rst:5725 msgid "Acquiring a New IP Address for a VPC" msgstr "VPC获取新的IP地址。" # c73360b50aa543f7a8880e610baa5b75 #: ../../managing_networks.rst:5727 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不能同时关联一个以上的网络。" # a44c55b912fa4df183c07b424282c526 #: ../../managing_networks.rst:5798 msgid "Select IP Addresses." msgstr "选择IP地址。" # 7068202d5e7748aa89b44e99fd7a8c9b #: ../../managing_networks.rst:5800 msgid "The Public IP Addresses page is displayed." msgstr "公网IP地址页面就显示出来。" # 59806f7394b645268a1deaf02e5c8812 #: ../../managing_networks.rst:5804 msgid "Click Acquire New IP, and click Yes in the confirmation dialog." msgstr "点击获得一个新IP, 并且在确认的对话框中点击确定." # 677531dda31f4fe9ba37d4384c2c5672 #: ../../managing_networks.rst:5806 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。" # 55e43c565ebb41158b1743d98edb1b7c #: ../../managing_networks.rst:5812 msgid "Releasing an IP Address Allocated to a VPC" msgstr "释放VPC分配的IP地址" # bd70ff0598d34b229b01650cabc35f3f #: ../../managing_networks.rst:5814 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。" # db06398461444930b595e0160effde58 #: ../../managing_networks.rst:5838 msgid "Click the Configure button of the VPC whose IP you want to release." msgstr "点击要释放IP的VPC的配置按钮。" # d80d6b89f43d4b2491743738838b0245 #: ../../managing_networks.rst:5885 msgid "Select Public IP Addresses." msgstr "选择公网IP地址。" # 00cc2e1530394ea2838d7f6061a85693 #: ../../managing_networks.rst:5891 msgid "Click the IP you want to release." msgstr "点击要释放的IP地址。" # 15c38333d5564c94a459bd2e93b987b1 #: ../../managing_networks.rst:5895 msgid "" "In the Details tab, click the Release IP button |release-ip-icon.png: button" " to release an IP.|" msgstr "在详细查看栏,点击释放IP按钮。 |release-ip-icon.png: button to release an IP.|" # c6a4439513504b019b9fa932df9926b5 #: ../../managing_networks.rst:5899 msgid "Enabling or Disabling Static NAT on a VPC" msgstr "VPC中启用或禁用静态NAT" # 2121940a433d4a7c99fe4fcdc04af8a9 #: ../../managing_networks.rst:5901 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。" # 0603bfddfcae43529259bdadc6652cc7 #: ../../managing_networks.rst:5934 msgid "For each tier, the following options are displayed." msgstr "对于每一个层,会显示以下选项。" # d9241814450644c28541d121455ddb44 #: ../../managing_networks.rst:5982 msgid "Click the IP you want to work with." msgstr "点击您要操作的IP。" # 17ca1f0f3fac45349f2b7536efe21e90 #: ../../managing_networks.rst:5986 msgid "" "In the Details tab,click the Static NAT button. |enable-disable.png: button " "to enable Static NAT.| The button toggles between Enable and Disable, " "depending on whether static NAT is currently enabled for the IP address." msgstr "在“详细信息”页,点击静态NAT按钮 |enable-disable.png: button to enable Static NAT.| 该按钮会根据公网IP的静态NAT当前状态,在启用和禁用间切换。" # 48ec391c037d4513bbbf0e36c099fbd4 #: ../../managing_networks.rst:5993 msgid "If you are enabling static NAT, a dialog appears as follows:" msgstr "如果是启用静态NAT,会显示如下对话框:" # 9e8b3f52b98a4950a87c8525e6c7b27f #: ../../managing_networks.rst:5995 msgid "|select-vmstatic-nat.png: selecting a tier to apply staticNAT.|" msgstr "|select-vmstatic-nat.png: selecting a tier to apply staticNAT.|" # 18f46f5fdcb0449dac6fdfaf2f51ce14 #: ../../managing_networks.rst:5999 msgid "Select the tier and the destination VM, then click Apply." msgstr "选择层和目标虚机,然后点击“应用”。" # fb5ca551d8c94e579cd6bb1147727ab7 #: ../../managing_networks.rst:6002 msgid "Adding Load Balancing Rules on a VPC" msgstr "VPC中添加负载均衡规则" # c4883c83508d432bb165cab6bc1de860 #: ../../managing_networks.rst:6004 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层请求的流量可以转发到此层另外的虚拟机。外部负载均衡设备不支持内部均衡。内部负载均衡的服务是由目标层的内部虚拟机配置后提供支持服务的。" # 274bc30ffbcf44b9ba1abd732541215a #: ../../managing_networks.rst:6016 msgid "Load Balancing Within a Tier (External LB)" msgstr "在层内进行负载均衡(外部负载均衡)" # caa659885dfa4cd6904a918177c53c5e #: ../../managing_networks.rst:6018 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中。" # 5c807fdb6ce04f699eb08495407e8d92 #: ../../managing_networks.rst:6025 msgid "Enabling NetScaler as the LB Provider on a VPC Tier" msgstr "在VPC层中启用基于NetScaler的负载均衡" # 9cc8f348801d45418744e7f42218d907 #: ../../managing_networks.rst:6029 msgid "Add and enable Netscaler VPX in dedicated mode." msgstr "添加并启用 Netscaler VPX独立模块。" # ed6339be814f45398c36a2ef4ec785d2 #: ../../managing_networks.rst:6031 msgid "" "Netscaler can be used in a VPC environment only if it is in dedicated mode." msgstr "Netscaler只能在独立模块的形式下应用于VPC环境中。" # 4662e3fb38414b75bdfa2ae89c5b4d54 #: ../../managing_networks.rst:6036 msgid "" "Create a network offering, as given in `Section 15.27.11.1.2, “Creating a " "Network Offering for External LB” <#ext-lb-offering>`__." msgstr "创建一个网络方案。参看 `章节 15.27.11.1.2, “为外部LB创建网络方案” <#ext-lb-offering>`__." # 648bc307e8724c0c808a7e169d7174af #: ../../managing_networks.rst:6041 msgid "Create a VPC with Netscaler as the Public LB provider." msgstr "在VPC中创建一个基于Netscaler的公用负载均衡。" # 6f2968514fa14e198e27a6276559ac66 #: ../../managing_networks.rst:6043 msgid "" "For more information, see `Section 15.27.2, “Adding a Virtual Private Cloud”" " <#add-vpc>`__." msgstr "更多信息,参阅 `章节 15.27.2, “添加虚拟专用云” <#add-vpc>`__." # 34834931a616401fbf2114397a66c17d #: ../../managing_networks.rst:6048 msgid "For the VPC, acquire an IP." msgstr "在VPC中获取一个IP地址。" # 73121096c9c0491b872f089f4bcd646d #: ../../managing_networks.rst:6052 msgid "" "Create an external load balancing rule and apply, as given in `Section " "15.27.11.1.3, “Creating an External LB Rule” <#ext-lb-vpc>`__." msgstr "创建并应用一个外部负载均衡规则。参看 `章节 15.27.11.1.3, “创建外部LB规则” <#ext-lb-vpc>`__." # 2772e2e5e8bc4ff585c238022e2de08d #: ../../managing_networks.rst:6057 msgid "Creating a Network Offering for External LB" msgstr "创建一个外部负载均衡网络方案" # 9321f241035849579eee2b19a8dcd3a7 #: ../../managing_networks.rst:6059 msgid "" "To have external LB support on VPC, create a network offering as follows:" msgstr "要在VPC中启用外部负载均衡支持,依如下操作建立网络方案:" # 2aab6b8694d14a2d81304515d063ea70 # 9547796b012c45c0a0bce3e170167fa4 #: ../../managing_networks.rst:6064 ../../managing_networks.rst:6368 msgid "Log in to the CloudStack UI as a user or admin." msgstr "使用用户或管理员登录到CloudStack用户界面。" # 98791665f6d04be48656066993e3c5e0 # 894f16f3b18145cfad928d595039b36a #: ../../managing_networks.rst:6068 ../../managing_networks.rst:6372 msgid "From the Select Offering drop-down, choose Network Offering." msgstr "下拉选择方案,选择网络方案:" # a4c57841d2274a45a1949e1ba43a5d78 # e1065316da8a4206a4c9926b89da3869 #: ../../managing_networks.rst:6076 ../../managing_networks.rst:6380 msgid "In the dialog, make the following choices:" msgstr "在对话框中,选择如下操作:" # 6a3430b8741e423b83efc13c9e7e6e88 # 236dc341b9214a589a7e812fd2f4c60b #: ../../managing_networks.rst:6080 ../../managing_networks.rst:6384 msgid "**Name**: Any desired name for the network offering." msgstr "**名称**: 任何网络方案的名称。" # 76031673ac254ec7bfb535779e98ebb4 # bccec46599994c2a95a0569047967aa7 #: ../../managing_networks.rst:6084 ../../managing_networks.rst:6388 msgid "" "**Description**: A short description of the offering that can be displayed " "to users." msgstr "**描述**: 提供一个简短的方案描述。 " # 2bab7aa63c61409191de6c7949b17cf4 # 351d020a9f044f52a3dd389bff437e65 #: ../../managing_networks.rst:6089 ../../managing_networks.rst:6393 msgid "**Network Rate**: Allowed data transfer rate in MB per second." msgstr "**网络速度**: 允许的数据传输速度(MB/秒)。" # 79ce2fd95ec04bcfa12787a70171f1fb # a40a99e105f943e69806fc3e1db63326 #: ../../managing_networks.rst:6093 ../../managing_networks.rst:6397 msgid "" "**Traffic Type**: The type of network traffic that will be carried on the " "network." msgstr "**流量类型**: 允许承载的网络流量类型。" # d6c6b623f9f04f3997c8dbd87ee79e96 # 0a18bda8137545e392cca4356df398f3 #: ../../managing_networks.rst:6098 ../../managing_networks.rst:6402 msgid "" "**Guest Type**: Choose whether the guest network is isolated or shared." msgstr "**来宾类型**: 选择来宾网络为隔离或共享网络。" # ca6a4c29a1694890b3c2c8ce9114cac1 # 89df6c51bfee49629ef336a867cc8a40 #: ../../managing_networks.rst:6103 ../../managing_networks.rst:6407 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部署的网络,称之为持续性网络。" # e799f2ee1f1942f1a80c328ac3f22ba2 # d7d42b1bb3754b0786713cf979e06172 #: ../../managing_networks.rst:6109 ../../managing_networks.rst:6413 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 `Section " "15.27.1, “About Virtual Private Clouds” <#vpc>`__." msgstr "**VPC**: 此选项表明是否在来宾网络中启用VPC。 CloudStack中的虚拟专用云(VPC)是专用、隔离的。 一个VPC可以有一个类似于传统物理网络的虚拟网络拓扑结构。有关的VPC的详细信息,请参阅 `章节 15.27.1, “关于私有专用云” <#vpc>`__." # c1cb78a9d442425ca2861f09ccb822d0 # b44e7a69782a468ebc6a1b0b2b58b67a #: ../../managing_networks.rst:6118 ../../managing_networks.rst:6422 msgid "" "**Specify VLAN**: (Isolated guest networks only) Indicate whether a VLAN " "should be specified when this offering is used." msgstr "**指定**: (仅隔离的来宾网络) 表明在使用这个网络方案时,是否指定VLAN。" # 83f03954d4aa40fcb0269bb949898281 #: ../../managing_networks.rst:6123 msgid "" "**Supported Services**: Select Load Balancer. Use Netscaler or " "VpcVirtualRouter." msgstr "**支持服务**:选择负载均衡,使用Netscaler 或 VpcVirtualRouter." # 3ecd5594fecf4e7996fc00073a3af317 #: ../../managing_networks.rst:6128 msgid "**Load Balancer Type**: Select Public LB from the drop-down." msgstr "**负载均衡类型**:从下拉列表里选择公用负载均衡。" # c780a4651b0540c99bc39f9057d781d5 #: ../../managing_networks.rst:6132 msgid "" "**LB Isolation**: Select Dedicated if Netscaler is used as the external LB " "provider." msgstr "**负载均衡隔离**: 如果使用Netscale作为外部负载均衡,选择此项进行隔离。" # 5a521e9e6e424ed8a6e6e8878254fb05 # 0e1a57030f0e4d1c9f91421d3bfcf073 #: ../../managing_networks.rst:6137 ../../managing_networks.rst:6436 msgid "" "**System Offering**: Choose the system service offering that you want " "virtual routers to use in this network." msgstr "**系统方案**: 选择你想在这个网络中使用的虚拟路由器的系统服务方案。" # 3da1b26048d246e8be963accb23a2d59 # 303be976fe7a41a0a5a3b299ba7d1cc2 #: ../../managing_networks.rst:6142 ../../managing_networks.rst:6441 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 "**保护模式**: 表明是否使用保护模式。在这个模式中,只有网络中第一个虚拟机启动时才分配网络资源。" # 97f1c8686f464c2a86f667e59bc3613d # 21d33f3ed7b842139317fe1ba0d2bad4 #: ../../managing_networks.rst:6148 ../../managing_networks.rst:6447 msgid "Click OK and the network offering is created." msgstr "点击OK按钮,网络方案就创建好了。" # b85666bb2b034e90b3623ac0d974bcf8 #: ../../managing_networks.rst:6151 msgid "Creating an External LB Rule" msgstr "创建一个外部负载均衡规则" # 46a6c7a9c87b4d0b86e5096cf8387352 #: ../../managing_networks.rst:6170 msgid "" "Click the Configure button of the VPC, for which you want to configure load " "balancing rules." msgstr "点击要配置负载均衡规则的VPC的配置按钮。" # 04979eda5aad402e9e9ed07b06b83d07 # 29d52ff8bfd845898927bc69c03ba1cc #: ../../managing_networks.rst:6173 ../../managing_networks.rst:6481 msgid "" "The VPC page is displayed where all the tiers you created listed in a " "diagram." msgstr "系统会显示VPC页面,您创建的所有层都列在图中。" # 841ec4a089094a18a44d829fe3992d40 # d19cbf96b77b4284b01fe504101489d6 #: ../../managing_networks.rst:6233 ../../managing_networks.rst:6625 msgid "Select the tier to which you want to apply the rule." msgstr "选择应用规则的层。" # 7de910c468f6402a8dfb73f99ce85bfa #: ../../managing_networks.rst:6245 msgid "" "**Public Port**: The port that receives the incoming traffic to be balanced." msgstr "**公网端口**: 接收待负载均衡的流入流量的端口。" # 0e6242e8303c4f7e81f3bacd632286c4 # 873adeb9135b4671ac55ba8bb02eefd4 #: ../../managing_networks.rst:6255 ../../managing_networks.rst:6526 msgid "" "**Algorithm**. Choose the load balancing algorithm you want CloudStack to " "use. CloudStack supports the following well-known algorithms:" msgstr "**算法**。选择您希望CloudStack 使用的负载均衡算法。CloudStack 支持下列知名的算法:" # 032bda374e3549389055ef99602dbfde # 76d0d6a66f964932a632e62d7f72d63a #: ../../managing_networks.rst:6265 ../../managing_networks.rst:6536 msgid "Least connections" msgstr "最少连接" # 0b3a293fff7f42d59c589be7157bf55b # a39fd2d8c4994240b02094dbf235ff35 #: ../../managing_networks.rst:6269 ../../managing_networks.rst:6540 msgid "Source" msgstr "源IP" # 5ad7247668c740d59840d3cfa7af1ba4 #: ../../managing_networks.rst:6273 msgid "" "**Stickiness**. (Optional) Click Configure and choose the algorithm for the " "stickiness policy. See Sticky Session Policies for Load Balancer Rules." msgstr "**粘性**. (可选)点击配置,选择粘性策略使用的算法。参见负载均衡规则的粘性会话策略。" # cf38cdef27f14c3399aa3f98bb975b0e #: ../../managing_networks.rst:6279 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分担流入的流量,然后点击应用。" # 3125a1633b73432dbbc695b80203f711 #: ../../managing_networks.rst:6282 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地址添加更多的负载均衡策略。" # 5cd14774a90e437eb620b313651c9e46 #: ../../managing_networks.rst:6286 msgid "Load Balancing Across Tiers" msgstr "跨越层的负载均衡" # 070e7b9f10a44c47953a80c046d9c7ca #: ../../managing_networks.rst:6288 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 `Section 15.27.11, “Adding Load " "Balancing Rules on a VPC” <#add-loadbalancer-rule-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虚拟路由机进行负载均衡。关于这方面的内容,参看 `章节 15.27.11, “在VPC上添加负载均衡规则” <#add-loadbalancer-rule-vpc>`__. 如果你想将WEB层发向应用层的流量进行负载均衡,需要使用Cloudstack的内部负载均衡功能。" # aea9258cc6164c4fb587a9e5d2abc852 #: ../../managing_networks.rst:6298 msgid "How Does Internal LB Work in VPC?" msgstr "在VPC中,内部负载均衡是如何工作的呢?" # b574228e607e400d88167d7478911df8 #: ../../managing_networks.rst:6300 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进行了负载。(两条规则还是三条规则?原文如此,希望图示能明解)" # b20f10f2b7d3416f912f26288b95da11 #: ../../managing_networks.rst:6312 msgid "|vpc-lb.png: Configuring internal LB for VPC|" msgstr "|vpc-lb.png: Configuring internal LB for VPC|" # 6e79c970118d4190bf7d22c1773505ce #: ../../managing_networks.rst:6319 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 "内部和公网负载均衡在一个层里往往是互斥的。如果一个层已应用了公网负载均衡之后,此层就不能再应用内部负载均衡。" # 9cf6652ac2e0445387349beb374bfca7 #: ../../managing_networks.rst:6324 msgid "" "Internal LB is supported just on VPC networks in CloudStack 4.2 release." msgstr "在 CloudStack 4.2版本中,只有VPC网络支持内部负载均衡。" # a3f5f1fc49464829adf0ebd8e7687692 #: ../../managing_networks.rst:6329 msgid "" "Only Internal LB VM can act as the Internal LB provider in CloudStack 4.2 " "release." msgstr "在CloudStack 4.2 版本中,只有Internal LB VM才能作内部负载均衡的提供方。" # c91dbb4b255c4a84be104b33811e5332 #: ../../managing_networks.rst:6334 msgid "" "Network upgrade is not supported from the network offering with Internal LB " "to the network offering with Public LB." msgstr "将网络方案由内部负载均衡更改为公网负载均衡是不可行的。" # b60834349ed648d8a4366ebd00a7fd65 #: ../../managing_networks.rst:6339 msgid "Multiple tiers can have internal LB support in a VPC." msgstr "在VPC中,多层可以应用内部负载均衡。" # 4fab50597d0941108a4d3bf7f13e9411 #: ../../managing_networks.rst:6343 msgid "Only one tier can have Public LB support in a VPC." msgstr "在VPC中,只有一层只支持公网负载均衡。" # d225db5293e846a0afd0f6c7bb5f68a1 #: ../../managing_networks.rst:6346 msgid "Enabling Internal LB on a VPC Tier" msgstr "在VPC层上启用内部负载均衡功能" # 617e9425a2fa474b9764128b07034002 #: ../../managing_networks.rst:6350 msgid "" "Create a network offering, as given in `Section 15.27.11.2.5, “Creating an " "Internal LB Rule” <#int-lb-vpc>`__." msgstr "创建一个网络方案。参看 `章节 15.27.11.2.5, “创建内部LB规则 <#int-lb-vpc>`__." # a890050072ca4d26805f98387f27bd75 #: ../../managing_networks.rst:6355 msgid "" "Create an internal load balancing rule and apply, as given in `Section " "15.27.11.2.5, “Creating an Internal LB Rule” <#int-lb-vpc>`__." msgstr "创建并应用一个外部负载均衡规则。参看 `章节 15.27.11.2.5, “创建内部LB规则” <#int-lb-vpc>`__." # a4cfada862734f0f851fce215590886e #: ../../managing_networks.rst:6360 msgid "Creating a Network Offering for Internal LB" msgstr "创建一个内部负载均衡网络方案" # 60f76aac53194ec8bbe6de7b8c5a5554 #: ../../managing_networks.rst:6362 msgid "" "To have internal LB support on VPC, either use the default offering, " "DefaultIsolatedNetworkOfferingForVpcNetworksWithInternalLB, or create a " "network offering as follows:" msgstr "要在VPC当中使用内部负载均衡,可以使用默认的DefaultIsolatedNetworkOfferingForVpcNetworksWithInternalLB,或按如下操作新建一个网络方案:" # 8a5ea6ec925d452a879ceac5445ab579 #: ../../managing_networks.rst:6427 msgid "" "**Supported Services**: Select Load Balancer. Select ``InternalLbVM`` from " "the provider list." msgstr "**支持服务**: 选择负载均衡,从待提供的下拉列表里选择`InternalLbVM。" # c72558354623450a936ce31431ffa69e #: ../../managing_networks.rst:6432 msgid "**Load Balancer Type**: Select Internal LB from the drop-down." msgstr "**负载均衡类型**: 从下拉列表里选择内部负载均衡。" # 28147ce50bf14231a07cac69826f2a25 #: ../../managing_networks.rst:6450 msgid "Creating an Internal LB Rule" msgstr "创建一个内部负载均衡规则" # 2c9c4cae286845808fef134063a6f939 #: ../../managing_networks.rst:6452 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 "当你创建好一个内部负载均衡规则,并将之用于一个虚拟之后,一个内部负载均衡的应用就建立起来了。" # 63b7d6ada9114e90ba29443004bc739f #: ../../managing_networks.rst:6455 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 "你可以在实例页面中查看创建的内部LB VM 按如下导航 **基础构架** > **区域** > <zone\\_ name> > <physical\\_network\\_name> > **网络服务提供** > **内部负载均衡虚拟机**,你就可以看到已创建了内部负载均衡的实例上。也可以在此进行内部负载均衡的管理。" # d533cda5982f42a2be99e3d3a1d02796 #: ../../managing_networks.rst:6478 msgid "" "Locate the VPC for which you want to configure internal LB, then click " "Configure." msgstr "点击要配置内部负载均衡规则的VPC的配置按钮。" # e737073d23cf4d26aed7c10ce7b46e81 #: ../../managing_networks.rst:6486 msgid "" "Locate the Tier for which you want to configure an internal LB rule, click " "Internal LB." msgstr "指向你想配置内部负载均衡的层,点击内部负载均衡。" # 552b8f17dcde42d482e1831b58d076ef #: ../../managing_networks.rst:6489 msgid "In the Internal LB page, click Add Internal LB." msgstr "在 Internal LB页面里,点击添加 Internal LB。" # 9e377cd375c349e58911fc49edfdd4b1 #: ../../managing_networks.rst:6493 msgid "In the dialog, specify the following:" msgstr "在对话框里,定义以下内容:" # 87c629929ba84d5da539e7534a89a8d8 #: ../../managing_networks.rst:6501 msgid "" "**Description**: A short description of the rule that can be displayed to " "users." msgstr "**描述**: 提供一个简短的规则描述。 " # 1827d569d2af4a3eb0a577bec4c3e5eb #: ../../managing_networks.rst:6506 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中分配。" # 4258284b90204dc997577baaaf8755b6 #: ../../managing_networks.rst:6512 msgid "" "For every Source IP, a new Internal LB VM is created for load balancing." msgstr "对于每一个源IP地址,都可以建立一个针对它的内部负载均衡。" # e1da6c68ece14aacb7290072c2e1017e #: ../../managing_networks.rst:6517 msgid "" "**Source Port**: The port associated with the source IP. Traffic on this " "port is load balanced." msgstr "**源端口**: 与源IP地址关联的端口,此端口上的流量是基于负载均衡的。" # afdf2a4f86134a9c8f2ee0d103fb268e #: ../../managing_networks.rst:6522 msgid "**Instance Port**: The port of the internal LB VM." msgstr "**实例端口**: 内部负载均衡虚拟机的端口。" # 1bdef81fe9294cffb07d59cdeaf608a9 #: ../../managing_networks.rst:6543 msgid "Adding a Port Forwarding Rule on a VPC" msgstr "在VPC里添加一个端口转发规则。" # 55d5f9cc7a9440d4be42f12599487ff9 #: ../../managing_networks.rst:6633 msgid "" "**Public Port**: The port to which public traffic will be addressed on the " "IP address you acquired in the previous step." msgstr "**公用端口**: 你在前面操作所获取的供公共流量使用的公用IP地址的端口。 " # f3534c50573843559923c45aa9402af1 #: ../../managing_networks.rst:6638 msgid "" "**Private Port**: The port on which the instance is listening for forwarded " "public traffic." msgstr "**私有端口**: 虚拟机实例将被转发到公共流量的监听端口。" # d970ed9b90c54a74871fab0e0bb4667b #: ../../managing_networks.rst:6643 msgid "**Protocol**: The communication protocol in use between the two ports." msgstr "**Protocol**: 两个端口之间所用的互联协议。" # f0be0d19f4464861827239d149e03744 #: ../../managing_networks.rst:6648 msgid "TCP" msgstr "TCP" # 931118f56d6d4e2eb86fa29ac132f2b8 #: ../../managing_networks.rst:6652 msgid "UDP" msgstr "UDP" # 6d26f66d36a743d4a1a5505df83da34c #: ../../managing_networks.rst:6656 msgid "" "**Add VM**: Click Add VM. Select the name of the instance to which this rule" " applies, and click Apply." msgstr "**Add VM**: 点击增加虚拟机,选择你想将此规则应用上的虚拟机,点击应用。" # 7eb1b2ffd2df41879c5e85c5c75e60f0 #: ../../managing_networks.rst:6659 msgid "You can test the rule by opening an SSH session to the instance." msgstr "你可以通过SSH连接实例来测试此规则。" # 2517c53c112c475089bf9a0e6ece949d #: ../../managing_networks.rst:6662 msgid "Removing Tiers" msgstr "删除层" # 987463aa0c9e46e58456fd870cbac52b #: ../../managing_networks.rst:6664 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。" # b80a7f96c5e343be988091f48cdc8b13 #: ../../managing_networks.rst:6690 msgid "" "The Configure VPC page is displayed. Locate the tier you want to work with." msgstr "配置VPC的页面显示出来了。指向你需要操作的层。" # 9d1e0efdd66c408c8b6445ab9ed8f0fa #: ../../managing_networks.rst:6695 msgid "Select the tier you want to remove." msgstr "选择你想删除的层。" # 26cd655882384fdc86510166d3a09cc7 #: ../../managing_networks.rst:6699 msgid "" "In the Network Details tab, click the Delete Network button. |del-tier.png: " "button to remove a tier|" msgstr "在网络详细栏,点击删除网络按钮。|del-tier.png: button to remove a tier|" # dc7484d918fd4185a123c12baf9d26af #: ../../managing_networks.rst:6702 msgid "Click Yes to confirm. Wait for some time for the tier to be removed." msgstr "点击YES按钮。稍等片片刻,层就会被删除了。" # b2b2fa6f474c4923b101aff8c6ebd2ae #: ../../managing_networks.rst:6705 msgid "Editing, Restarting, and Removing a Virtual Private Cloud" msgstr "编辑,重启,删除VPC。" # df6ef06698254b2398ed91a15c14dd60 #: ../../managing_networks.rst:6707 msgid "Ensure that all the tiers are removed before you remove a VPC." msgstr "在删除VPC前,需要先删除所有的层。" # 27e727fcb09c499cb04cfeb2bd8af5d2 #: ../../managing_networks.rst:6726 msgid "Select the VPC you want to work with." msgstr "选择你需要的VPC。" # 896f44f41d94483ba83091028938b4b9 #: ../../managing_networks.rst:6730 msgid "" "In the Details tab, click the Remove VPC button |remove-vpc.png: button to " "remove a VPC|" msgstr "在详细栏,点击删除VPC按钮。|remove-vpc.png: button to remove a VPC|" # c4dc55536b3041f181e37a5bb1952109 #: ../../managing_networks.rst:6733 msgid "" "You can remove the VPC by also using the remove button in the Quick View." msgstr "你也可以在快速查看视图里点击删除按钮进行VPC的删除。" # f6bc412f03bc4dc6a55f90047bdec537 #: ../../managing_networks.rst:6736 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: button to edit a VPC|" msgstr "您可以编辑VPC的名称和描述。选择VPC,然后点击编辑按钮。|edit-icon.png: button to edit a VPC|" # 63357afed0464e21be6f8fa41abd0ec8 #: ../../managing_networks.rst:6740 msgid "" "To restart a VPC, select the VPC, then click the Restart button. |restart-" "vpc.png: button to restart a VPC|" msgstr "如果要重启一个VPC,点击重启按钮。|restart-vpc.png: button to restart a VPC|" # 39039829f65e4377a122bf91feb35ada #: ../../managing_networks.rst:6744 msgid "Persistent Networks" msgstr "持久化网络" # fca381dc00a94a72af9e6fd527b20d45 #: ../../managing_networks.rst:6746 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的一部分,也可以不是。" # 42c10e563fed417980600322954b333d #: ../../managing_networks.rst:6750 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;中创建一个网络用来部署物理设备。而且,您可以在该网络中部署物理设备。" # 66f7d3c48a604609a402136b8672bae5 #: ../../managing_networks.rst:6759 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都销毁了,服务还可以继续提供。" # c24813594b9c47c386a450613b070d37 #: ../../managing_networks.rst:6769 msgid "Persistent Network Considerations" msgstr "持久化网络的考虑事项" # 9a171e4d62114e3c88fc9881e6a4e32d #: ../../managing_networks.rst:6773 msgid "Persistent network is designed for isolated networks." msgstr "Persistent网络是为隔离网络而设计的。" # f090f131150f456ab0942566d94a17df #: ../../managing_networks.rst:6777 msgid "All default network offerings are non-persistent." msgstr "所有默认网络方案都不是持久化的。" # c8335c59614a4bd0ae9163104533304a #: ../../managing_networks.rst:6781 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 "网络方案的持久化选项不可编辑。因为修改该选项会影响使用该网络方案创建的已有网络的行为。" # 23af8e44c8e84feeb39a085848e5709b #: ../../managing_networks.rst:6787 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 "当您创建客户网络时,您选择的网络方案定义了该网络的持久化。反过来,这依赖于选择的网络方案是否启用持久化网络。" # ab1ccf831ef74353bde8bfb88e0155ad #: ../../managing_networks.rst:6793 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,该网络也会初始化。" # e7bb232da8854652a63fa39c268cc893 #: ../../managing_networks.rst:6800 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,在下次网络垃圾回收运行时,该网络会被关闭。" # 02f9973b78fc4f4ea2dbc33c7740fb9f #: ../../managing_networks.rst:6807 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销毁时,网络垃圾回收器会检查该网络的网络方案是否为持久化,若不是持久化,则会关闭网络。" # fb3cf96c3ec041969d55371e0aaa1d81 #: ../../managing_networks.rst:6813 msgid "Creating a Persistent Guest Network" msgstr "创建一个Persistent客户网络" # 19e73163820243d4a6f7fffe91f8ccb3 #: ../../managing_networks.rst:6815 msgid "To create a persistent network, perform the following:" msgstr "要创建一个Persistent网络,请按如下操作:" # da4bbbbdbd5a46bc9d3cdb51651cf4c1 #: ../../managing_networks.rst:6819 msgid "Create a network offering with the Persistent option enabled." msgstr "创建一个Persistent选项启用的网络方案。" # 7036ba30ea924150937e15be22167fde #: ../../managing_networks.rst:6821 msgid "See the Administration Guide." msgstr "查看管理指南文档。" # b531eda7832a4473af382ed8bb02ff2d #: ../../managing_networks.rst:6825 msgid "Select Network from the left navigation pane." msgstr "从左边的导航栏里选择网络。" # acc08af60a1540af83325f8d84777285 #: ../../managing_networks.rst:6829 msgid "" "Select the guest network that you want to offer this network service to." msgstr "选择你希望提供此网络方案服务的客户网络。" # f91ae55836074e878e10c2eb152ec6d4 #: ../../managing_networks.rst:6834 msgid "Click the Edit button." msgstr "点击编辑按钮。" # 41ffae74d3724190b34bc30fda773ff0 #: ../../managing_networks.rst:6838 msgid "" "From the Network Offering drop-down, select the persistent network offering " "you have just created." msgstr "在网络方案下拉列表里,选择你刚才创建的persistent网络方案。"