mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Fixed broken download URLs, added md5sum and indexing tags to RP-PPPoE instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3427 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
791e96fa98
commit
e51a0eb21c
@ -4,8 +4,9 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY pppoe-download-http "http://www.roaringpenguin.com/products/rp-pppoe/rp-pppoe-&pppoe-version;.tar.gz">
|
||||
<!ENTITY pppoe-download-ftp "ftp://ftp.rutgers.edu/pub/slackware/slackware_source/n/rp-pppoe/rp-pppoe-&pppoe-version;.tar.gz">
|
||||
<!ENTITY pppoe-download-http "http://www.roaringpenguin.com/penguin/pppoe/rp-pppoe-&pppoe-version;.tar.gz">
|
||||
<!ENTITY pppoe-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/rp-pppoe-&pppoe-version;.tar.gz">
|
||||
<!ENTITY pppoe-md5sum "97972f8f8f6a3ab9b7070333a6a29c4b">
|
||||
<!ENTITY pppoe-size "185 KB">
|
||||
<!ENTITY pppoe-buildsize "2.2 MB">
|
||||
<!ENTITY pppoe-time "0.05 SBU">
|
||||
@ -18,6 +19,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="pppoe.html"?>
|
||||
<title>RP-PPPoE-&pppoe-version;</title>
|
||||
<indexterm zone="pppoe">
|
||||
<primary sortas="a-RP-PPPoE">RP-PPPoE</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to
|
||||
@ -37,6 +40,7 @@ request.</para>
|
||||
url="&pppoe-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&pppoe-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &pppoe-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &pppoe-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&pppoe-buildsize;</para></listitem>
|
||||
@ -44,28 +48,32 @@ url="&pppoe-download-ftp;"/></para></listitem>
|
||||
&pppoe-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application>
|
||||
<sect3><title>
|
||||
<application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application>
|
||||
dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="ppp"/> and
|
||||
<xref linkend="net-tools"/> (you may omit
|
||||
<application>Net-tools</application> by using the following patch to
|
||||
utilize <application><acronym>IP</acronym>Route2</application>: <ulink
|
||||
utilize <application><acronym>IP</acronym>Route2</application>: <ulink
|
||||
url="&patch-root;/rp-pppoe-&pppoe-version;-iproute2-1.patch"/>)</para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="pppoe-kernel">
|
||||
<title>Installation of
|
||||
<application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application></title>
|
||||
<application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application>
|
||||
</title>
|
||||
|
||||
<note><para>If you plan on using kernel-mode <acronym>PPPoE</acronym>,
|
||||
this package is no longer explicitly needed, however, it is recomended
|
||||
for ease of configuration. Additional information about kernel mode
|
||||
<acronym>PPPoE</acronym> can be found in
|
||||
<filename>rp-pppoe-&pppoe-version;/doc/KERNEL-MODE-PPPOE</filename>.</para></note>
|
||||
<indexterm zone="pppoe pppoe-kernel">
|
||||
<primary sortas="d-Kernel-mode-PPPoE">Kernel-mode PPPoE</primary></indexterm>
|
||||
|
||||
<para>Install
|
||||
<application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application> by
|
||||
@ -73,8 +81,11 @@ running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>cd src &&
|
||||
./configure &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -91,16 +102,39 @@ run the same commands, which are then immediately followed by the
|
||||
|
||||
<sect2>
|
||||
<title>Configuring
|
||||
<application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application></title>
|
||||
<application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application>
|
||||
</title>
|
||||
|
||||
<sect3><title>Config files</title>
|
||||
<sect3 id="pppoe-config"><title>Config files</title>
|
||||
<para><filename>/etc/ppp/pppoe.conf</filename>,
|
||||
<filename>/etc/ppp/firewall-standalone</filename>,
|
||||
<filename>/etc/ppp/firewall-masq</filename>,
|
||||
<filename>/etc/ppp/pppoe-server-options</filename>,
|
||||
<filename>/etc/resolv.conf</filename>,
|
||||
<filename>/etc/ppp/pap-seecrets</filename>,
|
||||
<filename>/etc/ppp/chap-secrets</filename></para></sect3>
|
||||
<filename>/etc/ppp/pap-secrets</filename>,
|
||||
<filename>/etc/ppp/chap-secrets</filename></para>
|
||||
<indexterm zone="pppoe pppoe-config"><primary
|
||||
sortas="e-etc-ppp-pppoe.conf">/etc/ppp/pppoe.conf</primary>
|
||||
</indexterm>
|
||||
<indexterm zone="pppoe pppoe-config"><primary
|
||||
sortas="e-etc-ppp-firewall-standalone">/etc/ppp/firewall-standalone</primary>
|
||||
</indexterm>
|
||||
<indexterm zone="pppoe pppoe-config"><primary
|
||||
sortas="e-etc-ppp-firewall-masq">/etc/ppp/firewall-masq</primary>
|
||||
</indexterm>
|
||||
<indexterm zone="pppoe pppoe-config"><primary
|
||||
sortas="e-etc-ppp-pppoe-server-options">/etc/ppp/pppoe-server-options</primary>
|
||||
</indexterm>
|
||||
<indexterm zone="pppoe pppoe-config"><primary
|
||||
sortas="e-etc-resolv.conf">/etc/resolv.conf</primary>
|
||||
</indexterm>
|
||||
<indexterm zone="pppoe pppoe-config"><primary
|
||||
sortas="e-etc-ppp-pap-secrets">/etc/ppp/pap-secrets</primary>
|
||||
</indexterm>
|
||||
<indexterm zone="pppoe pppoe-config"><primary
|
||||
sortas="e-etc-ppp-chap-secrets">/etc/ppp/chap-secrets</primary>
|
||||
</indexterm>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
@ -118,25 +152,31 @@ connection for you. You can, of course, choose not to install the
|
||||
following script, and start your connection manually with the
|
||||
<command>adsl-start</command> script.</para>
|
||||
|
||||
<para><emphasis>Optionally</emphasis> install the
|
||||
<para id="pppoe-init"><emphasis>Optionally</emphasis> install the
|
||||
<filename>/etc/sysconfig/network-devices/services/pppoe</filename> service
|
||||
script included with the <xref linkend="intro-important-bootscripts"/>
|
||||
package.</para>
|
||||
package (as user root).</para>
|
||||
<indexterm zone="pppoe pppoe-init">
|
||||
<primary sortas="f-pppoe-service-script">pppoe (service script)</primary>
|
||||
</indexterm>
|
||||
|
||||
<screen><userinput><command>make install-service-pppoe</command></userinput></screen>
|
||||
<screen><userinput role='root'><command>make install-service-pppoe</command></userinput></screen>
|
||||
|
||||
<para>Now create the config file for use with the <filename>pppoe</filename>
|
||||
service script:</para>
|
||||
<para id="pppoe-config2">Now create the config file for use with the
|
||||
<filename>pppoe</filename> service script (as user root):</para>
|
||||
<indexterm zone="pppoe pppoe-config2">
|
||||
<primary sortas="e-etc-sysconfig-pppoe">/etc/sysconfig/.../pppoe</primary>
|
||||
</indexterm>
|
||||
|
||||
<note><para>If you have previously configured the network interface that
|
||||
will now use <acronym>PPPoE</acronym>, you should remove the interface
|
||||
configuration files for that interface:</para>
|
||||
configuration files for that interface (as user root):</para>
|
||||
|
||||
<para><command><userinput>rm
|
||||
<para><command><userinput role='root'>rm
|
||||
/etc/sysconfig/network-devices/ifconfig.eth0/*</userinput></command></para>
|
||||
</note>
|
||||
|
||||
<screen><userinput><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &&
|
||||
<screen><userinput role='root'><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &&
|
||||
cat > /etc/sysconfig/network-devices/ifconfig.eth0/pppoe << "EOF"</command>
|
||||
ONBOOT="yes"
|
||||
SERVICE="pppoe"
|
||||
@ -151,47 +191,101 @@ mode pppoe is described here. -->
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The
|
||||
<application><acronym>RP</acronym>-<acronym>PPPoE</acronym></application>
|
||||
package contains <command>adsl-setup</command>, <command>adsl-start</command>,
|
||||
<command>adsl-status</command>, <command>adsl-stop</command>, <command>
|
||||
pppoe</command>, <command>pppoe-relay</command>, <command>pppoe-server
|
||||
</command> and <command>pppoe-sniff</command>.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>adsl-connect, adsl-setup, adsl-start, adsl-status, adsl-stop, pppoe,
|
||||
pppoe-relay, pppoe-server and pppoe-sniff</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/etc/ppp/plugins and /usr/share/doc/rp-pppoe-&pppoe-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect3><title>adsl-setup</title>
|
||||
<para>A script for configuring the client. Configuration is then stored
|
||||
in <filename>/etc/ppp/pppoe.conf</filename>.</para></sect3>
|
||||
<varlistentry id="adsl-connect">
|
||||
<term><command>adsl-connect</command></term>
|
||||
<listitem><para>is a shell script which manages an <acronym>ADSL</acronym>
|
||||
connection using the user-space <acronym>PPPoE</acronym> client.</para>
|
||||
<indexterm zone="pppoe adsl-connect">
|
||||
<primary sortas="b-adsl-connect">adsl-connect</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>adsl-start</title>
|
||||
<para><command>adsl-start</command> starts the client using the options
|
||||
specified in <filename>/etc/ppp/pppoe.conf</filename>.</para></sect3>
|
||||
<varlistentry id="adsl-setup">
|
||||
<term><command>adsl-setup</command></term>
|
||||
<listitem><para>is a script for configuring the client. Configuration is
|
||||
then stored in <filename>/etc/ppp/pppoe.conf</filename>.</para>
|
||||
<indexterm zone="pppoe adsl-setup">
|
||||
<primary sortas="b-adsl-setup">adsl-setup</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>adsl-status</title>
|
||||
<para><command>adsl-status</command> displays the status of the
|
||||
<acronym>ADSL</acronym> connection.</para></sect3>
|
||||
<varlistentry id="adsl-start">
|
||||
<term><command>adsl-start</command></term>
|
||||
<listitem><para>starts the client using the options specified in
|
||||
<filename>/etc/ppp/pppoe.conf</filename>.</para>
|
||||
<indexterm zone="pppoe adsl-start">
|
||||
<primary sortas="b-adsl-start">adsl-start</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>adsl-stop</title>
|
||||
<para><command>adsl-stop</command> stops the client.</para></sect3>
|
||||
<varlistentry id="adsl-status">
|
||||
<term><command>adsl-status</command></term>
|
||||
<listitem><para>displays the status of the <acronym>ADSL</acronym>
|
||||
connection.</para>
|
||||
<indexterm zone="pppoe adsl-status">
|
||||
<primary sortas="b-adsl-status">adsl-status</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>pppoe</title>
|
||||
<para>This is the client itself. Generally it should not be started on its
|
||||
own.</para></sect3>
|
||||
<varlistentry id="adsl-stop">
|
||||
<term><command>adsl-stop</command></term>
|
||||
<listitem><para>stops the client.</para>
|
||||
<indexterm zone="pppoe adsl-stop">
|
||||
<primary sortas="b-adsl-stop">adsl-stop</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>pppoe-relay</title>
|
||||
<para><command>pppoe-relay</command> starts the server relay
|
||||
agent.</para></sect3>
|
||||
<varlistentry id="pppoe-prog">
|
||||
<term><command>pppoe</command></term>
|
||||
<listitem><para>is the client program. Generally it should not be started on
|
||||
its own.</para>
|
||||
<indexterm zone="pppoe pppoe-prog">
|
||||
<primary sortas="b-pppoe">pppoe</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>pppoe-server</title>
|
||||
<para><command>pppoe-server</command> starts the server
|
||||
component.</para></sect3>
|
||||
<varlistentry id="pppoe-relay">
|
||||
<term><command>pppoe-relay</command></term>
|
||||
<listitem><para>starts the server relay agent.</para>
|
||||
<indexterm zone="pppoe pppoe-relay">
|
||||
<primary sortas="b-pppoe-relay">pppoe-relay</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>pppoe-sniff</title>
|
||||
<para>A small network sniffer designed to assist in setting
|
||||
<envar>PPPOE_EXTRA</envar> settings.</para></sect3>
|
||||
<varlistentry id="pppoe-server">
|
||||
<term><command>pppoe-server</command></term>
|
||||
<listitem><para>starts the server component.</para>
|
||||
<indexterm zone="pppoe pppoe-server">
|
||||
<primary sortas="b-pppoe-server">pppoe-server</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="pppoe-sniff">
|
||||
<term><command>pppoe-sniff</command></term>
|
||||
<listitem><para>is a small network sniffer designed to assist in setting
|
||||
<envar>PPPOE_EXTRA</envar> settings.</para>
|
||||
<indexterm zone="pppoe pppoe-sniff">
|
||||
<primary sortas="b-pppoe-sniff">pppoe-sniff</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -22,8 +22,8 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>February 10th, 2005 [randy]: Updated to
|
||||
WvStreams-4.0.1</para></listitem>
|
||||
<listitem><para>February 10th, 2005 [randy]: Updated to WvStreams-4.0.1;
|
||||
Fixed broken download URLs in RP-PPPoE instructions</para></listitem>
|
||||
|
||||
<listitem><para>February 9th, 2005 [larry]: Updated MIT krb5 to krb-1.4,
|
||||
incorporated offical patches for autofs and moved cracklib to required in
|
||||
|
Loading…
Reference in New Issue
Block a user