Changeset 6aaa1b0 for chapter07


Ignore:
Timestamp:
07/12/2004 08:14:28 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.0
Children:
248c920
Parents:
68fc894
Message:
  • Swapped iproute2 in for net-tools (Jim Gifford)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3910 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/network.xml

    r68fc894 r6aaa1b0  
    3838<screen><userinput>cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0 &lt;&lt; "EOF"
    3939ONBOOT=yes
    40 SERVICE=static
     40SERVICE=ipv4-static
    4141IP=192.168.1.1
    4242GATEWAY=192.168.1.2
     
    7676# Begin /etc/resolv.conf
    7777
     78domain {<replaceable>[Your Domain Name]</replaceable>}
    7879nameserver <replaceable>[IP address of your nameserver]</replaceable>
    7980
Note: See TracChangeset for help on using the changeset viewer.