Running MUSANet

To run a MUSANet slice as 1, 2, 3, GO!

  1. Install docker (https://docs.docker.com/engine/install/).

  2. Create networks:

$ sudo docker network create --subnet 172.18.0.0/16 musanet

  1. Run the image meslin/musanet:

$ sudo docker run -it --net musanet --ip 172.18.0.25 meslin/musanet

If you want to run a GroupDefiner or a Processing Node or even another program or app, just ssh to the desired slice, transfer the runnable version of the program (possible a JAR file) and run it. Use this credentials:

  • Username: musanet

  • Password: musanet

You can also create multiple network, connect them with a (virtual) router as GNS3-based router or use a Ubuntu image as describe in Router.