Changeset 287a4e78 for chapter07


Ignore:
Timestamp:
07/14/2004 08:52:08 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.0
Children:
84988c0
Parents:
15afe874
Message:
  • Fixed a couple of issues with the network configuration

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/network.xml

    r15afe874 r287a4e78  
    3939<filename>eth0</filename> device:</para>
    4040
    41 <screen><userinput>cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/ipv4 &lt;&lt; "EOF"
     41<screen><userinput>cd /etc/sysconfig/network-devices &amp;&amp;
     42mkdir ifconfig.eth0 &amp;&amp;
     43cat &gt; ifconfig.eth0/ipv4 &lt;&lt; "EOF"
    4244ONBOOT=yes
    4345SERVICE=ipv4-static
    4446IP=192.168.1.1
    4547GATEWAY=192.168.1.2
    46 NETMASK=255.255.255.0
     48NETMASK=24
    4749BROADCAST=192.168.1.255
    4850EOF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.