diff options
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index cd1e9ec3c..8a721fb5a 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -30,7 +30,7 @@ <para>If there is only one network interface in the system to be configured, this section is optional, although it will never be wrong to do it. In many cases (e.g. a laptop with a wireless and a wired interface), - accomplishing the configuration in this section is necessary.</para> + accomplishing the configuration in this section is necessary.</para> <para>With Udev and modular network drivers, the network interface numbering is not persistent across reboots by default, because the drivers are loaded @@ -51,7 +51,7 @@ <note><para>In some cases such as when MAC addresess have been assigned to a network card manually or in a virtual environment such as Xen, - the network rules file may not have been generated because addresses + the network rules file may not have been generated because addresses are not consistently assigned. In these cases, just continue to the next section.</para></note> @@ -125,7 +125,7 @@ <filename>ifconfig.xyz</filename>, where <quote>xyz</quote> is meaningful to the administrator such as the device name (e.g. eth0). Inside this file are attributes to this interface, such as its IP - address(es), subnet masks, and so forth. It is necessary that + address(es), subnet masks, and so forth. It is necessary that the stem of the filename be <emphasis>ifconfig</emphasis>.</para> <para>The following command creates a sample file for the @@ -153,7 +153,7 @@ EOF</userinput></screen> <command>ifup</command> and <command>ifdown</command> commands.</para> <para>The <envar>IFACE</envar> variable defines the interface name, - for example, eth0. It is required for all network device configuration + for example, eth0. It is required for all network device configuration files. </para> <para>The <envar>SERVICE</envar> variable defines the method used for |