source: connect/dialup/ppp.xml@ e72dc56

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 e72dc56 was e72dc56, checked in by Randy McMurchy <randy@…>, 19 years ago

Added index tags and md5sums to PPP

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

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY ppp-download-http "http://ccache.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<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="ppp.html"?>
21<title>PPP-&ppp-version;</title>
22<indexterm zone="ppp">
23<primary sortas="a-PPP">PPP</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application><acronym>PPP</acronym></application></title>
27
28<para>The <application><acronym>PPP</acronym></application> package contains
29the <command>pppd</command> daemon and the <command>chat</command> program.
30This is used for connecting to other machines; often for connecting to
31the Internet via a dial-up or <acronym>PPPoE</acronym> connection to an
32<acronym>ISP</acronym>.</para>
33
34<sect3><title>Package information</title>
35<itemizedlist spacing='compact'>
36<listitem><para>Download (HTTP): <ulink
37url="&ppp-download-http;"/></para></listitem>
38<listitem><para>Download (FTP): <ulink
39url="&ppp-download-ftp;"/></para></listitem>
40<listitem><para>Download MD5 sum: &ppp-md5sum;</para></listitem>
41<listitem><para>Download size: &ppp-size;</para></listitem>
42<listitem><para>Estimated disk space required:
43&ppp-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&ppp-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title><application>ppp</application> dependencies</title>
49<sect4><title>Required</title>
50<para><xref linkend="libpcap"/></para>
51</sect4>
52</sect3>
53
54</sect2>
55
56<sect2 id="ppp-kernel">
57<title>Installation of <application><acronym>PPP</acronym></application></title>
58
59<note><para><application><acronym>PPP</acronym></application> support must be
60compiled into the kernel or available as a kernel module.</para></note>
61<indexterm zone="ppp ppp-kernel">
62<primary sortas="d-PPP-support">PPP support</primary></indexterm>
63
64<para>Install <application><acronym>PPP</acronym></application> by running the
65following commands:</para>
66
67<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
68make</command></userinput></screen>
69
70<para>Now, as the root user:</para>
71
72<screen><userinput role='root'><command>make install &amp;&amp;
73make install-etcppp</command></userinput></screen>
74
75</sect2>
76
77<sect2>
78<title>Command explanations</title>
79
80<para><command>make install-etcppp</command>: This command puts example
81configuration files in <filename class="directory">/etc/ppp</filename>.</para>
82
83</sect2>
84
85<sect2>
86<title>Configuring <application><acronym>PPP</acronym></application></title>
87
88<sect3 id="ppp-config"><title>Config files</title>
89<para><filename>/etc/ppp/*</filename></para>
90<indexterm zone="ppp ppp-config">
91<primary sortas="e-etc-ppp-star">/etc/ppp/*</primary></indexterm>
92</sect3>
93
94<sect3><title>Configuration Information</title>
95
96<para>The <application><acronym>PPP</acronym></application> daemon requires
97very little configuration. The main trick is scripting the connection. This
98can be done either using the <command>chat</command> program which comes with
99this package or by using <xref linkend="wvdial"/>.</para>
100</sect3>
101
102</sect2>
103
104<sect2>
105<title>Contents</title>
106
107<segmentedlist>
108<segtitle>Installed Programs</segtitle>
109<segtitle>Installed Libraries</segtitle>
110<segtitle>Installed Directories</segtitle>
111
112<seglistitem>
113<seg>chat, pppd, pppdump, pppoe-discovery and pppstats</seg>
114<seg>Several plugin modules installed in
115<filename class='directory'>/usr/lib/pppd/2.4.3</filename></seg>
116<seg>/etc/ppp, /usr/include/pppd and /usr/lib/pppd</seg>
117</seglistitem>
118</segmentedlist>
119
120<variablelist>
121<bridgehead renderas="sect3">Short Descriptions</bridgehead>
122<?dbfo list-presentation="list"?>
123
124<varlistentry id="chat">
125<term><command>chat</command></term>
126<listitem><para>defines a conversational exchange between the computer and the
127modem. Its primary purpose is to establish the connection between the
128Point-to-Point Protocol Daemon (<acronym>PPPD</acronym>) and the remote's
129<command>pppd</command> process.</para>
130<indexterm zone="ppp chat">
131<primary sortas="b-chat">chat</primary>
132</indexterm></listitem>
133</varlistentry>
134
135<varlistentry id="pppd">
136<term><command>pppd</command></term>
137<listitem><para>is the Point to Point Protocol daemon.</para>
138<indexterm zone="ppp pppd">
139<primary sortas="b-pppd">pppd</primary>
140</indexterm></listitem>
141</varlistentry>
142
143<varlistentry id="pppdump">
144<term><command>pppdump</command></term>
145<listitem><para>is used to convert
146<application><acronym>PPP</acronym></application> record files to a readable
147format.</para>
148<indexterm zone="ppp pppdump">
149<primary sortas="b-pppdump">pppdump</primary>
150</indexterm></listitem>
151</varlistentry>
152
153<varlistentry id="pppstats">
154<term><command>pppstats</command></term>
155<listitem><para>is used to print
156<application><acronym>PPP</acronym></application> statistics.</para>
157<indexterm zone="ppp pppstats">
158<primary sortas="b-pppstats">pppstats</primary>
159</indexterm></listitem>
160</varlistentry>
161</variablelist>
162
163</sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.