]> git.meshlink.io Git - netlab/blob - README
Again: Adding a valid Address in the configuration to be able to test the generation...
[netlab] / README
1  = Step1 - Install Netkit =
2
3 cd ~
4 wget http://stud.netgroup.uniroma2.it/~saverio/netkit/netkit-core-2.12-r2-32.tar.bz2
5 wget http://stud.netgroup.uniroma2.it/~saverio/netkit/netkit-filesystem-i386-F7.0-r2-meshlink-saverio.tar.bz2
6 wget http://stud.netgroup.uniroma2.it/~saverio/netkit/netkit-kernel-i386-K3.2-r2.tar.bz2
7
8 untar this three files, they will install everything in the ~/netkit folder
9
10 run ./check_configuration.sh in the ~/netkit folder to adjust your .bashrc
11
12 Saverio .bashrc for example is:
13
14 export NETKIT_HOME=/home/saverio/netkit
15 export PATH=/home/saverio/netkit/bin:$PATH
16 export MANPATH=:/home/saverio/netkit/man
17
18
19  = Step2 - Use the meshlink setup =
20
21 cd lab1
22 lstart
23
24 Three xterm will come up with three virtual machines.
25
26 inside the virtual machine goto meshlink sources
27
28 cd /hosthome/path/to/meshlink/source/inyourhome
29
30 autoreconf -i && ./configure && make
31 cd meshlink-sample
32 make
33
34 now you can use the meshlinkapp
35
36 ./meshlinkapp /meshlink myhostname remotehostname
37
38 every virtual machine has a configuration in the /meshlink folder
39
40
41
42