diff --git a/chapter06/netkitbase-inst.xml b/chapter06/netkitbase-inst.xml
new file mode 100644
index 000000000..86d995ef8
--- /dev/null
+++ b/chapter06/netkitbase-inst.xml
@@ -0,0 +1,25 @@
+
+Installation of Netkit-base
+
+
+Install Netkit-base by running the following commands:
+
+
+
+
+ ./configure &&
+ make &&
+ make install &&
+ cd etc.sample &&
+ cp services protocols /etc
+
+
+
+
+There are other files in the etc.sample directory which might be of
+interest to the user.
+
+
+
+
diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml
new file mode 100644
index 000000000..b651472de
--- /dev/null
+++ b/chapter06/nettools-inst.xml
@@ -0,0 +1,21 @@
+
+Installation of Net-tools
+
+
+The Makefile file CFLAGS variable has to be edited
+if compiler optimizations should be added.
+
+
+
+Install Net-tools by running the following commands:
+
+
+
+
+ make &&
+ make install
+
+
+
+
+