Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1003 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 1003 Bytes

automated_gns3_environment

An automated deployment of a GNS3 workspace that can then be used through a web browser. One version is made with Vagrant and the other one is to run with cloud-init.

Vagrant: How to use

Firstly clone the repositroy and open the Vagrant directory in the terminal. Once there use the "Vagrant up" command to start the VM. When the provisioning is finished the VM in ready to be used. Note: for this to work Vagrant has to be installed!

Login with the user Vagrant (password: vagrant)

Open the terminal and use the "sudo gns3" command to start GNS3

terminal

Change the default terminal to Xterm (Edit => Preferences => Console applications => Edit)

image

To open firefox, type "firefox" into the terminal. Everything should now work. Enjoy!