source: connect/dialup/ppp.xml@ 4f26c54

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 gimp3 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 4f26c54 was 6d4fc00, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Adding automatized scripts generation related tags. Connect part.

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

  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[246c904]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[246c904]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[e72dc56]6
[246c904]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">
[e72dc56]9 <!ENTITY ppp-md5sum "848f6c3cafeb6074ffeb293c3af79b7c">
[637955b]10 <!ENTITY ppp-size "672 KB">
11 <!ENTITY ppp-buildsize "6.2 MB">
[246c904]12 <!ENTITY ppp-time "0.13 SBU">
13]>
14
[f07203c5]15<sect1 id="ppp" xreflabel="PPP-&ppp-version;">
[c99aa38]16 <?dbhtml filename="ppp.html"?>
[4839c17]17
[c99aa38]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[6d4fc00]21 <keywordset>
22 <keyword role="package">ppp-&ppp-version;.tar</keyword>
23 <keyword role="ftptdir">ppp</keyword>
24 </keywordset>
[c99aa38]25 </sect1info>
[4839c17]26
[c99aa38]27 <title>PPP-&ppp-version;</title>
[4839c17]28
[c99aa38]29 <indexterm zone="ppp">
30 <primary sortas="a-PPP">PPP</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to PPP</title>
[4839c17]35
[893d9711]36 <para>The <application>PPP</application> package contains the
[4839c17]37 <command>pppd</command> daemon and the <command>chat</command>
[c99aa38]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>
[4839c17]40
[c99aa38]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>
[4839c17]62
[c99aa38]63 <bridgehead renderas="sect3">PPP Dependencies</bridgehead>
[4839c17]64
[c99aa38]65 <bridgehead renderas="sect4">Required</bridgehead>
[6d4fc00]66 <para role="required"><xref linkend="libpcap"/></para>
[4839c17]67
[c99aa38]68 </sect2>
[4839c17]69
[c99aa38]70 <sect2 role="installation">
71 <title>Installation of PPP</title>
72
73 <note id="ppp-kernel">
[893d9711]74 <para><application>PPP</application> support must be
[c99aa38]75 compiled into the kernel or available as a kernel module.</para>
76 </note>
[4839c17]77
[c99aa38]78 <indexterm zone="ppp ppp-kernel">
79 <primary sortas="d-PPP-support">PPP support</primary>
80 </indexterm>
[4839c17]81
[893d9711]82 <para>Install <application>PPP</application> by running the
[c99aa38]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>
[4839c17]89
[c99aa38]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>
[4839c17]94
[c99aa38]95 </sect2>
[4839c17]96
[c99aa38]97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
[893d9711]100 <para><command>make install-etcppp</command>: This command puts example
[c99aa38]101 configuration files in <filename class="directory">/etc/ppp</filename>.</para>
[4839c17]102
[c99aa38]103 </sect2>
[4839c17]104
[c99aa38]105 <sect2 role="configuration">
106 <title>Configuring PPP</title>
107
108 <sect3 id="ppp-config">
109 <title>Config Files</title>
[4839c17]110
[c99aa38]111 <para><filename>/etc/ppp/*</filename></para>
[4839c17]112
[c99aa38]113 <indexterm zone="ppp ppp-config">
114 <primary sortas="e-etc-ppp-star">/etc/ppp/*</primary>
115 </indexterm>
[4839c17]116
[c99aa38]117 </sect3>
[4839c17]118
[c99aa38]119 <sect3>
120 <title>Configuration Information</title>
[4839c17]121
[893d9711]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
[c99aa38]125 this package or by using <xref linkend="wvdial"/>.</para>
[4839c17]126
[c99aa38]127 </sect3>
[4839c17]128
[c99aa38]129 </sect2>
[4839c17]130
[c99aa38]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>
[4839c17]138
[c99aa38]139 <seglistitem>
140 <seg>chat, pppd, pppdump, pppoe-discovery and pppstats</seg>
[893d9711]141 <seg>Several plugin modules installed in
[c99aa38]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>
[4839c17]146
[c99aa38]147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
[4839c17]151
[c99aa38]152 <varlistentry id="chat">
153 <term><command>chat</command></term>
154 <listitem>
[893d9711]155 <para>defines a conversational exchange between the computer and the
156 modem. Its primary purpose is to establish the connection between the
[919683dc]157 Point-to-Point Protocol Daemon (PPPD) and the remote
[c99aa38]158 <command>pppd</command> process.</para>
159 <indexterm zone="ppp chat">
160 <primary sortas="b-chat">chat</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
[4839c17]164
[c99aa38]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>
[4839c17]174
[c99aa38]175 <varlistentry id="pppdump">
176 <term><command>pppdump</command></term>
177 <listitem>
[893d9711]178 <para>is used to convert
179 <application>PPP</application> record files to a readable
[c99aa38]180 format.</para>
181 <indexterm zone="ppp pppdump">
182 <primary sortas="b-pppdump">pppdump</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
[4839c17]186
[c99aa38]187 <varlistentry id="pppstats">
188 <term><command>pppstats</command></term>
189 <listitem>
[893d9711]190 <para>is used to print
[c99aa38]191 <application>PPP</application> statistics.</para>
192 <indexterm zone="ppp pppstats">
193 <primary sortas="b-pppstats">pppstats</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
[4839c17]197
[c99aa38]198 </variablelist>
199
200 </sect2>
[f45b1953]201
202</sect1>
Note: See TracBrowser for help on using the repository browser.