#********************************************************************* #device 1 device_id = 1 #device type is chassis device_model = SIM2100 #host ip option host_ip = 127.0.0.1 #board slot type and memory_size board = SIM2101 : memory_size 512 #********************************************************************* #device 2 device_id = 2 #device type is box device_model = SIM1100 #board type board = SIM1101 : memory_size 512 #********************************************************************* #device 3 device_id = 3 #device type is box device_model = SIM1100 #board type board = SIM1101 : memory_size 512 #********************************************************************* #connect host interface #device 1 : slot 0 : interface 1 <---> host : "VirtualBox Host-Only Ethernet Adapter" #connect two interface device 1 : interface 2 <---> device 2 : interface 2 device 1 : interface 3 <---> device 3 : interface 2 #*********************************************************************