source: connect/other/pppoe.xml@ afa198d

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 afa198d was afa198d, checked in by DJ Lucas <dj@…>, 20 years ago

moved to new neworking setup in testing branch

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

  • Property mode set to 100644
File size: 6.9 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 pppoe-download-http "http://www.roaringpenguin.com/products/rp-pppoe/rp-pppoe-&pppoe-version;.tar.gz">
8 <!ENTITY pppoe-download-ftp "ftp://ftp.rutgers.edu/pub/slackware/slackware_source/n/rp-pppoe/rp-pppoe-&pppoe-version;.tar.gz">
9 <!ENTITY pppoe-size "185 KB">
10 <!ENTITY pppoe-buildsize "2.2 MB">
11 <!ENTITY pppoe-time "0.05 SBU">
12]>
13
14<sect1 id="pppoe" xreflabel="RP-PPPoE-&pppoe-version;">
15<?dbhtml filename="pppoe.html"?>
16<title>RP-PPPoE-&pppoe-version;</title>
17
18<sect2>
19<title>Introduction to <application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application></title>
20
21<para>The Roaring Penguin <application><acronym>PPPoE</acronym></application>
22package contains both a client and a server component that works with the
23client. The client allows you to connect to large networks that use the
24<acronym>PPPoE</acronym> protocol, common among <acronym>ADSL</acronym>
25providers. The server component runs alongside the client,
26allowing you to configure other clients that send out a configuration
27request.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&pppoe-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&pppoe-download-ftp;"/></para></listitem>
35<listitem><para>Download size: &pppoe-size;</para></listitem>
36<listitem><para>Estimated Disk space required:
37&pppoe-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&pppoe-time;</para></listitem></itemizedlist>
40</sect3>
41
42<sect3><title><application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application> dependencies</title>
43<sect4><title>Required</title>
44<para><xref linkend="ppp"/></para></sect4>
45</sect3>
46
47
48</sect2>
49
50<sect2>
51<title>Installation of <application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application></title>
52
53<para><emphasis>Note: </emphasis> If you plan on using kernel-mode PPPoE,
54this package is no longer explicitly needed. However, it is recomended
55for ease of configuration. Additional information about kernel mode
56<acronym>PPPoE</acronym> can be found in
57<filename>rp-pppoe-&pppoe-version;/doc/KERNEL-MODE-PPPOE</filename>.</para>
58
59<para>Install <application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application> by running
60the following commands:</para>
61
62<screen><userinput><command>cd src &amp;&amp;
63./configure &amp;&amp;
64make &amp;&amp;
65make install</command></userinput></screen>
66
67</sect2>
68
69<sect2>
70<title>Command explanations</title>
71
72<para>These are the standard installation commands that will install into
73the <filename>/usr</filename> prefix. You can optionally use the
74<command>go</command> script in the root of the source tree, to
75run the same commands, which are then immediately followed by the
76<command>adsl-setup</command> script.</para>
77
78</sect2>
79
80<sect2>
81<title>Configuring <application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application></title>
82
83<sect3><title>Config files</title>
84<para><filename>/etc/ppp/pppoe.conf</filename>,
85<filename>/etc/ppp/firewall-standalone</filename>,
86<filename>/etc/ppp/firewall-masq</filename>,
87<filename>/etc/ppp/pppoe-server-options</filename>,
88<filename>/etc/resolv.conf</filename>,
89<filename>/etc/ppp/pap-seecrets</filename>,
90<filename>/etc/ppp/chap-secrets</filename></para></sect3>
91
92<sect3><title>Configuration Information</title>
93
94<para>To configure <application><acronym>RP</acronym>-<acronym>PPPoE</acronym>
95</application> after installation, you should run the <command>adsl-setup
96</command> script.</para>
97
98<para>When configuring your connection, you will need to have your
99<acronym>ISP</acronym>'s nameserver information available, as well as your
100username and password. You will also be asked whether to configure a
101dial-on-demand or a constant connection. If your service provider does not
102charge by the minute, it is usually good to have a bootscript handle the
103connection for you. You can, of course, choose not to install the
104following script, and start your connection manually with the
105<command>adsl-start</command> script.</para>
106
107<para><emphasis>Optionally</emphasis> install the
108<filename>/etc/sysconfig/network-devices/services/pppoe</filename> service
109script included with the <xref linkend="intro-important-bootscripts"/>
110package.</para>
111
112<screen><userinput><command>make install-service-pppoe</command></userinput></screen>
113
114<para>Now create the config file for use with the <filename>pppoe</filename>
115service script:</para>
116
117<note>If you have previously configured the network interface that
118will now
119use <acronym>PPPoE</acronym>, you should remove the interface
120configuration
121files for that interface:
122<command><userinput>rm /etc/sysconfig/network-devices/ifconfig.eth0/*</userinput></command>.</note>
123
124<screen><userinput><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
125cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/pppoe &lt;&lt; "EOF"</command>
126ONBOOT="yes"
127SERVICE="pppoe"
128<command>EOF</command></userinput></screen>
129
130<!-- A TYPE="[user/kernel]" will be added at a later date when kernel
131mode pppoe is described here. -->
132
133</sect3>
134
135</sect2>
136
137<sect2>
138<title>Contents</title>
139
140<para>The <application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application> package
141contains <command>adsl-setup</command>, <command>adsl-start</command>,
142<command>adsl-status</command>, <command>adsl-stop</command>, <command>
143pppoe</command>, <command>pppoe-relay</command>, <command>pppoe-server
144</command> and <command>pppoe-sniff</command>.</para>
145
146</sect2>
147
148<sect2><title>Description</title>
149
150<sect3><title>adsl-setup</title>
151<para>A script for configuring the client. Configuration is then stored
152in <filename>/etc/ppp/pppoe.conf</filename>.</para></sect3>
153
154<sect3><title>adsl-start</title>
155<para><command>adsl-start</command> starts the client using the options
156specified in <filename>/etc/ppp/pppoe.conf</filename>.</para></sect3>
157
158<sect3><title>adsl-status</title>
159<para><command>adsl-status</command> displays the status of the
160<acronym>ADSL</acronym> connection.</para></sect3>
161
162<sect3><title>adsl-stop</title>
163<para><command>adsl-stop</command> stops the client.</para></sect3>
164
165<sect3><title>pppoe</title>
166<para>This is the client itself. Generally it should not be started on its
167own.</para></sect3>
168
169<sect3><title>pppoe-relay</title>
170<para><command>pppoe-relay</command> starts the server relay agent.</para></sect3>
171
172<sect3><title>pppoe-server</title>
173<para><command>pppoe-server</command> starts the server component.</para></sect3>
174
175<sect3><title>pppoe-sniff</title>
176<para>A small network sniffer designed to assist in setting <envar>PPPOE_EXTRA
177</envar> settings.</para></sect3>
178
179</sect2>
180
181</sect1>
182
Note: See TracBrowser for help on using the repository browser.