Updated Branches: refs/heads/master 4c078b34b -> 351cf1a8c
CLOUDSTACK-5287 remote access VPN in VPC Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/351cf1a8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/351cf1a8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/351cf1a8 Branch: refs/heads/master Commit: 351cf1a8c5e5a115ebb0094ce6df1000d6848286 Parents: 4c078b3 Author: radhikap <[email protected]> Authored: Tue Dec 3 17:13:03 2013 +0530 Committer: radhikap <[email protected]> Committed: Tue Dec 3 17:13:03 2013 +0530 ---------------------------------------------------------------------- en-US/configure-vpn-vpc.xml | 103 +++++++++++++++++++++++++++++++++++++++ en-US/vpn.xml | 1 + 2 files changed, 104 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/351cf1a8/en-US/configure-vpn-vpc.xml ---------------------------------------------------------------------- diff --git a/en-US/configure-vpn-vpc.xml b/en-US/configure-vpn-vpc.xml new file mode 100644 index 0000000..b962e5c --- /dev/null +++ b/en-US/configure-vpn-vpc.xml @@ -0,0 +1,103 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent"> +%BOOK_ENTITIES; +]> + +<!-- 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. +--> +<section id="configure-vpn-vpc"> + <title>Configuring Remote Access VPN in VPC</title> + <para>To enable VPN for a VPC:</para> + <orderedlist> + <listitem> + <para>Log in as a user or administrator to the &PRODUCT; UI.</para> + </listitem> + <listitem> + <para>In the left navigation, click Network.</para> + </listitem> + <listitem> + <para>In the Select view, select VPC.</para> + <para>All the VPCs that you have created for the account is listed in the page.</para> + </listitem> + <listitem> + <para>Click the Configure button of the VPC.</para> + <para>For each tier, the following options are displayed:</para> + <itemizedlist> + <listitem> + <para>Internal LB</para> + </listitem> + <listitem> + <para>Public LB IP</para> + </listitem> + <listitem> + <para>Static NAT</para> + </listitem> + <listitem> + <para>Virtual Machines</para> + </listitem> + <listitem> + <para>CIDR</para> + </listitem> + </itemizedlist> + <para>The following router information is displayed:</para> + <itemizedlist> + <listitem> + <para>Private Gateways</para> + </listitem> + <listitem> + <para>Public IP Addresses</para> + </listitem> + <listitem> + <para>Site-to-Site VPNs</para> + </listitem> + <listitem> + <para>Network ACL Lists</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> + <para>In the Router node, select Public IP Addresses.</para> + <para>The IP Addresses page is displayed.</para> + </listitem> + <listitem> + <para>Click Source NAT IP address.</para> + </listitem> + <listitem> + <para>Click the Enable VPN button. <inlinemediaobject> + <imageobject> + <imagedata fileref="./images/vpn-icon.png"/> + </imageobject> + <textobject> + <phrase>vpn-icon.png: button to enable VPN</phrase> + </textobject> + </inlinemediaobject></para> + <para>Click OK to confirm. The IPsec key is displayed in a pop-up window.</para> + </listitem> + </orderedlist> + <para>Now, you need to add the VPN users.</para> + <orderedlist> + <listitem> + <para>Click the Source NAT IP.</para> + </listitem> + <listitem><para>Select the VPN tab.</para></listitem> + <listitem><para>Add the username and the corresponding password of the user you wanted to add.</para></listitem> + <listitem><para>Click Add.</para> + </listitem> + <listitem><para>Repeat the same steps to add the VPN users.</para></listitem></orderedlist> +</section> http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/351cf1a8/en-US/vpn.xml ---------------------------------------------------------------------- diff --git a/en-US/vpn.xml b/en-US/vpn.xml index 1f8098c..00129f9 100644 --- a/en-US/vpn.xml +++ b/en-US/vpn.xml @@ -56,6 +56,7 @@ </listitem> </itemizedlist> <xi:include href="configure-vpn.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <xi:include href="configure-vpn-vpc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="using-vpn-with-windows.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="using-vpn-with-mac.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="site-to-site-vpn.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
