summaryrefslogtreecommitdiff
path: root/network/netkit/README
diff options
context:
space:
mode:
authorMurat D. Kadirov <banderols@gmail.com>2010-05-11 22:54:59 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:54:59 +0200
commited02b9b2702084701a64a2930fd59af568277f6e (patch)
treebe8214f8da921464fb52f30ebdfcd60a7ba553b6 /network/netkit/README
parent3a8cf1465fbd87591d35819bd2c903eb4b44ade4 (diff)
downloadslackbuilds-ed02b9b2702084701a64a2930fd59af568277f6e.tar.gz
network/netkit: Added to 12.1 repository
Diffstat (limited to 'network/netkit/README')
-rw-r--r--network/netkit/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/network/netkit/README b/network/netkit/README
new file mode 100644
index 0000000000..e7b7ea1b3d
--- /dev/null
+++ b/network/netkit/README
@@ -0,0 +1,29 @@
+Netkit is a self-contained environment that makes it easy and costless to
+emulate complex network configurations on a single host machine. The idea
+underlying Netkit is that each network device is implemented by a virtual
+machine running the appropriate software. Virtual machines can then be
+interconnected as desired by configuring virtual collision domains.
+
+Interconnected machines may be organized to form a laboratory (lab),
+which can be used to emulate the behavior of a particular service or
+protocol (e.g., DNS). The configuration of the lab can be saved to ease
+its distribution and replication.
+
+The project was born (and is still carried on) with the main purpose of
+supporting teaching of networking subjects with realistic experiences.
+
+Requires netkit-kernel and netkit-filesystem available at SlackBuilds.org
+
+After installing add environment variable to ~/.bashrc (~/bash_profile)
+or system global:
+
+export NETKIT_HOME=/opt/netkit export MANPATH=:$NETKIT_HOME/man export
+PATH=$NETKIT_HOME/bin:$PATH
+
+You may check your configuration:
+
+# cd /opt/netkit # ./check_configuration.sh
+
+For quick start:
+http://www.netkit.org/netkit-labs/netkit_introduction/netkit-introduction.pdf
+http://www.netkit.org/faq.html