source: connect/dialup/ppp.xml@ 246c904

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 246c904 was 246c904, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

New XML Part IV (Chapters 13-15)

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

  • Property mode set to 100644
File size: 4.0 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-size "757 KB">
10 <!ENTITY ppp-buildsize "7.4 MB">
11 <!ENTITY ppp-time "0.13 SBU">
12]>
13
14<sect1 id="ppp" xreflabel="PPP-&ppp-version;">
15<?dbhtml filename="ppp.html"?>
16<title>PPP-&ppp-version;</title>
17
18<sect2>
19<title>Introduction to <application><acronym>PPP</acronym></application></title>
20
21<para>The <application><acronym>PPP</acronym></application> package contains
22the <command>pppd</command> daemon and the <command>chat</command> program.
23This is used for connecting to other machines; often for connecting to
24the Internet via a dial-up or <acronym>PPPoE</acronym> connection to an
25<acronym>ISP</acronym>.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink
30url="&ppp-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink
32url="&ppp-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &ppp-size;</para></listitem>
34<listitem><para>Estimated Disk space required:
35&ppp-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&ppp-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title>Additional downloads</title>
41<itemizedlist spacing='compact'>
42<listitem><para>Required patch:
43<ulink
44url="&patch-root;/ppp-&ppp-version;-nobpf-3.patch"/></para></listitem>
45</itemizedlist>
46</sect3>
47
48<sect3><title><application>ppp</application> dependencies</title>
49<sect4><title>Required</title>
50<para><xref linkend="libpcap"/></para></sect4>
51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application><acronym>PPP</acronym></application></title>
57
58<note><para><application><acronym>PPP</acronym></application> support must be
59compiled into the kernel or available as a kernel module.</para></note>
60
61<para>Install <application><acronym>PPP</acronym></application> by running the
62following commands:</para>
63
64<screen><userinput><command>patch -Np1 -i ../ppp-&ppp-version;-nobpf-3.patch &amp;&amp;
65./configure &amp;&amp;
66make ETCDIR=/etc/ppp &amp;&amp;
67make ETCDIR=/etc/ppp install</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Configuring <application><acronym>PPP</acronym></application></title>
73
74<sect3><title>Config files</title>
75<para><filename>/etc/ppp/*</filename></para>
76</sect3>
77
78<sect3><title>Configuration Information</title>
79
80<para>The <application><acronym>PPP</acronym></application> daemon
81requires very little configuration. The main trick is scripting the
82connection. This can be done either using the chat program which comes with
83this package or by using <xref linkend="wvdial"/>.</para>
84</sect3>
85
86</sect2>
87
88<sect2>
89<title>Contents</title>
90
91<para>The <application><acronym>PPP</acronym></application> package contains
92the <command>chat</command>,
93<command>pppd</command>, <command>pppdump</command> and
94<command>pppstats</command> programs.</para>
95
96</sect2>
97
98<sect2><title>Description</title>
99
100<sect3><title>chat</title>
101<para>The <command>chat</command> program defines a conversational exchange
102between the computer and the modem. Its primary purpose is to establish the
103connection between the Point-to-Point Protocol Daemon
104(<acronym>PPPD</acronym>) and the remote's <command>pppd</command> process.
105</para></sect3>
106
107<sect3><title>pppd</title>
108<para><command>pppd</command> is the Point to Point Protocol daemon.</para></sect3>
109
110<sect3><title>pppdump</title>
111<para><command>pppdump</command> is used to convert
112<application><acronym>PPP</acronym></application> record files
113to a readable format.</para></sect3>
114
115<sect3><title>pppstats</title>
116<para><command>pppstats</command> is used to print
117<application><acronym>PPP</acronym></application> statistics.</para></sect3>
118
119</sect2>
120
121</sect1>
122
Note: See TracBrowser for help on using the repository browser.