Detar: tar xvf Cloonix-Net-Lab_12.tar.bz2
then wait a long time for the unzip of the 4 giga root file system.
2. Start
Go in Cloonix-Net-Lab_12 directory
Do: ./start_clownix_net virtual_platform_configs/ospf_demo
then wait for the machines to start and configure their ospf.
3. Look around
Do: ssh 1.1.0.1 or ssh -X root@1.1.0.1
You are on the first machine, then from there try cloonix_graph
then do cloonix_graph 1.1.1.1 5432 novlan notaps
Click on HOST1 in the diagram or do ssh 1.1.0.4
in the new term do ping -R HOST2
note that the ping does not go through ROUTER2
On the host Do: ./ctrl
ctrl is called to interface the switch daemon.
On the host Do: ./ctrl -n
you see the machines, and its system IP chosen by the daemon.
On the host Do: ./ctrl -t
you see the machines, their interfaces and the vlans in the interfaces,
when the same vlan is in 2 interfaces, it is as if a cable was between them.
Do: ./ctrl -v ROUTER3 eth1 2
this cuts the link between ROUTER3 and ROUTER1, see it on the
cloonix graph and repeat the ping after one minute, the route has changed.
Go into the Cloonix-Net-Lab xterm and do Crtl-A ", this is a
screen window containing the consoles for the started machines.
from there, you cannot open X applications such as wireshark, so
use ssh to launch graphical applications.
4. Kill
On the host Do: ./ctrl -k to kill the whole platform.