source: connect/dialup/ppp.xml@ dd7f181

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 dd7f181 was dd7f181, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the HTTP download link in the PPP instructions

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

  • Property mode set to 100644
File size: 6.2 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 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of PPP</title>
72
73 <note id="ppp-kernel">
74 <para><application>PPP</application> support must be
75 compiled into the kernel or available as a kernel module.</para>
76 </note>
77
78 <indexterm zone="ppp ppp-kernel">
79 <primary sortas="d-PPP-support">PPP support</primary>
80 </indexterm>
81
82 <para>Install <application>PPP</application> by running the
83 following commands:</para>
84
85<screen><userinput>./configure --prefix=/usr &amp;&amp;
86make</userinput></screen>
87
88 <para>This package does not come with a test suite.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role='root'><userinput>make install &amp;&amp;
93make install-etcppp</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><command>make install-etcppp</command>: This command puts example
101 configuration files in <filename class="directory">/etc/ppp</filename>.</para>
102
103 </sect2>
104
105 <sect2 role="configuration">
106 <title>Configuring PPP</title>
107
108 <sect3 id="ppp-config">
109 <title>Config Files</title>
110
111 <para><filename>/etc/ppp/*</filename></para>
112
113 <indexterm zone="ppp ppp-config">
114 <primary sortas="e-etc-ppp-star">/etc/ppp/*</primary>
115 </indexterm>
116
117 </sect3>
118
119 <sect3>
120 <title>Configuration Information</title>
121
122 <para>The <application>PPP</application> daemon requires very little
123 configuration. The main trick is scripting the connection. This can be done
124 either using the <command>chat</command> program which comes with
125 this package or by using <xref linkend="wvdial"/>.</para>
126
127 </sect3>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>chat, pppd, pppdump, pppoe-discovery and pppstats</seg>
141 <seg>Several plugin modules installed in
142 <filename class='directory'>/usr/lib/pppd/2.4.3</filename></seg>
143 <seg>/etc/ppp, /usr/include/pppd and /usr/lib/pppd</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="chat">
153 <term><command>chat</command></term>
154 <listitem>
155 <para>defines a conversational exchange between the computer and the
156 modem. Its primary purpose is to establish the connection between the
157 Point-to-Point Protocol Daemon (PPPD) and the remote
158 <command>pppd</command> process.</para>
159 <indexterm zone="ppp chat">
160 <primary sortas="b-chat">chat</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="pppd">
166 <term><command>pppd</command></term>
167 <listitem>
168 <para>is the Point to Point Protocol daemon.</para>
169 <indexterm zone="ppp pppd">
170 <primary sortas="b-pppd">pppd</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="pppdump">
176 <term><command>pppdump</command></term>
177 <listitem>
178 <para>is used to convert
179 <application>PPP</application> record files to a readable
180 format.</para>
181 <indexterm zone="ppp pppdump">
182 <primary sortas="b-pppdump">pppdump</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="pppstats">
188 <term><command>pppstats</command></term>
189 <listitem>
190 <para>is used to print
191 <application>PPP</application> statistics.</para>
192 <indexterm zone="ppp pppstats">
193 <primary sortas="b-pppstats">pppstats</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.