Skip navigation.
Home

Cloonix vyatta machines

Vince / I have been diligently working on creating a vyatta router in the cloonix simulator. Vince has spent many hours ripping apart kvm / UML models of the vyatta router and as a result we have labs with vyatta as bgp / ospf peers at

http://www.vlcg.net/downloads/cloonix/cloonix-6.12-1.tar.gz

There are 11 total labs and (2) labs which are vyatta UML based.


peril@peril-desktop:~/Downloads/cloonix-6.12-1/virtual_platform_configs$ ls -altr
total 52
drwxr-xr-x 7 peril peril 4096 2010-07-18 23:30 rip_demo_openwrt_uml
drwxr-x--x 8 peril peril 4096 2010-08-03 13:01 ospf_demo_openwrt_uml
drwxr-x--x 2 peril peril 4096 2010-08-03 13:01 ospf_demo_openwrt_kvm
drwxr-x--x 9 peril peril 4096 2010-08-03 13:01 olsr_demo_openwrt_uml
drwxr-x--x 2 peril peril 4096 2010-08-03 13:01 olsr_demo_openwrt_kvm
drwxr-xr-x 8 peril peril 4096 2010-08-03 13:07 ospf_demo_ubuntu_uml
drwxr-xr-x 6 peril peril 4096 2010-08-03 21:08 isis_demo_openwrt_uml
drwxr-xr-x 7 peril peril 4096 2010-08-15 10:10 rip_demo_vyatta_uml
drwxr-xr-x 15 peril peril 4096 2010-08-15 21:58 bgp_ospf_demo_vyatta_uml
drwxr-xr-x 15 peril peril 4096 2010-08-15 22:37 bgp_ospf_demo_openwrt_uml
drwxr-xr-x 13 peril peril 4096 2010-08-15 22:54 .
drwxr-xr-x 15 peril peril 4096 2010-08-15 22:55 bgp_ospf_demo_small_vyatta_uml
drwxr-xr-x 6 peril peril 4096 2010-08-15 23:27 ..
peril@peril-desktop:~/Downloads/cloonix-6.12-1/virtual_platform_configs$

I did make one modification to the cloonix sources to make sure the topology loaded and didn't get destroyed in the GUI (the UML vyatta machines take WAAAAAY longer to boot than the corresponding openwrt machines.)

set

./lib_io_clownix/include/io_clownix.h:#define HEARTBEAT_TIMEOUT 100

instead of 10

--Adrian