[deployment-guide/comm-rel: 279/727] NetConf: +doc, Est. VPN section

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:48:03 UTC 2010


commit 8c848114091f50d0e7db7f14a4bea36057f5af84
Author: Douglas Silas <dhensley at redhat.com>
Date:   Fri Aug 6 14:46:57 2010 +0200

    NetConf: +doc, Est. VPN section
    
    bz478975: continue documenting the Establishing a VPN connection section

 en-US/Network_Configuration.xml |   28 +++++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 3 deletions(-)
---
diff --git a/en-US/Network_Configuration.xml b/en-US/Network_Configuration.xml
index 2fbdac2..62efa1f 100644
--- a/en-US/Network_Configuration.xml
+++ b/en-US/Network_Configuration.xml
@@ -709,13 +709,13 @@ NetworkManager (pid  1527) is running...
       <title>Establishing a VPN Connection</title>
       <!--silas: introductiory info adapted from the RHEL6 Security Guide:
       http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide-Virtual_Private_Networks_VPNs.html-->
-      <para>Connecting to a Virtual Private Network (VPN) enables you to communicate securely between your Local Area Network (LAN), and another, remote LAN. After successfully establishing a VPN connection, a VPN router or gateway performs the following actions upon the packets that you transmit:</para>
+      <para>Connecting to a Virtual Private Network (VPN) enables you to communicate securely between your Local Area Network (LAN), and another, remote LAN. After successfully establishing a VPN connection, a VPN router or gateway performs the following actions upon the packets you transmit:</para>
       <orderedlist>
         <listitem>
           <para>it adds an <firstterm>Authentication Header</firstterm> for routing and authentication purposes;</para>
         </listitem>
         <listitem>
-          <para>it encrypts the packet data; and</para>
+          <para>it encrypts the packet data; and,</para>
         </listitem>
         <listitem>
           <para>it encloses the data with an Encapsulating Security Payload (ESP), which constitutes the decryption and handling instructions.</para>
@@ -724,7 +724,29 @@ NetworkManager (pid  1527) is running...
       <para>The receiving VPN router strips the header information, decrypts the data, and routes it to its intended destination (either a workstation or other node on a network). Using a network-to-network connection, the receiving node on the local network receives the packets already decrypted and ready for processing. The encryption/decryption process in a network-to-network VPN connection is therefore transparent to clients.</para>
       <para>Because they employ several layers of authentication and encryption, VPNs are a secure and effective means of connecting multiple remote nodes to act as a unified intranet. </para>
       <remark>To establish a wireless connection, you need a computer capable of wi-fi connectivity, a wireless access point to connect to, and the passphrase of the access point unless it is open and unsecured.</remark>
-      <para>You can configure a VPN connection by opening the <guilabel>Network Connections</guilabel> window and selecting the <guilabel>tab</guilabel> tab. For more information on opening the <guilabel>Network Connections</guilabel> window via <application>NetworkManager</application>'s Notification Area applet, or by running a shell command, refer to <xref
+      <procedure
+        id="procedure-Adding_a_New_VPN_Connection">
+        <title>Adding a New VPN Connection</title>
+        <para>You can configure a new VPN connection by opening the <guilabel>Network Connections</guilabel> window and selecting the <guilabel>VPN</guilabel> tab. For more information on opening the <guilabel>Network Connections</guilabel> window via <application>NetworkManager</application>'s Notification Area applet, or by running a shell command, refer to <xref
+            linkend="sec-Configuring_New_and_Editing_Existing_Connections"/>.</para>
+        <step>
+          <para>Click the <guibutton>Add</guibutton> button to open the <guilabel>Choose a VPN Connection Type</guilabel> assistant.</para>
+        </step>
+        <step
+          id="Network_Configuration-VPN-step2">
+          <para>Select the type of VPN you are connecting to from the dropdown menu. Here are descriptions of the three VPN types:</para>
+          <para>Cisco Compatible VPN (vpnc) — </para>
+          <para>OpenVPN — </para>
+          <para>Point-to-Point Tunneling Protocol (pptp) — </para>
+          <para>After selecting the correct one, press the <guibutton>Create...</guibutton> button.</para>
+        </step>
+        <step>
+          <para>The <guilabel>Editing VPN Connection <replaceable>1</replaceable>
+            </guilabel> window then appears. This window presents settings customized for the type of VPN connection you selected in <xref
+              linkend="Network_Configuration-VPN-step2"/>.</para>
+        </step>
+      </procedure>
+      <para>You can configure a VPN connection by opening the <guilabel>Network Connections</guilabel> window and selecting the <guilabel>VPN</guilabel> tab. For more information on opening the <guilabel>Network Connections</guilabel> window via <application>NetworkManager</application>'s Notification Area applet, or by running a shell command, refer to <xref
           linkend="sec-Configuring_New_and_Editing_Existing_Connections"/>.</para>
       <remark>image editing a VPN connection; caption: Editing the newly-created VPN connection 1</remark>
       <bridgehead


More information about the docs-commits mailing list