DocBook validation correction

termining a bunch of </para> and </sect2> in order to allow validation.
N.B. script vpn-pppssh should be included with this source and is not
This commit is contained in:
Martin A. Brown 2016-01-17 03:04:31 -08:00
parent ce4fd1c3e5
commit a12b8e145e
1 changed files with 8 additions and 1 deletions

View File

@ -464,6 +464,7 @@ located in either the US or Canada. Therefore, depending on who
you are, obtaining Cerberus ranges from moderately you are, obtaining Cerberus ranges from moderately
difficult to effectively impossible. difficult to effectively impossible.
</para> </para>
</listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -482,6 +483,7 @@ However PPTP is generally considered to have
Probably the best Linux PPTP implementation is PoPToP, found at Probably the best Linux PPTP implementation is PoPToP, found at
<ulink url="http://poptop.lineo.com/">http://poptop.lineo.com/</ulink>. <ulink url="http://poptop.lineo.com/">http://poptop.lineo.com/</ulink>.
</para> </para>
</listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -498,6 +500,7 @@ promising. For more information, the
<ulink url="http://www.linuxdoc.org/HOWTO/mini/Cipe+Masq.html">CIPE-MASQ <ulink url="http://www.linuxdoc.org/HOWTO/mini/Cipe+Masq.html">CIPE-MASQ
Mini-HOWTO</ulink> is a terse but informative read. Mini-HOWTO</ulink> is a terse but informative read.
</para> </para>
</listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
@ -516,7 +519,7 @@ Mini-HOWTO</ulink> is a terse but informative read.
<para> <para>
Because setting up the VPN very much resembles a client-server Because setting up the VPN very much resembles a client-server
transaction, I'll borrow from that terminology to give a name transaction, I'll borrow from that terminology to give a name
to the computer at each end of the tunnel: to the computer at each end of the tunnel:</para>
<variablelist> <variablelist>
@ -1118,6 +1121,7 @@ your settings are being interpreted correctly.
</listitem> </listitem>
</orderedlist> </orderedlist>
</sect2>
<sect2> <sect2>
@ -1557,12 +1561,14 @@ the VPN, I need to run the following command:
<screen> <screen>
# route add -net 192.168.3.0 netmask 255.255.255.0 gw 192.168.1.1 # route add -net 192.168.3.0 netmask 255.255.255.0 gw 192.168.1.1
</screen> </screen>
</para>
<para> <para>
Now, any packet destined for the 192.168.3.0/24 network on the local machine Now, any packet destined for the 192.168.3.0/24 network on the local machine
will be relayed to host 192.168.1.1 on the local network to be forwarded through will be relayed to host 192.168.1.1 on the local network to be forwarded through
the VPN. the VPN.
</para> </para>
</sect2>
<sect2> <sect2>
<title>Routing</title> <title>Routing</title>
@ -1609,6 +1615,7 @@ connected to the client or server to the opposite machine.
May your PPP-SSH VPNs serve you quietly and reliably for many May your PPP-SSH VPNs serve you quietly and reliably for many
years to come. years to come.
</para> </para>
</sect2>
</sect1> </sect1>