source: connect/dialup/ppp.xml@ 7e1f3aa

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 7e1f3aa 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
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">Required</bridgehead>
66 <para role="required"><xref linkend="libpcap"/></para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/ppp"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of PPP</title>
75
76 <note id="ppp-kernel">
77 <para><application>PPP</application> support must be
78 compiled into the kernel or available as a kernel module.</para>
79 </note>
80
81 <indexterm zone="ppp ppp-kernel">
82 <primary sortas="d-PPP-support">PPP support</primary>
83 </indexterm>
84
85 <para>Install <application>PPP</application> by running the
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>
92
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>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <para><command>make install-etcppp</command>: This command puts example
104 configuration files in <filename class="directory">/etc/ppp</filename>.</para>
105
106 </sect2>
107
108 <sect2 role="configuration">
109 <title>Configuring PPP</title>
110
111 <sect3 id="ppp-config">
112 <title>Config Files</title>
113
114 <para><filename>/etc/ppp/*</filename></para>
115
116 <indexterm zone="ppp ppp-config">
117 <primary sortas="e-etc-ppp-star">/etc/ppp/*</primary>
118 </indexterm>
119
120 </sect3>
121
122 <sect3>
123 <title>Configuration Information</title>
124
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
128 this package or by using <xref linkend="wvdial"/>.</para>
129
130 </sect3>
131
132 </sect2>
133
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>
141
142 <seglistitem>
143 <seg>chat, pppd, pppdump, pppoe-discovery and pppstats</seg>
144 <seg>Several plugin modules installed in
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>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="chat">
156 <term><command>chat</command></term>
157 <listitem>
158 <para>defines a conversational exchange between the computer and the
159 modem. Its primary purpose is to establish the connection between the
160 Point-to-Point Protocol Daemon (PPPD) and the remote
161 <command>pppd</command> process.</para>
162 <indexterm zone="ppp chat">
163 <primary sortas="b-chat">chat</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
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>
177
178 <varlistentry id="pppdump">
179 <term><command>pppdump</command></term>
180 <listitem>
181 <para>is used to convert
182 <application>PPP</application> record files to a readable
183 format.</para>
184 <indexterm zone="ppp pppdump">
185 <primary sortas="b-pppdump">pppdump</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="pppstats">
191 <term><command>pppstats</command></term>
192 <listitem>
193 <para>is used to print
194 <application>PPP</application> statistics.</para>
195 <indexterm zone="ppp pppstats">
196 <primary sortas="b-pppstats">pppstats</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.