aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/network.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r--chapter07/network.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml
index 97ecf894e..4ec00b6f2 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -121,7 +121,7 @@ EOF</userinput></screen>
<para>Replace eth0 with the correct network interface card
name as described on the beginning of this page.</para>
- <note><para>These procedures require the configuartion files as specified
+ <note><para>These procedures require the configuration files as specified
in the previous section.</para></note>
<note><para>The network card can also be started or stopped
@@ -147,9 +147,12 @@ Address=192.168.0.2/24
Gateway=192.168.0.1
EOF</userinput></screen>
- <para>You can use multiple .network files if desired. You can also specify
- DHCP=yes instead of the Address and Gateway settings. See the man page for
- systemd.network for more details,</para>
+ <para>You can use multiple .network files if desired. You can also specify
+ DHCP=yes instead of the Address and Gateway settings. See the man page for
+ systemd.network for more details,</para>
+
+ <note><para>If this method is used, be sure to disable ifupdown@eth0 as
+ described in the previous section (if it was enabled).</para></note>
</sect2>