glfs/connect/dialup/ppp.xml
Bruce Dubbs 246c904b82 New XML Part IV (Chapters 13-15)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2298 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-12 01:11:39 +00:00

123 lines
4.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY ppp-download-http "http://ccache.samba.org/ftp/ppp/ppp-&ppp-version;.tar.gz">
<!ENTITY ppp-download-ftp "ftp://ftp.samba.org/pub/ppp/ppp-&ppp-version;.tar.gz">
<!ENTITY ppp-size "757 KB">
<!ENTITY ppp-buildsize "7.4 MB">
<!ENTITY ppp-time "0.13 SBU">
]>
<sect1 id="ppp" xreflabel="PPP-&ppp-version;">
<?dbhtml filename="ppp.html"?>
<title>PPP-&ppp-version;</title>
<sect2>
<title>Introduction to <application><acronym>PPP</acronym></application></title>
<para>The <application><acronym>PPP</acronym></application> package contains
the <command>pppd</command> daemon and the <command>chat</command> program.
This is used for connecting to other machines; often for connecting to
the Internet via a dial-up or <acronym>PPPoE</acronym> connection to an
<acronym>ISP</acronym>.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&ppp-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&ppp-download-ftp;"/></para></listitem>
<listitem><para>Download size: &ppp-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&ppp-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&ppp-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required patch:
<ulink
url="&patch-root;/ppp-&ppp-version;-nobpf-3.patch"/></para></listitem>
</itemizedlist>
</sect3>
<sect3><title><application>ppp</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libpcap"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>PPP</acronym></application></title>
<note><para><application><acronym>PPP</acronym></application> support must be
compiled into the kernel or available as a kernel module.</para></note>
<para>Install <application><acronym>PPP</acronym></application> by running the
following commands:</para>
<screen><userinput><command>patch -Np1 -i ../ppp-&ppp-version;-nobpf-3.patch &amp;&amp;
./configure &amp;&amp;
make ETCDIR=/etc/ppp &amp;&amp;
make ETCDIR=/etc/ppp install</command></userinput></screen>
</sect2>
<sect2>
<title>Configuring <application><acronym>PPP</acronym></application></title>
<sect3><title>Config files</title>
<para><filename>/etc/ppp/*</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para>The <application><acronym>PPP</acronym></application> daemon
requires very little configuration. The main trick is scripting the
connection. This can be done either using the chat program which comes with
this package or by using <xref linkend="wvdial"/>.</para>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>PPP</acronym></application> package contains
the <command>chat</command>,
<command>pppd</command>, <command>pppdump</command> and
<command>pppstats</command> programs.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>chat</title>
<para>The <command>chat</command> program defines a conversational exchange
between the computer and the modem. Its primary purpose is to establish the
connection between the Point-to-Point Protocol Daemon
(<acronym>PPPD</acronym>) and the remote's <command>pppd</command> process.
</para></sect3>
<sect3><title>pppd</title>
<para><command>pppd</command> is the Point to Point Protocol daemon.</para></sect3>
<sect3><title>pppdump</title>
<para><command>pppdump</command> is used to convert
<application><acronym>PPP</acronym></application> record files
to a readable format.</para></sect3>
<sect3><title>pppstats</title>
<para><command>pppstats</command> is used to print
<application><acronym>PPP</acronym></application> statistics.</para></sect3>
</sect2>
</sect1>