Ignore:
Timestamp:
09/22/2003 01:54:51 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:
14dd96b5
Parents:
d296551c
Message:

update intro to pppoe and dhcpcd

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

File:
1 edited

Legend:

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

    rd296551c r9d3e4bf  
    11<sect2>
    2 <title>Configuring RP-PPPoE</title>
     2<title>Configuring <application><acronym>RP-PPPoE</acronym></application></title>
    33
    44<sect3><title>Config files</title>
    5 <para><filename>/etc/ppp/pppoe.conf,
    6 /etc/ppp/firewall-standalone,
    7 /etc/ppp/firewall-masq,
    8 /etc/ppp/pppoe-server-options,
    9 /etc/resolv.conf,
    10 /etc/ppp/pap-seecrets,
    11 /etc/ppp/chap-secrets</filename></para></sect3>
     5<para><filename>/etc/ppp/pppoe.conf</filename>,
     6<filename>/etc/ppp/firewall-standalone</filename>,
     7<filename>/etc/ppp/firewall-masq</filename>,
     8<filename>/etc/ppp/pppoe-server-options</filename>,
     9<filename>/etc/resolv.conf</filename>,
     10<filename>/etc/ppp/pap-seecrets</filename>,
     11<filename>/etc/ppp/chap-secrets</filename></para></sect3>
    1212
    1313<sect3><title>Configuration Information</title>
    1414
    15 <para>To configure RP-PPPoE after installation, you should run the
    16 <filename>adsl-setup</filename> script.</para>
     15<para>To configure <application><acronym>RP-PPPoE</acronym></application> after
     16installation, you should run the <command>adsl-setup</command> script.</para>
    1717
    1818<para>When configuring your connection, you will need to have your
    19 ISP's nameserver information available, 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
     19<acronym>ISP</acronym>'s nameserver information available, as well as your
     20username and password.  You will also be asked whether to configure a
     21dial-on-demand or a constant connection.  If your service provider does not
     22charge by the minute, it is usually good to have a bootscript handle the
    2323connection for you.  You can, of course, choose not to install the
    2424following script, and start your connection manually with the
    25 <filename>adsl-start</filename> script.</para>
     25<command>adsl-start</command> script.</para>
    2626
    2727<para>Use the following commands to create the
    2828<emphasis>optional</emphasis> <filename>adsl</filename> bootscript:</para>
    2929
    30 <para><screen><userinput>cat &gt; /etc/rc.d/init.d/adsl &lt;&lt; "EOF"
     30<screen><userinput><command>cat &gt; /etc/rc.d/init.d/adsl &lt;&lt; "EOF"</command>
    3131#!/bin/bash
    3232# Begin $rc_base/init.d/adsl
     
    6969
    7070# End $rc_base/init.d/adsl
    71 EOF
    72 chmod 755 /etc/rc.d/init.d/adsl</userinput></screen></para>
     71<command>EOF
     72chmod 755 /etc/rc.d/init.d/adsl</command></userinput></screen>
    7373
    74 <para>Now create the necessary symlinks:</para>
    75 
    76 <para><screen><userinput>ln -sf ../init.d/adsl /etc/rc.d/rc0.d/K49adsl &amp;&amp;
     74<para>Now create the necessary symlinks:
     75<screen><userinput><command>ln -sf ../init.d/adsl /etc/rc.d/rc0.d/K49adsl &amp;&amp;
    7776ln -sf ../init.d/adsl /etc/rc.d/rc1.d/K49adsl &amp;&amp;
    7877ln -sf ../init.d/adsl /etc/rc.d/rc2.d/K49adsl &amp;&amp;
     
    8079ln -sf ../init.d/adsl /etc/rc.d/rc4.d/S24adsl &amp;&amp;
    8180ln -sf ../init.d/adsl /etc/rc.d/rc5.d/S24adsl &amp;&amp;
    82 ln -sf ../init.d/adsl /etc/rc.d/rc6.d/K49adsl</userinput></screen></para>
     81ln -sf ../init.d/adsl /etc/rc.d/rc6.d/K49adsl</command></userinput></screen></para>
    8382
    8483</sect3>
Note: See TracChangeset for help on using the changeset viewer.