Ignore:
Timestamp:
02/10/2005 03:49:22 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e51a0eb2
Parents:
9be6d17
Message:

Added md5sum and indexing tags to dhcpcd instructions; minor corrections to WvDial and DHCP-client instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcp-client.xml

    r9be6d17 r791e96fa  
    3232to first install the network service script,
    3333<filename>/etc/sysconfig/network-devices/services/dhclient</filename>
    34 included in the <xref linkend="intro-important-bootscripts"/> package.</para>
     34included in the <xref linkend="intro-important-bootscripts"/> package
     35(as root).</para>
    3536<indexterm zone="dhcp-client dhclient-service">
    3637<primary sortas="f-dhclient">dhclient (service script)</primary></indexterm>
    3738
    38 <screen><userinput><command>make install-service-dhclient</command></userinput></screen>
     39<screen><userinput role='root'><command>make install-service-dhclient</command></userinput></screen>
    3940
    4041<para id="dhclient-config1">Next, create the
    4142<filename>/etc/sysconfig/network-devices/ifconfig.eth0/dhclient</filename>
    42 configuration file with the following commands.  Adjust as necessary for
    43 additional interfaces.</para>
     43configuration file with the following commands as the root user.  Adjust as
     44necessary for additional interfaces.</para>
    4445<indexterm zone="dhcp-client dhclient-config1">
    4546<primary
     
    4748</indexterm>
    4849
    49 <screen><userinput><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
     50<screen><userinput role='root'><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
    5051cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/dhclient &lt;&lt; "EOF"</command>
    5152ONBOOT="yes"
     
    6162<para id="dhclient-config2">Finally, you should create the
    6263<filename>/etc/dhclient.conf</filename> file using the following
    63 commands:</para> 
     64commands as the root user:</para> 
    6465<indexterm zone="dhcp-client dhclient-config2">
    6566<primary sortas="e-etc-dhclient.conf">/etc/dhclient.conf</primary></indexterm>
     
    6869have more than one interface.</para></note>
    6970
    70 <screen><userinput><command>cat &gt; /etc/dhclient.conf &lt;&lt; "EOF"</command>
     71<screen><userinput role='root'><command>cat &gt; /etc/dhclient.conf &lt;&lt; "EOF"</command>
    7172# dhclient.conf
    7273
Note: See TracChangeset for help on using the changeset viewer.