How to simulate an IPv6 network using the cloonix network simulator
As we work through this tutorial, we will learn how to use the cloonix graph interface to build a simulation scenario that includes two small IPv6 networks connected to each other by two routers via static routes. We will also learn how cloonix saves network topologies and guest virtual machine root filesystems.

Linux IPv6 network simulation running on the cloonix open-source network simulator
The cloonix open-source network simulator uses KVM virtual machines in the simulated network so, in this tutorial, we will demonstrate real Linux router and host configuration procedures.
Procedure summary
First, let’s review the high-level steps we will execute to set up and configure a simulated IPv6 network and then save a network topology and node configurations.
- Create root filesystems, one for each virtual machine we plan to create in the simulation
- Create static guest virtual machines with the previously-created root filesystems
- Connect nodes to create a network topology
- Configure each node in the simulated network
- Save the network simulation scenario for future use
- (Optional) Make changes and save another version of the topology
- (Optional) Load a saved network simulation scenario
Step 1: Create root filesystems
We intend to create a scenario made up of static root filesystems Continue reading