From e76c814661d4f0d738acb85aed5c71d9f5333151 Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Tue, 2 Sep 2003 02:24:32 +0000 Subject: [PATCH] DJ's pppoe patch with Bill's correction git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1018 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- connect/other/pppoe/pppoe-config.xml | 10 +++++----- connect/other/pppoe/pppoe-desc.xml | 6 +++--- connect/other/pppoe/pppoe-exp.xml | 4 ++-- connect/other/pppoe/pppoe-inst.xml | 2 +- connect/other/pppoe/pppoe-intro.xml | 18 ++++++++++-------- 5 files changed, 21 insertions(+), 19 deletions(-) diff --git a/connect/other/pppoe/pppoe-config.xml b/connect/other/pppoe/pppoe-config.xml index 0d45e54f95..1c8a8a92bc 100644 --- a/connect/other/pppoe/pppoe-config.xml +++ b/connect/other/pppoe/pppoe-config.xml @@ -16,11 +16,11 @@ adsl-setup script. When configuring your connection, you will need to have your -ISPs nameserver information availible , as well as your username and -password. You will also be asked wether you want to configure a -dial-on-demand or a constant connection. If your service provider does -not charge by the minute, it is usually good to have a bootscript handle -the connection for you. You can, of course, choose not to install the +ISP's nameserver information availible, as well as your username and +password. You will also be asked whether to configure a dial-on-demand +or a constant connection. If your service provider does not charge by +the minute, it is usually good to have a bootscript handle the +connection for you. You can, of course, choose not to install the following script, and start your connection manually with the adsl-start script. diff --git a/connect/other/pppoe/pppoe-desc.xml b/connect/other/pppoe/pppoe-desc.xml index 2a9ea8bbd5..169c979beb 100644 --- a/connect/other/pppoe/pppoe-desc.xml +++ b/connect/other/pppoe/pppoe-desc.xml @@ -17,12 +17,12 @@ in /etc/ppp/pppoe.conf. specified in /etc/ppp/pppoe.conf. adsl-statusDisplays the status of the adsl -connection +connection. adsl-stopStops the client. -pppoeThis is the actual client itself. -Generally it should not be started on it's own +pppoeThis is the client itself. +Generally it should not be started on it's own. pppoe-relayStarts the server relay agent. diff --git a/connect/other/pppoe/pppoe-exp.xml b/connect/other/pppoe/pppoe-exp.xml index ec28cf5491..84d8a7eadc 100644 --- a/connect/other/pppoe/pppoe-exp.xml +++ b/connect/other/pppoe/pppoe-exp.xml @@ -1,10 +1,10 @@ Command explanations -These are the standard instalation commands that will install into +These are the standard installation commands that will install into the /usr prefix. You can optionally use the 'go' script in the root of the source tree, to -run the exact same commands, which are then, imediately followed by the +run the exact same commands, which are then, immediately followed by the adsl-setup script. diff --git a/connect/other/pppoe/pppoe-inst.xml b/connect/other/pppoe/pppoe-inst.xml index bee87b47ac..702c6687d7 100644 --- a/connect/other/pppoe/pppoe-inst.xml +++ b/connect/other/pppoe/pppoe-inst.xml @@ -6,7 +6,7 @@ cd src && ./configure && make && -make install && +make install diff --git a/connect/other/pppoe/pppoe-intro.xml b/connect/other/pppoe/pppoe-intro.xml index 64f02af023..41870cf724 100644 --- a/connect/other/pppoe/pppoe-intro.xml +++ b/connect/other/pppoe/pppoe-intro.xml @@ -7,19 +7,21 @@ Version used: &pppoe-version; Package size: &pppoe-size; Estimated Disk space required: &pppoe-buildsize; -The Roaring Penguin PPPoE package contains both a client, and a -userspace server componenet that runs works with the client. The -client allows you to connect to large networks that use the PPPoE protocol, -common among ADSL providers. The server component runs along side the -client, allowing you configure other clients that send out a configuration +The Roaring Penguin PPPoE package contains both a client and a +server componenet that works with the client. The client allows you +to connect to large networks that use the PPPoE protocol, common among +ADSL providers. The server component runs along side the client, +allowing you to configure other clients that send out a configuration request. RP-PPPoE depends on: In addition, if you plan to use demand dialing, or kernel mode -PPPoE, you need to patch ppp-2.4.1 and re-install. -The patch can be downloaded from here: - +PPPoE, you need to patch ppp-2.4.1 and re-install using the standard +BLFS instructions. The patch can be downloaded from here: +. Additional +information about kernel mode PPPoE can be found in +rp-pppoe-3.5/doc/KERNEL-MODE-PPPOE.