source: connect/dialup/ppp.xml@ a0f03b0

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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

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