diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-07-12 20:14:28 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-07-12 20:14:28 +0000 |
commit | 6aaa1b05eb09786ae67d3124f05faf756c7f3732 (patch) | |
tree | 395fb82e020b88f97dc8367ff9fe3062c02e755a /chapter07 | |
parent | 68fc8946a08f7eb9b88c591d527c1522e05c254d (diff) |
* 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
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/network.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 19109c01e..d11e63502 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -37,7 +37,7 @@ The following command creates a sample <filename>ifconfig.eth0</filename> file:< <screen><userinput>cat > /etc/sysconfig/network-devices/ifconfig.eth0 << "EOF" ONBOOT=yes -SERVICE=static +SERVICE=ipv4-static IP=192.168.1.1 GATEWAY=192.168.1.2 NETMASK=255.255.255.0 @@ -75,6 +75,7 @@ following:</para> <screen><userinput>cat > /etc/resolv.conf << "EOF" # Begin /etc/resolv.conf +domain {<replaceable>[Your Domain Name]</replaceable>} nameserver <replaceable>[IP address of your nameserver]</replaceable> # End /etc/resolv.conf |