diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/chapter9.xml | 3 | ||||
-rw-r--r-- | chapter07/ethnet.xml | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/chapter07/chapter9.xml b/chapter07/chapter9.xml index 5233eeeef..8004fcc22 100644 --- a/chapter07/chapter9.xml +++ b/chapter07/chapter9.xml @@ -2,7 +2,8 @@ <title>Setting up basic networking</title> &c9-introduction; -&c9-networksoftware; +&c9-netkitbase; +&c9-nettools; &c9-localnet; &c9-network; &c9-hosts; diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml index 3298bd139..7185d1a4b 100644 --- a/chapter07/ethnet.xml +++ b/chapter07/ethnet.xml @@ -162,7 +162,7 @@ Now, new files are created in that directory containing the following. This creates a sample file ifcfg-eth0: </para> -<blockquote><literallayout> +<literallayout> <userinput>cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF</userinput> @@ -173,7 +173,7 @@ NETMASK=255.255.255.0 BROADCAST=192.168.1.255 <userinput>EOF</userinput> -</literallayout></blockquote> +</literallayout> <para> Of course, the values of those four variables have to be changed |