Changeset e76c814


Ignore:
Timestamp:
09/02/2003 02:24:32 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c364b5a
Parents:
0a1f247
Message:

DJ's pppoe patch with Bill's correction

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

Location:
connect/other/pppoe
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • connect/other/pppoe/pppoe-config.xml

    r0a1f247 re76c814  
    1717
    1818<para>When configuring your connection, you will need to have your
    19 ISPs nameserver information availible , as well as your username and
    20 password.  You will also be asked wether you want to configure a
    21 dial-on-demand or a constant connection.  If your service provider does
    22 not charge by the minute, it is usually good to have a bootscript handle
    23 the connection for you.  You can, of course, choose not to install the
     19ISP's nameserver information availible, as well as your username and
     20password.  You will also be asked whether to configure a dial-on-demand
     21or a constant connection.  If your service provider does not charge by
     22the minute, it is usually good to have a bootscript handle the
     23connection for you.  You can, of course, choose not to install the
    2424following script, and start your connection manually with the
    2525<filename>adsl-start</filename> script.</para>
  • connect/other/pppoe/pppoe-desc.xml

    r0a1f247 re76c814  
    1818
    1919<sect3><title>adsl-status</title><para>Displays the status of the adsl
    20 connection</para></sect3>
     20connection.</para></sect3>
    2121
    2222<sect3><title>adsl-stop</title><para>Stops the client.</para></sect3>
    2323
    24 <sect3><title>pppoe</title><para>This is the actual client itself.
    25 Generally it should not be started on it's own</para></sect3>
     24<sect3><title>pppoe</title><para>This is the client itself.
     25Generally it should not be started on it's own.</para></sect3>
    2626
    2727<sect3><title>pppoe-relay</title><para>Starts the server relay
  • connect/other/pppoe/pppoe-exp.xml

    r0a1f247 re76c814  
    22<title>Command explanations</title>
    33
    4 <para>These are the standard instalation commands that will install into
     4<para>These are the standard installation commands that will install into
    55the <userinput>/usr</userinput> prefix.  You can optionally use the
    66<userinput>'go'</userinput> script in the root of the source tree, to
    7 run the exact same commands, which are then, imediately followed by the
     7run the exact same commands, which are then, immediately followed by the
    88<userinput>adsl-setup</userinput> script.</para>
    99
  • connect/other/pppoe/pppoe-inst.xml

    r0a1f247 re76c814  
    77./configure &amp;&amp;
    88make &amp;&amp;
    9 make install &amp;&amp;</userinput></screen></para>
     9make install</userinput></screen></para>
    1010
    1111</sect2>
  • connect/other/pppoe/pppoe-intro.xml

    r0a1f247 re76c814  
    88Estimated Disk space required:  &pppoe-buildsize;</screen>
    99
    10 <para>The Roaring Penguin PPPoE package contains both a client, and a
    11 userspace server componenet that runs works with the client. The
    12 client allows you to connect to large networks that use the PPPoE protocol,
    13 common among ADSL providers.  The server component runs along side the
    14 client, allowing you configure other clients that send out a configuration
     10<para>The Roaring Penguin PPPoE package contains both a client and a
     11server componenet that works with the client. The client allows you
     12to connect to large networks that use the PPPoE protocol, common among
     13ADSL providers.  The server component runs along side the client,
     14allowing you to configure other clients that send out a configuration
    1515request.</para>
    1616
     
    1919
    2020<para>In addition, if you plan to use demand dialing, or kernel mode
    21 PPPoE, you need to patch ppp-2.4.1 and re-install.</para>
    22 <para>The patch can be downloaded from here:
    23 <ulink url="&hfile-root;/ppp-2.4.1-pppoe-4.patch"/></para>
     21PPPoE, you need to patch ppp-2.4.1 and re-install using the standard
     22BLFS instructions.  The patch can be downloaded from here:
     23<ulink url="&hfile-root;/ppp-2.4.1-pppoe-4.patch"/>.   Additional
     24information about kernel mode PPPoE can be found in
     25<filename>rp-pppoe-3.5/doc/KERNEL-MODE-PPPOE</filename>.</para>
    2426
    2527</sect2>
Note: See TracChangeset for help on using the changeset viewer.