Changeset e76c814
- Timestamp:
- 09/02/2003 02:24:32 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c364b5a
- Parents:
- 0a1f247
- Location:
- connect/other/pppoe
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/other/pppoe/pppoe-config.xml
r0a1f247 re76c814 17 17 18 18 <para>When configuring your connection, you will need to have your 19 ISP s nameserver information availible, as well as your username and20 password. You will also be asked w ether you want to configure a21 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 handle23 theconnection for you. You can, of course, choose not to install the19 ISP's nameserver information availible, as well as your username and 20 password. You will also be asked whether to configure a dial-on-demand 21 or a constant connection. If your service provider does not charge by 22 the minute, it is usually good to have a bootscript handle the 23 connection for you. You can, of course, choose not to install the 24 24 following script, and start your connection manually with the 25 25 <filename>adsl-start</filename> script.</para> -
connect/other/pppoe/pppoe-desc.xml
r0a1f247 re76c814 18 18 19 19 <sect3><title>adsl-status</title><para>Displays the status of the adsl 20 connection </para></sect3>20 connection.</para></sect3> 21 21 22 22 <sect3><title>adsl-stop</title><para>Stops the client.</para></sect3> 23 23 24 <sect3><title>pppoe</title><para>This is the actualclient 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. 25 Generally it should not be started on it's own.</para></sect3> 26 26 27 27 <sect3><title>pppoe-relay</title><para>Starts the server relay -
connect/other/pppoe/pppoe-exp.xml
r0a1f247 re76c814 2 2 <title>Command explanations</title> 3 3 4 <para>These are the standard instal ation commands that will install into4 <para>These are the standard installation commands that will install into 5 5 the <userinput>/usr</userinput> prefix. You can optionally use the 6 6 <userinput>'go'</userinput> script in the root of the source tree, to 7 run the exact same commands, which are then, im ediately followed by the7 run the exact same commands, which are then, immediately followed by the 8 8 <userinput>adsl-setup</userinput> script.</para> 9 9 -
connect/other/pppoe/pppoe-inst.xml
r0a1f247 re76c814 7 7 ./configure && 8 8 make && 9 make install &&</userinput></screen></para>9 make install</userinput></screen></para> 10 10 11 11 </sect2> -
connect/other/pppoe/pppoe-intro.xml
r0a1f247 re76c814 8 8 Estimated Disk space required: &pppoe-buildsize;</screen> 9 9 10 <para>The Roaring Penguin PPPoE package contains both a client ,and a11 userspace server componenet that runs works with the client. The12 client allows you to connect to large networks that use the PPPoE protocol,13 common among ADSL providers. The server component runs along side the14 client, allowing youconfigure other clients that send out a configuration10 <para>The Roaring Penguin PPPoE package contains both a client and a 11 server componenet that works with the client. The client allows you 12 to connect to large networks that use the PPPoE protocol, common among 13 ADSL providers. The server component runs along side the client, 14 allowing you to configure other clients that send out a configuration 15 15 request.</para> 16 16 … … 19 19 20 20 <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> 21 PPPoE, you need to patch ppp-2.4.1 and re-install using the standard 22 BLFS instructions. The patch can be downloaded from here: 23 <ulink url="&hfile-root;/ppp-2.4.1-pppoe-4.patch"/>. Additional 24 information about kernel mode PPPoE can be found in 25 <filename>rp-pppoe-3.5/doc/KERNEL-MODE-PPPOE</filename>.</para> 24 26 25 27 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.