nightmorph    10/07/21 01:10:47

  Modified:             vpnc-howto.xml
  Log:
  update kernel configuration, misc guidexml fixes, reported by tanderson on IRC

Revision  Changes    Path
1.9                  xml/htdocs/doc/en/vpnc-howto.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vpnc-howto.xml?r1=1.8&r2=1.9

Index: vpnc-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vpnc-howto.xml      29 Nov 2008 00:03:23 -0000      1.8
+++ vpnc-howto.xml      21 Jul 2010 01:10:47 -0000      1.9
@@ -1,9 +1,8 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.8 
2008/11/29 00:03:23 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vpnc-howto.xml,v 1.9 
2010/07/21 01:10:47 nightmorph Exp $ -->
 
-<guide link="/doc/en/vpnc-howto.xml">
-
+<guide>
 <title>Gentoo vpnc HOWTO</title>
 
 <author title="Author">
@@ -18,6 +17,9 @@
 <author title="Contributor">
   <mail link="fisc...@unix-ag.uni-kl.de">Thomas Fischer</mail>
 </author>
+<author title="Editor">
+  <mail link="nightmorph"/>
+</author>
 
 <abstract>
 This document details how to connect your workstation to a Cisco VPN
@@ -28,8 +30,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.5</version>
-<date>2008-01-23</date>
+<version>2</version>
+<date>2010-07-20</date>
 
 <chapter>
 <title>Introduction</title>
@@ -138,7 +140,7 @@
 
 <pre caption="Configuration location in the kernel configuration dialog">
 Device Drivers  ---&gt;
-  Networking support  ---&gt;
+  Network device support  ---&gt;
     [*] Universal TUN/TAP device driver support
 </pre>
 
@@ -412,7 +414,6 @@
           TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:500
           RX bytes:60 (60.0 b)  TX bytes:616 (616.0 b)
-
 </pre>
 
 <pre caption="Sample routing modifications made by vpnc">
@@ -783,9 +784,9 @@
 If you need to connect to a Windows machine which doesn't have a DNS entry, and
 you know the address of an available WINS server, you can use a tool called
 <c>nmblookup</c> to query the WINS server for the host name of the machine you
-want to connect to. Unfortunately, you have to install samba to get it, but if
-you are going to be working with boxes running Windows you might as well want
-to install samba, because it includes several other useful tools.
+want to connect to. Unfortunately, you have to install <c>samba</c> to get it,
+but if you are going to be working with boxes running Windows you might as well
+want to install samba, because it includes several other useful tools.
 </p>
 
 <pre caption="Installing samba">
@@ -810,15 +811,15 @@
 <body>
 
 <p>
-The custom-made scripts for the init.d file can be used to setup a user-defined
-routing for the vpnc connection. The examples below show how to setup the
-routing table so that only connections to 123.234.x.x are routed over the VPN
-and all other connections use the default gateway. The example uses
+The custom-made scripts for the <path>init.d</path> file can be used to setup a
+user-defined routing for the vpnc connection. The examples below show how to
+setup the routing table so that only connections to 123.234.x.x are routed over
+the VPN and all other connections use the default gateway. The example uses
 work-preup.sh to save the current default gateway before starting vpnc (which
 resets the default gateway using the VPN connection). Once vpnc has been
-started, work-postup.sh deletes this new default gateway, restores the old
-default gateway and sets the route for all connections to 123.234.x.x to use
-the vpnc connection.
+started, <path>work-postup.sh</path> deletes this new default gateway, restores
+the old default gateway and sets the route for all connections to 123.234.x.x 
to
+use the vpnc connection.
 </p>
 
 <pre caption="/etc/vpnc/scripts.d/work-preup.sh">




Reply via email to