http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/remote_access_vpn.po ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/remote_access_vpn.po b/source/locale/fr/LC_MESSAGES/networking/remote_access_vpn.po new file mode 100644 index 0000000..e41e107 --- /dev/null +++ b/source/locale/fr/LC_MESSAGES/networking/remote_access_vpn.po @@ -0,0 +1,1119 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Administration RTD\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-22 13:55+0200\n" +"PO-Revision-Date: 2014-06-30 12:06+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: French (http://www.transifex.com/ke4qqq/apache-cloudstack-" +"administration-rtd/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.3.4\n" + +#: ../../networking/remote_access_vpn.rst:20 +msgid "Remote Access VPN" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:22 +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 <networking/using_remote_access.html>`_ 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 "" + +#: ../../networking/remote_access_vpn.rst:37 +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 "" + +#: ../../networking/remote_access_vpn.rst:41 +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 "" + +#: ../../networking/remote_access_vpn.rst:46 +msgid "" +"**Site to Site**. In this scenario, two private subnets are connected " +"over the public Internet with a secure VPN tunnel. The cloud user's " +"subnet (for example, an office network) is connected through a gateway to" +" the network in the cloud. The address of the user's gateway must be " +"preconfigured on the VPN server in the cloud. Note that although L2TP-" +"over-IPsec can be used to set up Site-to-Site VPNs, this is not the " +"primary intent of this feature. For more information, see \":ref" +":`setting-s2s-vpn-conn`\"." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:57 +msgid "Configuring Remote Access VPN" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:59 +msgid "To set up VPN for the cloud:" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:61 +msgid "Log in to the CloudStack UI as an administrator or end user." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:63 +msgid "In the left navigation, click Global Settings." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:65 +msgid "Set the following global configuration parameters." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:67 +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 "" + +#: ../../networking/remote_access_vpn.rst:71 +msgid "remote.access.vpn.psk.length - Length of the IPSec key." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:73 +msgid "remote.access.vpn.user.limit - Maximum number of VPN users per account." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:76 +msgid "To enable VPN for a particular network:" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:78 +#: ../../networking/remote_access_vpn.rst:103 +msgid "Log in as a user or administrator to the CloudStack UI." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:80 +#: ../../networking/remote_access_vpn.rst:105 +msgid "In the left navigation, click Network." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:82 +msgid "Click the name of the network you want to work with." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:84 +msgid "Click View IP Addresses." +msgstr "Cliquez sur Voir les adresses IP." + +#: ../../networking/remote_access_vpn.rst:86 +msgid "Click one of the displayed IP address names." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:88 +#: ../../networking/remote_access_vpn.rst:142 +msgid "Click the Enable VPN button. |vpn-icon.png|" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:90 +msgid "The IPsec key is displayed in a popup window." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:94 +msgid "Configuring Remote Access VPN in VPC" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:96 +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 "" + +#: ../../networking/remote_access_vpn.rst:101 +msgid "To enable VPN for a VPC:" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:107 +msgid "In the Select view, select VPC." +msgstr "Dans la vue de Sélection, choisissez VPC." + +#: ../../networking/remote_access_vpn.rst:109 +msgid "All the VPCs that you have created for the account is listed in the page." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:112 +msgid "Click the Configure button of the VPC." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:114 +msgid "For each tier, the following options are displayed:" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:116 +msgid "Internal LB" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:118 +msgid "Public LB IP" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:120 +msgid "Static NAT" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:122 +msgid "Virtual Machines" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:124 +msgid "CIDR" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:126 +msgid "The following router information is displayed:" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:128 +msgid "Private Gateways" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:130 +msgid "Public IP Addresses" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:132 +msgid "Site-to-Site VPNs" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:134 +msgid "Network ACL Lists" +msgstr "" + +#: ../../networking/remote_access_vpn.rst:136 +msgid "In the Router node, select Public IP Addresses." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:138 +msgid "The IP Addresses page is displayed." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:140 +msgid "Click Source NAT IP address." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:144 +msgid "Click OK to confirm. The IPsec key is displayed in a pop-up window." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:146 +msgid "Now, you need to add the VPN users." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:148 +msgid "Click the Source NAT IP." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:150 +msgid "Select the VPN tab." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:152 +msgid "" +"Add the username and the corresponding password of the user you wanted to" +" add." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:155 +msgid "Click Add." +msgstr "" + +#: ../../networking/remote_access_vpn.rst:157 +msgid "Repeat the same steps to add the VPN users." +msgstr "" + +# 8202b8f150584992995c6c6f69a2c907 +#~ 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 "" + +# d3c8df533b2c4e659158e77c8669a813 +#~ msgid "Using Remote Access VPN with Windows" +#~ msgstr "" + +# d03485e36a8744758782e81ab88041d1 +#~ 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 "" + +# 98196e5429de407da75adf5f3ce7cf8d +#~ 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 "" + +# 6a896fa8431d479195d161efebf56672 +#~ msgid "" +#~ "On the Windows box, go to Control" +#~ " Panel, then select Network and " +#~ "Sharing center. Click Setup a connection" +#~ " or network." +#~ msgstr "" + +# 8e983aa928b444228e689749e8fc0801 +#~ msgid "In the next dialog, select No, create a new connection." +#~ msgstr "" + +# 98f484c7652c45d2ae57690d719610ed +#~ msgid "In the next dialog, select Use my Internet Connection (VPN)." +#~ msgstr "" + +# 784c5c041ba94caea475a667add0adcd +#~ msgid "" +#~ "In the next dialog, enter the " +#~ "source NAT IP from step #1 and " +#~ "give the connection a name. Check " +#~ "Don't connect now." +#~ msgstr "" + +# 41d1540c0a7d401a9c549bd5304f18ce +#~ msgid "" +#~ "In the next dialog, enter the user" +#~ " name and password selected in step" +#~ " #1." +#~ msgstr "" + +# 3cbbd674fd8d412c90bfbbeb8f607ea0 +#~ msgid "Click Create." +#~ msgstr "Cliquez sur Créer" + +# 85a9ef6f201e47f584255229980b3d87 +#~ msgid "" +#~ "Go back to the Control Panel and" +#~ " click Network Connections to see the" +#~ " new connection. The connection is " +#~ "not active yet." +#~ msgstr "" + +# 1d169d66dd744654bd8ea7dd62a677a6 +#~ msgid "" +#~ "Right-click the new connection and " +#~ "select Properties. In the Properties " +#~ "dialog, select the Networking tab." +#~ msgstr "" + +# a191730de1684f06a3d729e5cde2e487 +#~ msgid "" +#~ "In Type of VPN, choose L2TP IPsec" +#~ " VPN, then click IPsec settings. " +#~ "Select Use preshared key. Enter the " +#~ "preshared key from step #1." +#~ msgstr "" + +# 343858b6c3e5498fad0bd34b503e792d +#~ msgid "" +#~ "The connection is ready for activation." +#~ " Go back to Control Panel -> " +#~ "Network Connections and double-click the" +#~ " created connection." +#~ msgstr "" + +# e60c05ee4aef40d38a3a0b01aade9b5e +#~ msgid "Enter the user name and password from step #1." +#~ msgstr "" + +# d1cfefca174a4554a0c4170ec0c49f9b +#~ msgid "Using Remote Access VPN with Mac OS X" +#~ msgstr "" + +# 728cc61e43c440459c1ad6252a2f6b97 +#~ 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 "" + +# b3185af9f4534991ad3e3e5b66f47da2 +#~ 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 "" + +# 6f2aaf1e33d6421db0f521c5820d02c8 +#~ msgid "On your Mac, open System Preferences and click Network." +#~ msgstr "" + +# 26e7088ea9494f94922f1a8f5e0ad753 +#~ msgid "Make sure Send all traffic over VPN connection is not checked." +#~ msgstr "" + +# 8e0600ca2c9546a2b3905659b64a835b +#~ 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 "" + +# da1ba33a066b4415a728d14ab936780c +#~ 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 "" + +# b96bb5f3c9534d3384752b6c652405b5 +#~ 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 "" + +# db5b3b2b72e449368be600488d32a212 +#~ 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 "" + +# 79ff11baad9844c9a7bb84f19aac4703 +#~ msgid "" +#~ "You may also want to click the " +#~ "\"Show VPN status in menu bar\" " +#~ "but that's entirely optional." +#~ msgstr "" + +# 74b926642e7d49ca925804a4d6d99abc +#~ msgid "Now click \"Connect\" and you will be connected to the CloudStack VPN." +#~ msgstr "" + +# fb0aef197790435d95971b0006f98a9d +#~ msgid "Setting Up a Site-to-Site VPN Connection" +#~ msgstr "" + +# b113a5a8546b4ce8b1a7507f2b860ad7 +#~ 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 "" + +# ec0ce935716740158c031ebf544b7294 +#~ 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 "" + +# 79120b77963b4f77afa51573e6ad1ca7 +#~ msgid "The supported endpoints on the remote datacenters are:" +#~ msgstr "" + +# 34aba4dd56884ad3871e85272aab2acf +#~ msgid "Cisco ISR with IOS 12.4 or later" +#~ msgstr "" + +# 95978dcfdbf34c2886952ee16cb6e16d +#~ msgid "Juniper J-Series routers with JunOS 9.5 or later" +#~ msgstr "" + +# 272a2a827c494e90a6b2d52dc96b7f0b +#~ msgid "CloudStack virtual routers" +#~ msgstr "" + +# 8c16297c0eab4c72b6a2a29b0f4866d1 +#~ 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 "" + +# eb701cb20d40405b9ca1d79ce15b681f +#~ msgid "To set up a Site-to-Site VPN connection, perform the following:" +#~ msgstr "" + +# b5f397a7a64b47168a74fb1618810e5c +#~ msgid "Create a Virtual Private Cloud (VPC)." +#~ msgstr "" + +# 1d44be641cf042b99841b146bb055956 +#~ msgid "See \":ref:`configuring-vpc`\"." +#~ msgstr "" + +# f1ff67e23d7d4eaeb81c1b5686399942 +#~ msgid "Create a VPN Customer Gateway." +#~ msgstr "" + +# e3425171b9504f5b958d0802ca1a55ce +#~ msgid "Create a VPN gateway for the VPC that you created." +#~ msgstr "" + +# 6d0964544a6944f39ec8eafdaf587428 +#~ msgid "" +#~ "Create VPN connection from the VPC " +#~ "VPN gateway to the customer VPN " +#~ "gateway." +#~ msgstr "" + +# 3d85874020904fbdb261885b5e2f05ce +#~ msgid "Creating and Updating a VPN Customer Gateway" +#~ msgstr "" + +# 9b0857af13544aaebee5984422c93195 +#~ msgid "" +#~ "A VPN customer gateway can be " +#~ "connected to only one VPN gateway " +#~ "at a time." +#~ msgstr "" + +# 1a951a0ee8d54164b9b99ff9cd080e58 +#~ msgid "To add a VPN Customer Gateway:" +#~ msgstr "" + +# 6a26e636eb224d1eb75c9782de7c830d +# affc98b5cd4b401086e5e00f9e69ac90 +# 23c81aa674f64826830390c49839730c +# 98dc2f6f69d341b0b1867f35102e20ff +# d4efd83e728b439eaa8408bd783d0c11 +#~ msgid "In the left navigation, choose Network." +#~ msgstr "Dans la navigation à gauche, choisissez Réseau." + +# b0e99af0f0014e1aa156dd7f2644f23a +# cf4e8a6aa8be4c3e9c92bd5f84e9b571 +#~ msgid "In the Select view, select VPN Customer Gateway." +#~ msgstr "" + +# 51d8e12e75dd47e4b2d4a9c52da89be9 +#~ msgid "Click Add VPN Customer Gateway." +#~ msgstr "" + +# e72b7822c85649f99f01e845e1418844 +#~ msgid "|addvpncustomergateway.png|" +#~ msgstr "" + +# 0810d2cb133043b4858badbc2e4ac704 +#~ msgid "Provide the following information:" +#~ msgstr "" + +# 372ec8983a514ad3b0927d01bc30fae6 +#~ msgid "**Name**: A unique name for the VPN customer gateway you create." +#~ msgstr "" + +# 0cd283ba65a241cf97d90b2c5f04c36f +#~ msgid "**Gateway**: The IP address for the remote gateway." +#~ msgstr "" + +# 0e3f2efe75f7454e9f2ac706604f832d +#~ 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 "" + +# 929c5f444fae4aee88faa98a926d0f52 +#~ 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 "" + +# 171abb6f27ef471eae87fd0718d714af +#~ 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 "" + +# a4553b53ccb04b358a278545e87eb9bd +#~ 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 "" + +# 3bb40218a4db49e0aa09d5983d57a8fa +#~ 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 "" + +# a5e3619f28fb487987386ff3359d079b +#~ msgid "" +#~ "**IKE Hash**: The IKE hash for " +#~ "phase-1. The supported hash algorithms " +#~ "are SHA1 and MD5." +#~ msgstr "" + +# 998f798e068147c69b96d5332181acdd +#~ 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 "" + +# 34c98169c2dd4375a23dff45d764590d +#~ msgid "" +#~ "**ESP Encryption**: Encapsulating Security " +#~ "Payload (ESP) algorithm within phase-2. " +#~ "The supported encryption algorithms are " +#~ "AES128, AES192, AES256, and 3DES." +#~ msgstr "" + +# c61b40cf82de4f9fb6c45b8e0172b4b4 +#~ 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 "" + +# 71d47a66a42f4a04b2540e69eba4cdd9 +#~ msgid "" +#~ "**ESP Hash**: Encapsulating Security Payload" +#~ " (ESP) hash for phase-2. Supported " +#~ "hash algorithms are SHA1 and MD5." +#~ msgstr "" + +# 2378eab3a19b42cda0e954ae2c70bb38 +#~ 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 "" + +# de12259eb62f48c294bc324395468d43 +#~ 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 "" + +# c29472e88000476ea8eb3f3165f58da4 +#~ 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 "" + +# c05a91d5e2b44d7a9ea842e762a6f4a0 +#~ 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 "" + +# 9afba73f17a3471faa8cff978bb64495 +#~ 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 "" + +# 4d12f59b777c48e98fb18ab2bace355d +# a65f0ba427b04b6da2bdc39a05acba02 +#~ msgid "Click OK." +#~ msgstr "Cliquez sur OK." + +# 460983ec4dd64370b650944e21d45b75 +#~ msgid "Updating and Removing a VPN Customer Gateway" +#~ msgstr "" + +# 47640086ca6e4122a862027f6e528af6 +#~ msgid "" +#~ "You can update a customer gateway " +#~ "either with no VPN connection, or " +#~ "related VPN connection is in error " +#~ "state." +#~ msgstr "" + +# eee4a55897da4f06b44795327c878110 +#~ msgid "Select the VPN customer gateway you want to work with." +#~ msgstr "" + +# 9dc617447a9c48df92819b996a8e3b39 +#~ msgid "" +#~ "To modify the required parameters, click" +#~ " the Edit VPN Customer Gateway button" +#~ " |vpn-edit-icon.png|" +#~ msgstr "" + +# 0c3c4beedfb2453cb03958649454d3d2 +#~ msgid "" +#~ "To remove the VPN customer gateway, " +#~ "click the Delete VPN Customer Gateway" +#~ " button |delete.png|" +#~ msgstr "" + +# ae45fd8564384b9a8682a662011196da +#~ msgid "Creating a VPN gateway for the VPC" +#~ msgstr "" + +# addf23d2b2b14d9c80370bc70f64ec94 +# 8ab2d3e53e83433ab4cf699e916d89d9 +# 5ece94a59df34ecdb036ac45fc49bd06 +#~ msgid "" +#~ "Click the Configure button of the " +#~ "VPC to which you want to deploy" +#~ " the VMs." +#~ msgstr "" + +# af1a9268a6da4a45922589c847776234 +# 1ccf3bf911414951aeb77508e82aa992 +# 433faedb39a3413c8ce1f220f5e22560 +#~ msgid "" +#~ "The VPC page is displayed where " +#~ "all the tiers you created are " +#~ "listed in a diagram." +#~ msgstr "" + +# 3152bcd237704f96b4a1b897b801f81b +# 5a72231d602e4625acd0cbd4b0af4f7e +# 243047505a8c40e1aadfa9dfbc091f0c +#~ msgid "Select Site-to-Site VPN." +#~ msgstr "" + +# 626b08a7444c4baeb387b316fcf8921d +#~ 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 "" + +# c46b3f642ec240738664d6765c1d736f +#~ msgid "In the confirmation dialog, click Yes to confirm." +#~ msgstr "" + +# 6dbf5c6dc5984bc896785e8d81f1fa0d +#~ 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 "" + +# 62c9ff637a9c46beb4a187d9d333e711 +#~ msgid "The following details are displayed in the VPN Gateway page:" +#~ msgstr "" + +# 202a6b9a51f3470d89bb84bb2c9579a8 +# 47435eb81ccf40eab149e9b0abb9213e +#~ msgid "IP Address" +#~ msgstr "" + +# 46f2ea07f3744ac381add8029488f5d3 +#~ msgid "Account" +#~ msgstr "" + +# bad02846a1ee4160a278abb51303de1f +#~ msgid "Domain" +#~ msgstr "" + +# b0b08d6daddb48409f581811786b76cf +#~ msgid "Creating a VPN Connection" +#~ msgstr "" + +# 596c1d39f0fe47fa8b05ff9b321ae507 +#~ msgid "CloudStack supports creating up to 8 VPN connections." +#~ msgstr "" + +# a61e029b8b514adfa93c97620ffff95f +#~ msgid "All the VPCs that you create for the account are listed in the page." +#~ msgstr "" + +# 690702b545754083adec40f20d69acb4 +# 614430ff17c8485fae7ddb094273ef06 +#~ msgid "Click the Settings icon." +#~ msgstr "" + +# 86dbf74b2c6e4f0aab3f252fafd89f2c +# fab72af09a284fd2800ff51645f071bf +#~ msgid "The Site-to-Site VPN page is displayed." +#~ msgstr "" + +# db4dc2719dd6405eb250f62908eef010 +# 207bfc2acd9e434887770513a245873b +#~ msgid "From the Select View drop-down, ensure that VPN Connection is selected." +#~ msgstr "" + +# 950eac49657f4a29a9fba1b973577867 +#~ msgid "Click Create VPN Connection." +#~ msgstr "" + +# 916fc10dd39346ada9828e3a2a80ffda +#~ msgid "The Create VPN Connection dialog is displayed:" +#~ msgstr "" + +# 87888fff4a5f4664be5c4c03fc2ecf6a +#~ msgid "|createvpnconnection.png|" +#~ msgstr "" + +# 4b6cc407b8bc4a728fb3328f0ce53f3f +#~ msgid "Select the desired customer gateway." +#~ msgstr "" + +# 6776ab8d9fad4c2d8956d78ff11ab998 +#~ msgid "" +#~ "Select Passive if you want to " +#~ "establish a connection between two VPC" +#~ " virtual routers." +#~ msgstr "" + +# 513eee2d7f8745a4b338c8ea142fae05 +#~ 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 "" + +# dd03407d4f064ec99ea68bb066d2289e +#~ msgid "Click OK to confirm." +#~ msgstr "" + +# d4c274e9cecb44bcad1ba67ed65069e4 +#~ msgid "Within a few moments, the VPN Connection is displayed." +#~ msgstr "" + +# 42dd7918225d458f980e458924b262f3 +#~ msgid "The following information on the VPN connection is displayed:" +#~ msgstr "" + +# 64fdbdcdfac148dea0883db2615bf0ed +#~ msgid "Gateway" +#~ msgstr "" + +# 8ac547f2f1574131adc8c69d4e3c30ef +#~ msgid "State" +#~ msgstr "" + +# d2a5bd51a6e347e89857750706114fc9 +#~ msgid "IPSec Preshared Key" +#~ msgstr "" + +# ccfea0cb9ae34777990aa348b7a9c23f +#~ msgid "IKE Policy" +#~ msgstr "" + +# bc29ecfda06848f78a8cc694b3f6d47b +#~ msgid "ESP Policy" +#~ msgstr "" + +# 57cee5dc2eed4f6a9164c4838ebdc9d6 +#~ msgid "Site-to-Site VPN Connection Between VPC Networks" +#~ msgstr "" + +# d8f9f929fafd40e6895122549b022754 +#~ 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 "" + +# 2fb087843cd04fafa3beba95a3ae2af1 +#~ msgid "This feature is supported on all the hypervisors." +#~ msgstr "" + +# 217a4da322cc4f8caa7e04c029779c8b +#~ msgid "Create two VPCs. For example, VPC A and VPC B." +#~ msgstr "" + +# a78d89e3621346c8a11277927e8dc502 +#~ msgid "For more information, see \":ref:`configuring-vpc`\"." +#~ msgstr "" + +# 09b752dc4d4e4cd29912fcbe352309fa +#~ msgid "Create VPN gateways on both the VPCs you created." +#~ msgstr "" + +# b9af87b346ef40889104b5a1f40c7702 +#~ msgid "" +#~ "For more information, see `\"Creating a" +#~ " VPN gateway for the VPC\" " +#~ "<#creating-a-vpn-gateway-for-the-vpc>`_." +#~ msgstr "" + +# 29d8db01114c458e8d855996c22e0664 +#~ msgid "Create VPN customer gateway for both the VPCs." +#~ msgstr "" + +# 1a50b7ef681f4cb48c15d30e08dfd1e7 +#~ msgid "" +#~ "For more information, see `\"Creating " +#~ "and Updating a VPN Customer Gateway\"" +#~ " <#creating-and-updating-a-vpn-customer-" +#~ "gateway>`_." +#~ msgstr "" + +# c9013d4ec4c74444a40bf745ae0a5544 +#~ msgid "Enable a VPN connection on VPC A in passive mode." +#~ msgstr "" + +# 8fb700491eeb4156a1c7549d81a78346 +#~ msgid "" +#~ "For more information, see `\"Creating a" +#~ " VPN Connection\" <#creating-a-vpn-connection>`_." +#~ msgstr "" + +# e8dd1dd51dd34f57ac10161220734be4 +#~ msgid "" +#~ "Ensure that the customer gateway is " +#~ "pointed to VPC B. The VPN " +#~ "connection is shown in the Disconnected" +#~ " state." +#~ msgstr "" + +# eca76af9d9304b17982a0bb977a12547 +#~ msgid "Enable a VPN connection on VPC B." +#~ msgstr "" + +# 79e9417cc7294b70bd95236d9c2c80ac +#~ 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 "" + +# cf0657024acb43ea8028262bf74a9848 +#~ msgid "The VPN connection is shown in the Disconnected state." +#~ msgstr "" + +# 4c18218889914f65b2fe355d4568b407 +#~ 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 "" + +# 84118e99c0b14f49b14160c3975dad17 +#~ msgid "Restarting and Removing a VPN Connection" +#~ msgstr "" + +# 090940869ab44e80b8e9c4ea04fa48ec +#~ msgid "All the VPN connections you created are displayed." +#~ msgstr "" + +# b921e72e9ca74e75b9c515a87f105b9a +#~ msgid "Select the VPN connection you want to work with." +#~ msgstr "" + +# 2387d86e243f469f84a0cee989324610 +#~ msgid "The Details tab is displayed." +#~ msgstr "" + +# 345c5bfe23d84fd09f56e0e34de09e29 +#~ msgid "" +#~ "To remove a VPN connection, click " +#~ "the Delete VPN connection button " +#~ "|remove-vpn.png|" +#~ msgstr "" + +# 8d1a3cf378554f51a5702b0710c331f2 +#~ msgid "" +#~ "To restart a VPN connection, click " +#~ "the Reset VPN connection button present" +#~ " in the Details tab. |reset-vpn.png|" +#~ msgstr "" +
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/security_groups.mo ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/security_groups.mo b/source/locale/fr/LC_MESSAGES/networking/security_groups.mo new file mode 100644 index 0000000..c970783 Binary files /dev/null and b/source/locale/fr/LC_MESSAGES/networking/security_groups.mo differ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/security_groups.po ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/security_groups.po b/source/locale/fr/LC_MESSAGES/networking/security_groups.po new file mode 100644 index 0000000..da8b42d --- /dev/null +++ b/source/locale/fr/LC_MESSAGES/networking/security_groups.po @@ -0,0 +1,402 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Administration RTD\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-30 12:52+0200\n" +"PO-Revision-Date: 2016-12-21 10:23+0100\n" +"Language-Team: French (http://www.transifex.com/ke4qqq/apache-cloudstack-" +"administration-rtd/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Last-Translator: \n" +"X-Generator: Poedit 1.8.11\n" + +# b67087ae536e4b77ac5668f8f3f73ba8 +#: ../../networking/security_groups.rst:18 +msgid "Security Groups" +msgstr "Groupes de sécurité" + +# 1397d3fadf7d45779a890fb7156cf142 +#: ../../networking/security_groups.rst:21 +msgid "About Security Groups" +msgstr "A propos des groupes de sécurité" + +# 965e0935679141b0bc89e0d82dc1cff8 +#: ../../networking/security_groups.rst:23 +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 "" + +# 7cc1c024596546c4837b5e09cef7f7db +#: ../../networking/security_groups.rst:33 +msgid "" +"In a zone that uses advanced networking, you can instead define multiple " +"guest networks to isolate traffic to VMs." +msgstr "" + +# bd8429af9a564cd398104231d1bfc2d9 +#: ../../networking/security_groups.rst:36 +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 "" + +# 3eb3f0e93cf04d8a9c2a967e8ff3a11c +#: ../../networking/security_groups.rst:41 +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 "" + +# 1d91c7babdd54f38b62e9e65788a8a7c +#: ../../networking/security_groups.rst:48 +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 "" + +# f705f2a195b240f49ffc0cbe9aaa253a +#: ../../networking/security_groups.rst:52 +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 "" + +# 7fa1798aea704a55b545171eb64a16bd +#: ../../networking/security_groups.rst:58 +msgid "Adding a Security Group" +msgstr "Ajouter un groupe de sécurité" + +# f7cc763899ad4df99b9e927ef37eabb4 +#: ../../networking/security_groups.rst:60 +msgid "A user or administrator can define a new security group." +msgstr "" +"Un utilisateur ou un administrateur peut définir un nouveau groupe de " +"sécurité." + +# a026f1875e7f4cec8447b013bf2d7a78 +# 27e30ee65cbe485bb8e7370a38b75281 +#: ../../networking/security_groups.rst:62 +#: ../../networking/security_groups.rst:124 +msgid "Log in to the CloudStack UI as an administrator or end user." +msgstr "" +"Se connecter à l'interface de CloudStack comme administrateur ou " +"utilisateur final." + +# 344ee6a79a674e88a4a61b24b0a01b42 +#: ../../networking/security_groups.rst:64 +msgid "In the left navigation, choose Network." +msgstr "Dans la navigation à gauche, choisissez Réseau." + +# 07579af87ecd4f1d8bd6e66835cb2958 +#: ../../networking/security_groups.rst:66 +msgid "In Select view, choose Security Groups." +msgstr "Dans la zone de sélection, choisir Groupes de Sécurité." + +# 23507439460f427cb5be523f65e254fb +#: ../../networking/security_groups.rst:68 +msgid "Click Add Security Group." +msgstr "Cliquer sur Ajouter un groupe de sécurité." + +# a530b7d59d194fb18081a92d396a272a +#: ../../networking/security_groups.rst:70 +msgid "Provide a name and description." +msgstr "Fournir un nom et une description." + +# 237fc184482448589b8a2eb7c3c70e76 +#: ../../networking/security_groups.rst:72 +msgid "Click OK." +msgstr "Cliquez sur OK." + +# 34ea82240e9c456ab55ff2f0d5756566 +#: ../../networking/security_groups.rst:74 +msgid "The new security group appears in the Security Groups Details tab." +msgstr "" +"Le nouveau groupe de sécurité apparaît dans l'onglet Détails des Groupes de " +"Sécurité." + +# df20adfc9c2e43b9b56c6f1119a9d73f +#: ../../networking/security_groups.rst:76 +msgid "" +"To make the security group useful, continue to Adding Ingress and Egress " +"Rules to a Security Group." +msgstr "" +"Pour rendre le groupe de sécurité utile, continuez par Ajouter des règles " +"Ingress et Egress à un groupe de sécurité." + +# 0a506fc7186b4a0c8a15ae463c4793e1 +#: ../../networking/security_groups.rst:81 +msgid "Security Groups in Advanced Zones (KVM Only)" +msgstr "Groupes de sécurité dans les Zones Avancées (KVM uniquement)" + +# b2a6fb8be2384189ae73c2430ce94159 +#: ../../networking/security_groups.rst:83 +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 "" + +# 180782afad3643f1ba9672b7f6da72b3 +#: ../../networking/security_groups.rst:91 +msgid "Limitations" +msgstr "Limitations" + +# 133ba38a19484e2e9122631ab38446fa +#: ../../networking/security_groups.rst:93 +msgid "The following are not supported for this feature:" +msgstr "" +"Les éléments suivants ne sont pas pris en charge pour cette fonctionnalité :" + +# 7c46f4b3ab9f405b8ba2b599ffc1985e +#: ../../networking/security_groups.rst:95 +msgid "" +"Two IP ranges with the same VLAN and different gateway or netmask in " +"security group-enabled shared network." +msgstr "" +"Deux plages d'IP avec le même VLAN et une passerelle ou masque de réseau " +"différent dans un réseau partagé avec groupes de sécurité." + +# 25d83dec92f045bda786a85257b3e1d1 +#: ../../networking/security_groups.rst:98 +msgid "" +"Two IP ranges with the same VLAN and different gateway or netmask in " +"account-specific shared networks." +msgstr "" +"Deux plages d'IP avec le même VLAN et une passerelle ou un masque de réseau " +"différent dans des réseaux partagés spécifiques à un compte." + +# 529f72b64c464f0cbbe8b287e8258f1a +#: ../../networking/security_groups.rst:101 +msgid "Multiple VLAN ranges in security group-enabled shared network." +msgstr "" +"Plusieurs plages de VLAN dans un réseau partagé avec groupes de sécurité." + +# c9ffb5f82e6b45778e4e1b83b29ed310 +#: ../../networking/security_groups.rst:103 +msgid "Multiple VLAN ranges in account-specific shared networks." +msgstr "" +"Plusieurs plages de VLAN dans des réseaux partagés spécifiques à un compte." + +# 8488c958047d450bb250b38d098bc214 +#: ../../networking/security_groups.rst:105 +msgid "" +"Security groups must be enabled in the zone in order for this feature to be " +"used." +msgstr "" +"Les groupes de sécurité doivent être activés dans la zone pour que cette " +"fonctionnalité soit utilisée." + +# 6c5be222e8184b8ab28d3019648e9990 +#: ../../networking/security_groups.rst:110 +msgid "Enabling Security Groups" +msgstr "Activer les groupes de sécurité." + +# b6b2af559254408ba42336e7fddf32e6 +#: ../../networking/security_groups.rst:112 +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 "" + +# e09d51e1a259488eab79d1fb28954b59 +#: ../../networking/security_groups.rst:122 +msgid "Adding Ingress and Egress Rules to a Security Group" +msgstr "Ajout de règles Ingress et Egress à un Groupe de Sécurité" + +# b24e5ca705b84ea4a6c0511ef2244936 +#: ../../networking/security_groups.rst:126 +msgid "In the left navigation, choose Network" +msgstr "Dans la navigation à gauche, choisissez Réseau." + +# e6e52ad277a249ebb052f48c14687e98 +#: ../../networking/security_groups.rst:128 +msgid "" +"In Select view, choose Security Groups, then click the security group you " +"want." +msgstr "" +"Dans la liste de choix, choisir Groupes de sécurité puis cliquer sur le " +"groupe de sécurité désiré." + +# 4563cb9609194e7b8bfe401fa3b6219e +#: ../../networking/security_groups.rst:131 +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 "" + +# a4934e5b794b41469ff66677df530f64 +#: ../../networking/security_groups.rst:137 +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 "" + +# 38c863d52b6c4f3b900f9268d71a3167 +#: ../../networking/security_groups.rst:143 +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 "" + +# bcb96d430c8649f483335f10c670e649 +#: ../../networking/security_groups.rst:148 +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 "" + +# 6c1ac4c3fb7e476a8eba891bbf1fa14e +#: ../../networking/security_groups.rst:152 +msgid "" +"**ICMP Type, ICMP Code**. (ICMP only) The type of message and error code " +"that will be accepted." +msgstr "" + +# 6d982263975e486e8e1b13fe56a83ed0 +#: ../../networking/security_groups.rst:155 +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 "" + +# 10e7f63d3cf94152a51416bc737199ed +#: ../../networking/security_groups.rst:161 +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 "" + +# 9d70746377c24fdb80bdb73145dda1fe +#: ../../networking/security_groups.rst:167 +msgid "The following example allows inbound HTTP access from anywhere:" +msgstr "" +"L'exemple qui suit autorise l'accès HTTP entrant depuis n'importe où :" + +# f1fa895a70e745a182f076db946d9d16 +#: ../../networking/security_groups.rst:169 +msgid "|httpaccess.png|" +msgstr "|httpaccess.png|" + +# 25c1f9eee689482ab0a99049e45c6ceb +#: ../../networking/security_groups.rst:171 +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 "" + +# 83bfb97418d545549c3ea5c0a17c5985 +#: ../../networking/security_groups.rst:180 +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 "" + +# f175b78e34494795b301760a7fd5168f +#: ../../networking/security_groups.rst:186 +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 "" + +# 31089018bb9f47e4941651c91b2bd90c +#: ../../networking/security_groups.rst:191 +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 "" + +# 96661f61b9b54d448e5e7be7ba933296 +#: ../../networking/security_groups.rst:195 +msgid "" +"**ICMP Type, ICMP Code**. (ICMP only) The type of message and error code " +"that will be sent" +msgstr "" + +# 7e52dd9e52524ea98f0bcf7ff00116ac +#: ../../networking/security_groups.rst:198 +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 "" + +# 40e0b1515ef948adb1a42642f73f490d +#: ../../networking/security_groups.rst:204 +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 "" + +# 39febf06883a4d248d1ac5ad19510065 +#: ../../networking/security_groups.rst:210 +msgid "Click Add." +msgstr "Cliquer sur Ajouter." http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/site_to_site_vpn.mo ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/site_to_site_vpn.mo b/source/locale/fr/LC_MESSAGES/networking/site_to_site_vpn.mo new file mode 100644 index 0000000..81fe5ba Binary files /dev/null and b/source/locale/fr/LC_MESSAGES/networking/site_to_site_vpn.mo differ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/site_to_site_vpn.po ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/site_to_site_vpn.po b/source/locale/fr/LC_MESSAGES/networking/site_to_site_vpn.po new file mode 100644 index 0000000..4b76ef9 --- /dev/null +++ b/source/locale/fr/LC_MESSAGES/networking/site_to_site_vpn.po @@ -0,0 +1,647 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Administration Documentation 4.8\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-22 13:55+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <l...@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.3.4\n" + +#: ../../networking/site_to_site_vpn.rst:4 +msgid "Setting Up a Site-to-Site VPN Connection" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:6 +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 "" + +#: ../../networking/site_to_site_vpn.rst:15 +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 "" + +#: ../../networking/site_to_site_vpn.rst:21 +msgid "The supported endpoints on the remote datacenters are:" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:23 +msgid "Cisco ISR with IOS 12.4 or later" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:25 +msgid "Juniper J-Series routers with JunOS 9.5 or later" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:27 +msgid "CloudStack virtual routers" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:30 +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 "" + +#: ../../networking/site_to_site_vpn.rst:34 +msgid "To set up a Site-to-Site VPN connection, perform the following:" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:36 +msgid "Create a Virtual Private Cloud (VPC)." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:38 +msgid "See \":ref:`configuring-vpc`\"." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:40 +msgid "Create a VPN Customer Gateway." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:42 +msgid "Create a VPN gateway for the VPC that you created." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:44 +msgid "" +"Create VPN connection from the VPC VPN gateway to the customer VPN " +"gateway." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:49 +msgid "Creating and Updating a VPN Customer Gateway" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:52 +msgid "A VPN customer gateway can be connected to only one VPN gateway at a time." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:54 +msgid "To add a VPN Customer Gateway:" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:56 +#: ../../networking/site_to_site_vpn.rst:166 +#: ../../networking/site_to_site_vpn.rst:186 +#: ../../networking/site_to_site_vpn.rst:248 +#: ../../networking/site_to_site_vpn.rst:379 +msgid "Log in to the CloudStack UI as an administrator or end user." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:58 +#: ../../networking/site_to_site_vpn.rst:168 +#: ../../networking/site_to_site_vpn.rst:188 +#: ../../networking/site_to_site_vpn.rst:250 +#: ../../networking/site_to_site_vpn.rst:381 +msgid "In the left navigation, choose Network." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:60 +#: ../../networking/site_to_site_vpn.rst:170 +msgid "In the Select view, select VPN Customer Gateway." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:62 +msgid "Click Add VPN Customer Gateway." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:64 +msgid "|addvpncustomergateway.png|" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:66 +msgid "Provide the following information:" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:68 +msgid "**Name**: A unique name for the VPN customer gateway you create." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:70 +msgid "**Gateway**: The IP address for the remote gateway." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:72 +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 "" + +#: ../../networking/site_to_site_vpn.rst:77 +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. The sequence " +"cannot contain a newline or double-quote." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:83 +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 "" + +#: ../../networking/site_to_site_vpn.rst:90 +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 "" + +#: ../../networking/site_to_site_vpn.rst:96 +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 "" + +#: ../../networking/site_to_site_vpn.rst:102 +msgid "" +"**IKE Hash**: The IKE hash for phase-1. The supported hash algorithms are" +" SHA1 and MD5." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:105 +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 "" + +#: ../../networking/site_to_site_vpn.rst:111 +msgid "" +"**ESP Encryption**: Encapsulating Security Payload (ESP) algorithm within" +" phase-2. The supported encryption algorithms are AES128, AES192, AES256," +" and 3DES." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:116 +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 "" + +#: ../../networking/site_to_site_vpn.rst:122 +msgid "" +"**ESP Hash**: Encapsulating Security Payload (ESP) hash for phase-2. " +"Supported hash algorithms are SHA1 and MD5." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:125 +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 "" + +#: ../../networking/site_to_site_vpn.rst:136 +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 "" + +#: ../../networking/site_to_site_vpn.rst:142 +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 "" + +#: ../../networking/site_to_site_vpn.rst:146 +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 "" + +#: ../../networking/site_to_site_vpn.rst:151 +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 "" + +#: ../../networking/site_to_site_vpn.rst:157 +#: ../../networking/site_to_site_vpn.rst:180 +msgid "Click OK." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:161 +msgid "Updating and Removing a VPN Customer Gateway" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:163 +msgid "" +"You can update a customer gateway either with no VPN connection, or " +"related VPN connection is in error state." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:172 +msgid "Select the VPN customer gateway you want to work with." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:174 +msgid "" +"To modify the required parameters, click the Edit VPN Customer Gateway " +"button |vpn-edit-icon.png|" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:177 +msgid "" +"To remove the VPN customer gateway, click the Delete VPN Customer Gateway" +" button |delete.png|" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:184 +msgid "Creating a VPN gateway for the VPC" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:190 +#: ../../networking/site_to_site_vpn.rst:252 +#: ../../networking/site_to_site_vpn.rst:383 +msgid "In the Select view, select VPC." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:192 +#: ../../networking/site_to_site_vpn.rst:385 +msgid "All the VPCs that you have created for the account is listed in the page." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:195 +#: ../../networking/site_to_site_vpn.rst:256 +#: ../../networking/site_to_site_vpn.rst:388 +msgid "Click the Configure button of the VPC to which you want to deploy the VMs." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:198 +#: ../../networking/site_to_site_vpn.rst:259 +#: ../../networking/site_to_site_vpn.rst:391 +msgid "" +"The VPC page is displayed where all the tiers you created are listed in a" +" diagram." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:201 +#: ../../networking/site_to_site_vpn.rst:264 +#: ../../networking/site_to_site_vpn.rst:396 +msgid "For each tier, the following options are displayed:" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:203 +#: ../../networking/site_to_site_vpn.rst:266 +#: ../../networking/site_to_site_vpn.rst:398 +msgid "Internal LB" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:205 +#: ../../networking/site_to_site_vpn.rst:268 +#: ../../networking/site_to_site_vpn.rst:400 +msgid "Public LB IP" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:207 +#: ../../networking/site_to_site_vpn.rst:270 +#: ../../networking/site_to_site_vpn.rst:402 +msgid "Static NAT" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:209 +#: ../../networking/site_to_site_vpn.rst:272 +#: ../../networking/site_to_site_vpn.rst:404 +msgid "Virtual Machines" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:211 +#: ../../networking/site_to_site_vpn.rst:274 +#: ../../networking/site_to_site_vpn.rst:406 +msgid "CIDR" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:213 +#: ../../networking/site_to_site_vpn.rst:276 +#: ../../networking/site_to_site_vpn.rst:408 +msgid "The following router information is displayed:" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:215 +#: ../../networking/site_to_site_vpn.rst:278 +#: ../../networking/site_to_site_vpn.rst:410 +msgid "Private Gateways" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:217 +#: ../../networking/site_to_site_vpn.rst:280 +#: ../../networking/site_to_site_vpn.rst:412 +msgid "Public IP Addresses" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:219 +#: ../../networking/site_to_site_vpn.rst:282 +#: ../../networking/site_to_site_vpn.rst:414 +msgid "Site-to-Site VPNs" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:221 +#: ../../networking/site_to_site_vpn.rst:284 +#: ../../networking/site_to_site_vpn.rst:416 +msgid "Network ACL Lists" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:223 +#: ../../networking/site_to_site_vpn.rst:286 +#: ../../networking/site_to_site_vpn.rst:418 +msgid "Select Site-to-Site VPN." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:225 +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 "" + +#: ../../networking/site_to_site_vpn.rst:228 +msgid "In the confirmation dialog, click Yes to confirm." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:230 +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 "" + +#: ../../networking/site_to_site_vpn.rst:234 +msgid "The following details are displayed in the VPN Gateway page:" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:236 +#: ../../networking/site_to_site_vpn.rst:316 +msgid "IP Address" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:238 +msgid "Account" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:240 +msgid "Domain" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:244 +msgid "Creating a VPN Connection" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:246 +msgid "CloudStack supports creating up to 8 VPN connections." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:254 +msgid "All the VPCs that you create for the account are listed in the page." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:262 +#: ../../networking/site_to_site_vpn.rst:394 +msgid "Click the Settings icon." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:288 +#: ../../networking/site_to_site_vpn.rst:420 +msgid "The Site-to-Site VPN page is displayed." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:290 +#: ../../networking/site_to_site_vpn.rst:422 +msgid "From the Select View drop-down, ensure that VPN Connection is selected." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:293 +msgid "Click Create VPN Connection." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:295 +msgid "The Create VPN Connection dialog is displayed:" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:297 +msgid "|createvpnconnection.png|" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:299 +msgid "Select the desired customer gateway." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:301 +msgid "" +"Select Passive if you want to establish a connection between two VPC " +"virtual routers." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:304 +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 "" + +#: ../../networking/site_to_site_vpn.rst:310 +msgid "Click OK to confirm." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:312 +msgid "Within a few moments, the VPN Connection is displayed." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:314 +msgid "The following information on the VPN connection is displayed:" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:318 +msgid "Gateway" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:320 +msgid "State" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:322 +msgid "IPSec Preshared Key" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:324 +msgid "IKE Policy" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:326 +msgid "ESP Policy" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:330 +msgid "Site-to-Site VPN Connection Between VPC Networks" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:332 +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 "" + +#: ../../networking/site_to_site_vpn.rst:338 +msgid "This feature is supported on all the hypervisors." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:340 +msgid "Create two VPCs. For example, VPC A and VPC B." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:342 +msgid "For more information, see \":ref:`configuring-vpc`\"." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:344 +msgid "Create VPN gateways on both the VPCs you created." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:346 +msgid "" +"For more information, see `\"Creating a VPN gateway for the VPC\" " +"<#creating-a-vpn-gateway-for-the-vpc>`_." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:349 +msgid "Create VPN customer gateway for both the VPCs." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:351 +msgid "" +"For more information, see `\"Creating and Updating a VPN Customer " +"Gateway\" <#creating-and-updating-a-vpn-customer-gateway>`_." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:354 +msgid "Enable a VPN connection on VPC A in passive mode." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:356 +msgid "" +"For more information, see `\"Creating a VPN Connection\" <#creating-a" +"-vpn-connection>`_." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:359 +msgid "" +"Ensure that the customer gateway is pointed to VPC B. The VPN connection " +"is shown in the Disconnected state." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:362 +msgid "Enable a VPN connection on VPC B." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:364 +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 "" + +#: ../../networking/site_to_site_vpn.rst:369 +msgid "The VPN connection is shown in the Disconnected state." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:371 +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 "" + +#: ../../networking/site_to_site_vpn.rst:377 +msgid "Restarting and Removing a VPN Connection" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:425 +msgid "All the VPN connections you created are displayed." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:427 +msgid "Select the VPN connection you want to work with." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:429 +msgid "The Details tab is displayed." +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:431 +msgid "" +"To remove a VPN connection, click the Delete VPN connection button " +"|remove-vpn.png|" +msgstr "" + +#: ../../networking/site_to_site_vpn.rst:434 +msgid "" +"To restart a VPN connection, click the Reset VPN connection button " +"present in the Details tab. |reset-vpn.png|" +msgstr "" + http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/static_nat.mo ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/static_nat.mo b/source/locale/fr/LC_MESSAGES/networking/static_nat.mo new file mode 100644 index 0000000..276cd47 Binary files /dev/null and b/source/locale/fr/LC_MESSAGES/networking/static_nat.mo differ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/static_nat.po ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/static_nat.po b/source/locale/fr/LC_MESSAGES/networking/static_nat.po new file mode 100644 index 0000000..94caabb --- /dev/null +++ b/source/locale/fr/LC_MESSAGES/networking/static_nat.po @@ -0,0 +1,126 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Administration RTD\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-30 12:52+0200\n" +"PO-Revision-Date: 2016-12-20 22:47+0100\n" +"Language-Team: French (http://www.transifex.com/ke4qqq/apache-cloudstack-" +"administration-rtd/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Last-Translator: \n" +"X-Generator: Poedit 1.8.11\n" + +# 89295dfc645a421eac4401834f1b5564 +#: ../../networking/static_nat.rst:18 +msgid "Static NAT" +msgstr "Static NAT" + +# c3b2d053fab944578298ac1adf46e76e +#: ../../networking/static_nat.rst:20 +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 "" +"Une règle de NAT statique associe une adresse IP publique à l'adresse IP " +"privée d'une VM afin de permettre le trafic Internet vers la machine " +"virtuelle. L'adresse IP publique reste toujours la même, raison pour " +"laquelle cette solution est appelée static NAT. Cette section explique " +"comment activer ou désactiver le static NAT pour une adresse IP " +"particulière." + +# ffe605639e6844fa8170c65805372b4c +#: ../../networking/static_nat.rst:28 +msgid "Enabling or Disabling Static NAT" +msgstr "Activer ou désactiver le Static NAT" + +# 311e1bb870dd43bb98cd7ee6a01f42ca +#: ../../networking/static_nat.rst:30 +msgid "" +"If port forwarding rules are already in effect for an IP address, you " +"cannot enable static NAT to that IP." +msgstr "" +"Si les règles de redirection de port sont déjà mise en oeuvre pour une " +"adresse IP, vous ne pouvez pas activer le static NAT pour cette IP." + +# b89fc2e081874b24b0ad50ed843837e9 +#: ../../networking/static_nat.rst:33 +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 "" +"Si une VM invitée fait partie de plus d'un réseau, les règles de static NAT " +"ne fonctionneront uniquement si elle sont définies sur le réseau par défaut." + +# e6dabe6070464d23926137799673505a +#: ../../networking/static_nat.rst:36 +msgid "Log in to the CloudStack UI as an administrator or end user." +msgstr "" +"Se connecter à l'interface de CloudStack comme administrateur ou " +"utilisateur final." + +# 726614a43cbf4c448770c40822676059 +#: ../../networking/static_nat.rst:38 +msgid "In the left navigation, choose Network." +msgstr "Dans la navigation à gauche, choisissez Réseau." + +# 71505d3318714907a3abd5319833b78e +#: ../../networking/static_nat.rst:40 +msgid "Click the name of the network where you want to work with." +msgstr "Cliquez sur le nom du réseau avec lequel vous souhaitez travailler." + +# 0898722d18384a89a217a7a8e7cb6fbf +#: ../../networking/static_nat.rst:42 +msgid "Click View IP Addresses." +msgstr "Cliquez sur Voir les adresses IP." + +# 5e916ccbf7c94237b104827f38f2ca6a +#: ../../networking/static_nat.rst:44 +msgid "Click the IP address you want to work with." +msgstr "Cliquer sur l'adresse IP avec laquelle vous voulez travailler." + +# 4f5018aad8f14212a2d0c17d955b197a +#: ../../networking/static_nat.rst:46 +msgid "Click the Static NAT |enabledisablenat.png| button." +msgstr "Cliquer sur le bouton Static NAT |enabledisablenat.png|." + +# 001cc2e543c345afb265ff300a5435ca +#: ../../networking/static_nat.rst:48 +msgid "" +"The button toggles between Enable and Disable, depending on whether static " +"NAT is currently enabled for the IP address." +msgstr "" +"Le bouton bascule entre Activer et Désactiver, selon que le static NAT est " +"actuellement activé pour l'adresse IP." + +# 91178f93f90f4135b40823266a6ecb4e +#: ../../networking/static_nat.rst:51 +msgid "" +"If you are enabling static NAT, a dialog appears where you can choose the " +"destination VM and click Apply." +msgstr "" +"Si vous activez le static NAT, une boite de dialogue apparaît dans laquelle " +"vous pouvez choisir la VM cible et cliquer sur Appliquer." http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/using_remote_access.mo ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/using_remote_access.mo b/source/locale/fr/LC_MESSAGES/networking/using_remote_access.mo new file mode 100644 index 0000000..da12de7 Binary files /dev/null and b/source/locale/fr/LC_MESSAGES/networking/using_remote_access.mo differ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/using_remote_access.po ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/using_remote_access.po b/source/locale/fr/LC_MESSAGES/networking/using_remote_access.po new file mode 100644 index 0000000..140aa13 --- /dev/null +++ b/source/locale/fr/LC_MESSAGES/networking/using_remote_access.po @@ -0,0 +1,139 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Administration Documentation 4.8\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-22 13:55+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <l...@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.3.4\n" + +#: ../../networking/using_remote_access.rst:18 +msgid "Using Remote Access VPN" +msgstr "" + +#: ../../networking/using_remote_access.rst +msgid "Clients" +msgstr "" + +#: ../../networking/using_remote_access.rst:27 +msgid "" +"Remote Access VPN connection to VPC or Guest Network to access Instances " +"and applications. This section consider you have enable Remonte acccess " +"VPN, refer to: :ref:`remote-access-vpn`." +msgstr "" + +#: ../../networking/using_remote_access.rst:29 +msgid "When connected to a VPC via VPN, the client have access to all Tiers." +msgstr "" + +#: ../../networking/using_remote_access.rst:31 +msgid "Following information is required to confiture VPN client:" +msgstr "" + +#: ../../networking/using_remote_access.rst:33 +msgid "``Public IP``: source NAT with VPN enabled." +msgstr "" + +#: ../../networking/using_remote_access.rst:34 +msgid "``IPsec pre-shared key``: Provide at the VPN activation." +msgstr "" + +#: ../../networking/using_remote_access.rst:35 +msgid "``Username`` VPN account username." +msgstr "" + +#: ../../networking/using_remote_access.rst:36 +msgid "``Password`` VPN account password." +msgstr "" + +#: ../../networking/using_remote_access.rst:40 +msgid "Mac OSX" +msgstr "" + +#: ../../networking/using_remote_access.rst:42 +msgid "Mac OSX provide native IPsec VPN client." +msgstr "" + +#: ../../networking/using_remote_access.rst:44 +msgid "Into System Preferences -> Network" +msgstr "" + +#: ../../networking/using_remote_access.rst:46 +msgid "Click \"+\" button and add a VPN:" +msgstr "" + +#: ../../networking/using_remote_access.rst:48 +msgid "Interface: VPN" +msgstr "" + +#: ../../networking/using_remote_access.rst:49 +msgid "VPN Type: L2TP over IPSec" +msgstr "" + +#: ../../networking/using_remote_access.rst:50 +msgid "Service Name: (ex: test-vpc1)" +msgstr "" + +#: ../../networking/using_remote_access.rst:56 +msgid "Configure L2TP over IPsec" +msgstr "" + +#: ../../networking/using_remote_access.rst:66 +msgid "Inside Authentication Settings..." +msgstr "" + +#: ../../networking/using_remote_access.rst:72 +msgid "Connect into VPN" +msgstr "" + +#: ../../networking/using_remote_access.rst:74 +msgid "Click Apply to apply Network configuration changes." +msgstr "" + +#: ../../networking/using_remote_access.rst:75 +msgid "Click Connect to initiate VPN connection." +msgstr "" + +#: ../../networking/using_remote_access.rst:83 +msgid "Microsoft Windows 8" +msgstr "" + +#: ../../networking/using_remote_access.rst:85 +msgid "" +"Following instruction have been perform using Windows 8.1 using Native " +"VPN client." +msgstr "" + +#: ../../networking/using_remote_access.rst:87 +msgid "Create network VPN connection" +msgstr "" + +#: ../../networking/using_remote_access.rst:114 +msgid "Configure VPN settings" +msgstr "" + +#: ../../networking/using_remote_access.rst:136 +msgid "Initiate VPN connection" +msgstr "" + http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/a6b15cb9/source/locale/fr/LC_MESSAGES/networking/virtual_private_cloud_config.mo ---------------------------------------------------------------------- diff --git a/source/locale/fr/LC_MESSAGES/networking/virtual_private_cloud_config.mo b/source/locale/fr/LC_MESSAGES/networking/virtual_private_cloud_config.mo new file mode 100644 index 0000000..820af7e Binary files /dev/null and b/source/locale/fr/LC_MESSAGES/networking/virtual_private_cloud_config.mo differ