Basic cloonix setup
From Cloonix wiki
Cloonix is a network / host simulation platform - and for these exercises - it will be configured to test the ip addressing reachabilty as described in the first lab.
Please use ubuntu - as these distributions are widely used - (and likely the best tested). If you have problems - please refer to cloonix troubleshooting. I'm working on an AMD64 - so if your host is x86 - you may need to recompile - I'll put up architecture specific versions once I get the build scripts tested on x86 (working on that as of 21July2010 - AJT)
- wget http://www.vlcg.net/downloads/cloonix/cloonix-6.7.adrian.tar.gz && detar in work location
- (ubuntu 9 x64 tested) execute (as sudo) apt-get install qemu libssl-dev libgtk-vnc-1.0-dev libvte-dev
- cd to the detarred directory
- ./start_cloonix
- ./graph
- click and drag from vm button to the canvas
- click and drag again from the vm button to the canvas
- click and drag again from the vm button to the canvas
- click and drag from the lan button to the canvas
- double click the lan button
- click the 1st green interface with a 0 from vm 1, double click on the lan button
- click the 1st green interface with a 0 from vm 2, double click on the lan button
- click the 1st green interface with a 0 from vm 3
- double click on vm1
- in the vm1(clown01) xterm, ifconfig eth0 10.10.10.10/8
- double click on vm2
- in the vm2(clown02) xterm, ifconfig eth0 10.10.10.11/8
- double click on vm3
- in the vm3 (clown03) xterm, ifconfig eth0 10.10.10.12/16
- ping all of the interfaces from each of the machines
subscribe / email clownix-dev@lists.vlcg.net if you have any problems
