source: connect/dialup/ppp.xml@ e8713084

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e8713084 was 7e1f3aa, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5830 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[246c904]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[246c904]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[e72dc56]6
[dd7f181]7 <!ENTITY ppp-download-http "http://samba.org/ftp/ppp/ppp-&ppp-version;.tar.gz">
[246c904]8 <!ENTITY ppp-download-ftp "ftp://ftp.samba.org/pub/ppp/ppp-&ppp-version;.tar.gz">
[e72dc56]9 <!ENTITY ppp-md5sum "848f6c3cafeb6074ffeb293c3af79b7c">
[637955b]10 <!ENTITY ppp-size "672 KB">
11 <!ENTITY ppp-buildsize "6.2 MB">
[246c904]12 <!ENTITY ppp-time "0.13 SBU">
13]>
14
[f07203c5]15<sect1 id="ppp" xreflabel="PPP-&ppp-version;">
[c99aa38]16 <?dbhtml filename="ppp.html"?>
[4839c17]17
[c99aa38]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[6d4fc00]21 <keywordset>
22 <keyword role="package">ppp-&ppp-version;.tar</keyword>
[fa64a0e3]23 <keyword role="ftpdir">ppp</keyword>
[6d4fc00]24 </keywordset>
[c99aa38]25 </sect1info>
[4839c17]26
[c99aa38]27 <title>PPP-&ppp-version;</title>
[4839c17]28
[c99aa38]29 <indexterm zone="ppp">
30 <primary sortas="a-PPP">PPP</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to PPP</title>
[4839c17]35
[893d9711]36 <para>The <application>PPP</application> package contains the
[4839c17]37 <command>pppd</command> daemon and the <command>chat</command>
[c99aa38]38 program. This is used for connecting to other machines; often for connecting to
39 the Internet via a dial-up or PPPoE connection to an ISP.</para>
[4839c17]40
[c99aa38]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&ppp-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&ppp-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &ppp-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &ppp-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &ppp-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &ppp-time;</para>
60 </listitem>
61 </itemizedlist>
[4839c17]62
[c99aa38]63 <bridgehead renderas="sect3">PPP Dependencies</bridgehead>
[4839c17]64
[c99aa38]65 <bridgehead renderas="sect4">Required</bridgehead>
[6d4fc00]66 <para role="required"><xref linkend="libpcap"/></para>
[4839c17]67
[7e1f3aa]68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/ppp"/></para>
70
[c99aa38]71 </sect2>
[4839c17]72
[c99aa38]73 <sect2 role="installation">
74 <title>Installation of PPP</title>
75
76 <note id="ppp-kernel">
[893d9711]77 <para><application>PPP</application> support must be
[c99aa38]78 compiled into the kernel or available as a kernel module.</para>
79 </note>
[4839c17]80
[c99aa38]81 <indexterm zone="ppp ppp-kernel">
82 <primary sortas="d-PPP-support">PPP support</primary>
83 </indexterm>
[4839c17]84
[893d9711]85 <para>Install <application>PPP</application> by running the
[c99aa38]86 following commands:</para>
87
88<screen><userinput>./configure --prefix=/usr &amp;&amp;
89make</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
[4839c17]92
[c99aa38]93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role='root'><userinput>make install &amp;&amp;
96make install-etcppp</userinput></screen>
[4839c17]97
[c99aa38]98 </sect2>
[4839c17]99
[c99aa38]100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
[893d9711]103 <para><command>make install-etcppp</command>: This command puts example
[c99aa38]104 configuration files in <filename class="directory">/etc/ppp</filename>.</para>
[4839c17]105
[c99aa38]106 </sect2>
[4839c17]107
[c99aa38]108 <sect2 role="configuration">
109 <title>Configuring PPP</title>
110
111 <sect3 id="ppp-config">
112 <title>Config Files</title>
[4839c17]113
[c99aa38]114 <para><filename>/etc/ppp/*</filename></para>
[4839c17]115
[c99aa38]116 <indexterm zone="ppp ppp-config">
117 <primary sortas="e-etc-ppp-star">/etc/ppp/*</primary>
118 </indexterm>
[4839c17]119
[c99aa38]120 </sect3>
[4839c17]121
[c99aa38]122 <sect3>
123 <title>Configuration Information</title>
[4839c17]124
[893d9711]125 <para>The <application>PPP</application> daemon requires very little
126 configuration. The main trick is scripting the connection. This can be done
127 either using the <command>chat</command> program which comes with
[c99aa38]128 this package or by using <xref linkend="wvdial"/>.</para>
[4839c17]129
[c99aa38]130 </sect3>
[4839c17]131
[c99aa38]132 </sect2>
[4839c17]133
[c99aa38]134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
[4839c17]141
[c99aa38]142 <seglistitem>
143 <seg>chat, pppd, pppdump, pppoe-discovery and pppstats</seg>
[893d9711]144 <seg>Several plugin modules installed in
[c99aa38]145 <filename class='directory'>/usr/lib/pppd/2.4.3</filename></seg>
146 <seg>/etc/ppp, /usr/include/pppd and /usr/lib/pppd</seg>
147 </seglistitem>
148 </segmentedlist>
[4839c17]149
[c99aa38]150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
[4839c17]154
[c99aa38]155 <varlistentry id="chat">
156 <term><command>chat</command></term>
157 <listitem>
[893d9711]158 <para>defines a conversational exchange between the computer and the
159 modem. Its primary purpose is to establish the connection between the
[919683dc]160 Point-to-Point Protocol Daemon (PPPD) and the remote
[c99aa38]161 <command>pppd</command> process.</para>
162 <indexterm zone="ppp chat">
163 <primary sortas="b-chat">chat</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
[4839c17]167
[c99aa38]168 <varlistentry id="pppd">
169 <term><command>pppd</command></term>
170 <listitem>
171 <para>is the Point to Point Protocol daemon.</para>
172 <indexterm zone="ppp pppd">
173 <primary sortas="b-pppd">pppd</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
[4839c17]177
[c99aa38]178 <varlistentry id="pppdump">
179 <term><command>pppdump</command></term>
180 <listitem>
[893d9711]181 <para>is used to convert
182 <application>PPP</application> record files to a readable
[c99aa38]183 format.</para>
184 <indexterm zone="ppp pppdump">
185 <primary sortas="b-pppdump">pppdump</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
[4839c17]189
[c99aa38]190 <varlistentry id="pppstats">
191 <term><command>pppstats</command></term>
192 <listitem>
[893d9711]193 <para>is used to print
[c99aa38]194 <application>PPP</application> statistics.</para>
195 <indexterm zone="ppp pppstats">
196 <primary sortas="b-pppstats">pppstats</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
[4839c17]200
[c99aa38]201 </variablelist>
202
203 </sect2>
[f45b1953]204
205</sect1>
Note: See TracBrowser for help on using the repository browser.