Changeset 1af021dc for connect


Ignore:
Timestamp:
06/01/2004 01:50:18 PM (20 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_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
62e9283
Parents:
aa6dadf8
Message:

grammer changes

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

Location:
connect
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • connect/connect.xml

    raa6dadf8 r1af021dc  
    55<partintro><para>The <acronym>LFS</acronym> book covers setting up networking
    66by connecting to a <acronym>LAN</acronym> with a static
    7 <acronym>IP</acronym>.  There are other methods used to connect to
    8 <acronym>LAN</acronym>'s and other networks (such as the Internet).  We cover
     7<acronym>IP</acronym> address.  There are other methods used to connect to
     8a <acronym>LAN</acronym> and other networks (such as the Internet).  We cover
    99the most popular methods in this chapter.</para></partintro>
    1010
  • connect/dhcp/dhcp-client.xml

    raa6dadf8 r1af021dc  
    44
    55<para>The <application><acronym>DHCP</acronym></application> package comes with
    6 both a client (called <command>dhclient</command>) and a server program for
     6both a client (<command>dhclient</command>) and a server program for
    77using <acronym>DHCP</acronym>.  If you want to install this package,
    88the instructions can be found at <xref linkend="dhcp"/>. 
     
    1616(<command>dhclient</command>).</para>
    1717
    18 <para>To configure <command>dhclient</command>, we need to first install
     18<para>To configure <command>dhclient</command>, you need to first install
    1919the network service script,
    2020<filename>/etc/sysconfig/network-devices/services/dhclient</filename>
     
    3232ONBOOT=yes
    3333DHCP_START="<replaceable>[place appropriate start parameters here]</replaceable>"
    34 DHCP_STOP="-r <replaceable>[add additional stop parameters here]</replaceable>
     34DHCP_STOP="-r <replaceable>[add additional stop parameters here]</replaceable>"
    3535SERVICE=dhclient
    3636<command>EOF</command></userinput></screen>
     
    4141
    4242<para> You should then create
    43 the <filename>/etc/dhclient.conf</filename> using the following
     43<filename>/etc/dhclient.conf</filename> using the following
    4444commands.  Append to the file if you have more than one interface:</para>
    4545
  • connect/dhcp/dhcp.xml

    raa6dadf8 r1af021dc  
    44
    55<para><acronym>DHCP</acronym> stands for Dynamic Host Configuration Protocol. 
    6 It is a protocol which is used by many sites to automatically provide
     6It is a protocol used by many sites to automatically provide
    77information such as <acronym>IP</acronym> addresses, subnet masks and routing
    88information to computers.  If your network uses <acronym>DHCP</acronym>, you
     
    1010<acronym>DHCP</acronym> is also used by some cable modems.</para>
    1111
    12 <para>We currently provide installation instructions for two
     12<para><acronym>BLFS</acronym> currently provides installation instructions for two
    1313<acronym>DHCP</acronym> clients, <command>dhclient</command> (from the
    1414<application>dhcp</application> package) and <command>dhcpcd</command>.
    15 We present both sets of installation instructions which also discuss how
     15<acronym>BLFS</acronym> presents both sets of installation instructions
     16and discuss how
    1617to create an appropriate service script to work with the
    1718<command>network</command> bootscript and the <acronym>DHCP</acronym>
  • connect/dhcp/dhcpcd/dhcpcd-config.xml

    raa6dadf8 r1af021dc  
    77<sect3><title>Configuration Information</title>
    88
    9 <para>To configure <command>dhcpcd</command>, we need to first install
     9<para>To configure <command>dhcpcd</command>, you need to first install
    1010the network service script,
    1111<filename>/etc/sysconfig/network-devices/services/dhcpcd</filename>
     
    1515
    1616<para>Now create the <filename>ifconfig.eth0</filename> configuration
    17 file using the following commands.  Adjust appropriatly for additional
     17file using the following commands.  Adjust appropriately for additional
    1818interfaces.</para>
    1919
  • connect/dhcp/dhcpcd/dhcpcd-exp.xml

    raa6dadf8 r1af021dc  
    1919required during the boot process and
    2020<filename class="directory">/usr</filename> may be network
    21 mounted in which case, <command>dhcpcd</command> wouldn't be available due to
     21mounted, in which case <command>dhcpcd</command> wouldn't be available due to
    2222being on the network!  Therefore, depending on your situation, you may want it
    2323to be installed in <filename class="directory">/sbin</filename> or
     
    2525<filename class="directory">/sbin</filename>.</para>
    2626
    27 <para><parameter>--sysconfdir=/var/lib</parameter>: This command install
     27<para><parameter>--sysconfdir=/var/lib</parameter>: This command installs
    2828configuration files in the <filename class="directory">/var/lib</filename>
    2929directory.</para>
    3030
    3131<para><parameter>--mandir=/usr/share/man</parameter>: This command
    32 install the man pages to the <filename class="directory">/usr/share/man</filename>
     32installs the man pages to the <filename class="directory">/usr/share/man</filename>
    3333directory.</para>
    3434
  • connect/dialup/ppp/ppp-config.xml

    raa6dadf8 r1af021dc  
    88<sect3><title>Configuration Information</title>
    99
    10 <para>The <application><acronym>PPP</acronym></application> daemon itself
     10<para>The <application><acronym>PPP</acronym></application> daemon
    1111requires very little configuration.  The main trick is scripting the
    1212connection.  This can be done either using the chat program which comes with
  • connect/dialup/wvdial/wvdial-config.xml

    raa6dadf8 r1af021dc  
    1111wvdialconf /etc/wvdial.conf</command></userinput></screen>
    1212<para><command>wvdialconf</command> will test that you have a working modem
    13 and try to determine it's exact setup. You will then need to enter your
     13and try to determine its exact setup. You will then need to enter your
    1414<acronym>ISP</acronym>'s phone number, login name and password into the
    1515<filename>/etc/wvdial.conf</filename> file.</para>
     
    1818<screen><userinput><command>wvdial</command></userinput></screen>
    1919
    20 <para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
     20<para>For more information, examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
    2121
    2222</sect3>
  • connect/dialup/wvdial/wvdial-intro.xml

    raa6dadf8 r1af021dc  
    22<title>Introduction to <application>WvDial</application></title>
    33
    4 <para>The <application>WvDial</application> package contains a no nonsense,
     4<para>The <application>WvDial</application> package contains a no-nonsense,
    55quick and easy to use alternative to <command>chat</command> and
    66<command>pppd</command> scripts. If you simply want to dial a modem
  • connect/other/pppoe/pppoe-config.xml

    raa6dadf8 r1af021dc  
    2626<command>adsl-start</command> script.</para>
    2727
    28 <para><emphasis>Optionaly</emphasis> install the
     28<para><emphasis>Optionally</emphasis> install the
    2929<filename>/etc/sysconfig/network-devices/services/pppoe</filename> service
    3030script included with the <xref linkend="intro-important-bootscripts"/>
     
    4141<command>EOF</command></userinput></screen>
    4242
    43 <para>Also, If you had previously configured the network interface that will now
     43<para>Also, if you had previously configured the network interface that will now
    4444use <acronym>PPPoE</acronym>, you should remove the interface configuration
    4545files for that interface:
Note: See TracChangeset for help on using the changeset viewer.