You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/01/23 05:47:02 UTC

git commit: review comments on vpn on vpc

Updated Branches:
  refs/heads/master 10b8de745 -> 066b07e25


review comments on vpn on 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/066b07e2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/066b07e2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/066b07e2

Branch: refs/heads/master
Commit: 066b07e25c5a1e5a70b89d577d48402a2457bc56
Parents: 10b8de7
Author: radhikap <ra...@citrix.com>
Authored: Thu Jan 23 10:16:37 2014 +0530
Committer: radhikap <ra...@citrix.com>
Committed: Thu Jan 23 10:16:37 2014 +0530

----------------------------------------------------------------------
 en-US/configure-vpn-vpc.xml | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/066b07e2/en-US/configure-vpn-vpc.xml
----------------------------------------------------------------------
diff --git a/en-US/configure-vpn-vpc.xml b/en-US/configure-vpn-vpc.xml
index b962e5c..379b850 100644
--- a/en-US/configure-vpn-vpc.xml
+++ b/en-US/configure-vpn-vpc.xml
@@ -23,6 +23,9 @@
 -->
 <section id="configure-vpn-vpc">
   <title>Configuring Remote Access VPN in VPC</title>
+  <para>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. </para>
   <para>To enable VPN for a VPC:</para>
   <orderedlist>
     <listitem>
@@ -75,7 +78,7 @@
       <para>In the Router node, select Public IP Addresses.</para>
       <para>The IP Addresses page is displayed.</para>
     </listitem>
-       <listitem>
+    <listitem>
       <para>Click Source NAT IP address.</para>
     </listitem>
     <listitem>
@@ -95,9 +98,17 @@
     <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>
+      <para>Select the VPN tab.</para>
     </listitem>
-    <listitem><para>Repeat the same steps to add the VPN users.</para></listitem></orderedlist>
+    <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>