diff options
Diffstat (limited to 'docs/mcc-help/en/drakvpn.xml')
-rw-r--r-- | docs/mcc-help/en/drakvpn.xml | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/docs/mcc-help/en/drakvpn.xml b/docs/mcc-help/en/drakvpn.xml new file mode 100644 index 00000000..f4379837 --- /dev/null +++ b/docs/mcc-help/en/drakvpn.xml @@ -0,0 +1,83 @@ +<?xml version='1.0' encoding='utf-8'?><section xmlns="http://docbook.org/ns/docbook" xmlns:ns5="http://www.w3.org/1998/Math/MathML" xmlns:ns4="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:ns2="http://www.w3.org/1999/xlink" xmlns:ns="http://docbook.org/ns/docbook" version="5.0" xml:id="drakvpn"> + <info> + <title xml:id="drakvpn-ti1">Configure VPN Connection to secure network + access</title> + + <subtitle>drakvpn</subtitle> + </info> + + <mediaobject> + <imageobject> + <imagedata revision="1" xml:id="drakvpn-im1" align="center" fileref="drakvpn1.png" format="PNG"/> + </imageobject> + </mediaobject> + + <section> + <title>Introduction</title> + + <para>This tool<footnote> + <para>You can start this tool from the command line, by typing + <emphasis role="bold">drakvpn</emphasis> as root.</para> + </footnote> allows to configure secure access to a remote network + establishing a tunnel between the local workstation and the remote + network. We discuss here only of the configuration on the workstation + side. We assume that the remote network is already in operation, and that + you have the connection information from the network administrator, like a + .pcf configuration file .</para> + </section> + + <section> + <title>Configuration</title> + + <para>First, select either Cisco VPN Concentrator or OpenVPN, depending on + which protocol is used for your virtual private network.</para> + + <para>Then give your connection a name.</para> + + <para>At the next screen, provide the details for your VPN + connection.</para> + + <itemizedlist> + <listitem> + <para>For Cisco VPN</para> + </listitem> + </itemizedlist> + + <para><mediaobject> + <imageobject> + <imagedata fileref="drakvpn3.png"/> + </imageobject> + </mediaobject></para> + + <itemizedlist> + <listitem> + <para>For openvpn. The openvpn package and its dependencies will be + installed the first time the tools is used.</para> + + <para><mediaobject> + <imageobject> + <imagedata fileref="drakvpn7.png"/> + </imageobject> + </mediaobject>Select the files that you received from the network + administrator.</para> + + <para>Advanced parameters:</para> + + <mediaobject> + <imageobject> + <imagedata fileref="drakvpn8.png"/> + </imageobject> + </mediaobject> + + <para>The next screen asks for IP-address of the gateway.</para> + </listitem> + </itemizedlist> + + <para>When the parameters are set, you have the option of starting the VPN + connection.</para> + + <para>This VPN connection can be set to start automatically with a network + connection. To do this, reconfigure the network connection to always + connect to this VPN.</para> + </section> +</section>
\ No newline at end of file |