source: connect/dialup/ppp.xml@ ba41c33

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ba41c33 was ba41c33, checked in by Andrew Benton <andy@…>, 18 years ago

Changed libpcap to an optional dependency and added linux-atm as an optional
dependency of ppp

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

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