Ignore:
Timestamp:
Mar 2, 2009, 11:45:02 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7a39f29
Parents:
1b896d0
Message:

Update text around the configuration of Static and DHCP IPs.

Location:
BOOK/network/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/dhcp.xml

    r1b896d0 r572d0a6  
    4040</userinput></screen>
    4141
     42    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     43    href="static.xml"
     44    xpointer="xpointer(//*[@os='var-ob'])"/>
     45
     46    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     47    href="static.xml"
     48    xpointer="xpointer(//*[@os='var-s'])"/>
     49
     50    <para>The <envar>DHCP_START</envar> and <envar>DHCP_STOP</envar> variables
     51    arguments that are passed onto <filename>dhcpcd</filename> when starting
     52    and stoppping the service. More information about what can be passed can
     53    be found in the <filename>dhcpcd(8)</filename> man page.</para>
     54
    4255    <para>To configure another Static Interface, Follow <xref linkend="ch-network-static"/>.</para>
    4356
  • BOOK/network/common/static.xml

    r1b896d0 r572d0a6  
    3737EOF</userinput></screen>
    3838
    39     <para>The values of these variables must be changed in every file to match
     39    <para os="var-ob">The values of these variables must be changed in every file to match
    4040    the proper setup. If the <envar>ONBOOT</envar> variable is set to
    4141    <quote>yes</quote> the network script will bring up the Network Interface
     
    4444    be brought up.</para>
    4545
    46     <para>The <envar>SERVICE</envar> variable defines the method used for
     46    <para os="var-s">The <envar>SERVICE</envar> variable defines the method used for
    4747    obtaining the IP address. The CLFS-Bootscripts package has a modular IP
    4848    assignment format, and creating additional files in the <filename
    4949    class="directory">/etc/sysconfig/network-devices/services</filename>
    50     directory allows other IP assignment methods. This is commonly used for
    51     Dynamic Host Configuration Protocol (DHCP), which is addressed in CBLFS.</para>
     50    directory allows other IP assignment methods.</para>
    5251
    5352    <para>The <envar>GATEWAY</envar> variable should contain the default
Note: See TracChangeset for help on using the changeset viewer.