2 Setting Up a GNS3 Environment

Mathew J. Heath Van Horn, PhD

I’ve been teaching the learning of networking principles for many years.  In my experience, one of the biggest obstacles to learning networks and associated applications is the lack of a lab for learners to play.  Graphical Network Simulator 3 (GNS3) solves many of those problems.  GNS3 uses few hardware resources and can emulate complex networks using real images.  Students no longer require access to a dedicated lab or to spend money on cloud architectures.  GNS3 can be installed and used on most laptops on the market. A better processor and more RAM on the host machine will improve the GNS3 experience, but this is true with every application.

Learning Objectives

  • Create a working GNS3 Learning Environment on a PC or laptop

Prerequisites

Deliverables

  • None – This is for student needs

Resources

contributors and testers

Testers:

  • Quinton D. Heath Van Horn, 7th Grade
  • David Reese, Mathematics Student, SUNY Brockport
  • Cody Shinkyu Park, Honeywell Software Engineer, ERAU-Prescott Alumni
  • Salvador Morales, Safety Management System Analyst, ERAU-Prescott Alumni
  • Evan Paddock, Cybersecurity Student, ERAU-Prescott
  • Dante Rocca, Cybersecurity Student, ERAU-Prescott
  • Sawyer Hansen, Cybersecurity Student, ERAU-Prescott
  • Bernard Correa, Cybersecurity Student, ERAU-Prescott
  • Justin La Zare, Cybersecurity Professional, ERAU-Prescott

Phase I – Install GNS3 Environment

There are two parts to GNS3: the GNS3 Working Environment and the GNS3 Virtual Machine (VM). This section covers the installation of the GNS3 environment.

Picture of the GNS3 Workspace
Figure 14 – GNS3 Workspace
  1. Navigate to GNS3 at https://www.gns3.com/
  2. Click on the Free Download button
  3. Select Windows, Mac, or Linux as appropriate, and then Download
  4. Create your GNS3 Community Account as prompted, login, and then return to the download page

    NOTE: No one has reported spam from this registration.

  5. Run the installer you downloaded and accept the default options. If prompted:
      • Permit uBridge to run as root to capture packets
      • Do not accept the free offers
      • Do NOT start GNS automatically!  Doing so can distract new learners due to the errors that will pop up

Phase II – Install the GNS3  VM (Virtual Machine)

This is where you will install the GNS3 VM. Remember, the GNS3 Working Environment and the GNS3 VM must be the same version.

  1. Navigate to the GNS3 VM download page at https://www.gns3.com/software/download-vm
  2. Select the image for VirtualBox
  3. Extract (unzip) the .zip file

    NOTE: You may get 2 errors while unzipping the file and it will show 99% completion. This happens on occasion and does not affect the extracted file.

  4. Download and launch https://www.virtualbox.org/wiki/Downloads
  5. Select FileImport ApplianceImport  (Figure 1) and navigate to the .ova file (“GNS3 VM.ova”) that you just downloaded and unzipped. In this example, our .ova file is named “GNS3 VM.ova”(Figure 2)
  6. Click Next (Figure 3)
  7. Click Finish to accept the default appliance settings (Figure 4)
  8. Adjust the network settings of the GNS3 VM by selecting the VM and then selecting settings (Figure 5)
  9. In the network settings, under Network Adapter 1, select the name of the host-only adapter drop-down arrow. YES, even if the right name is already in the box. Just do it, and click OK. If you don’t do this, you will get a network error when you start the virtual machine (Figure 6)

    NOTE: If no Host-only adapter is available, your VirtualBox version may need to be updated or reinstalled. If the VM still will not launch properly, then open Device Manager -> Network adapaters -> Virtualbox Host-Only Ethernet Adapter -> Disable Device. Re-enable the device again and restart VirtualBox.

  10. Finally, start the GNS3 VM you installed to ensure it runs properly. This is a very lightweight version of Linux (Figure 7)
  11. Stop the GNS3 VM

Phase III – Configure GNS3

Now we are going to configure the GNS3 working environment for first-time use. You may encounter many errors when it first starts. This is normal because the GNS3 default settings use VMWare, and we are using VirtualBox. We tried using the free version of VMWare, and it does not have the features installed to be used with GNS3. We are trying to keep things free for learners to learn and not make them spend money.

Also, if you mess up the configuration, you can always re-run the setup wizard. On the GNS3 toolbar, click Help –> Setup Wizard.

  1. Launch GNS3

    NOTE: Sometimes VPNs will interfere with GNS3 working properly. It is recommended that they be disabled before launching GNS3.

    NOTE: You may see the prompt “uBridge requires root permissions to interact with network interfaces.” Say YES. This allows you to connect GNS3 with the real network if desired.

    NOTE: Sometimes GNS3 asks you to name a new project. If so, just pick any name and click OK.

  2. Next, choose how to run your GNS3 network simulations by selecting Run appliances in a virtual machine (Figure 8)
  3. Accept the defaults for the Local Server Configuration and click Next (Figure 9)
  4. You should get a successful message. Click Next (Figure 10)
  5. The GNS3 default setting is to use VMWare by default so you will get an error. Select OK and choose VirtualBox (Figure 11)
  6. When you change the radio button, the GNS3 VM you imported and started in VirtualBox earlier should auto-populate. Use the default settings and click Next (Figure 12)
  7. Then select Finish (Figure 13)
  8. You should have a screen like the one in Figure 14. The windows are adjustable, but the window to take note of is the “Servers Summary”. You should see your bare metal machine (In Figure 14 it is Dr. HVH) and the GNS3 VM both show green lights and details of how many resources are being used. If the server indicator light is still grey, power off the GNS3 VM and restart the GNS3 Working Environment
  9. When you start GNS3 it can take a minute or two while the GNS3 VM launches. The indicator will remain grey until it is fully running

Phase IV Final note – Disabling KVM

Depending on the hardware of your bare-metal machine, you may get an error stating that KVM acceleration cannot be used. Simply turn off KVM support in the gns3_server.conf by adding enable_kvm = false to the [Qemu] section. Follow the steps below.

  1. Open the GNS3 VM (Figure 15)
  2. Use the cursor keys to navigate to configure
  3. Add the following line to the bottom (Figure 16): [Qemu] enable_kvm = false
  4. Press <ctrl> O  to write out the file (e.g. save the file)
  5. Accept the path by pressing <enter>
  6. Press <ctrl> X to exit
  7. Restart the GNS3 VM
End of Lab

 

List of Figures for Printing Purposes
Depiction of the menu items to click on.
Figure 1 – Import appliance

 

Depiction of the menu items to click on.
Figure 2 – Importing GNS3 VM

 

Depiction of the menu items to click on.
Figure 3 – Importing an appliance

 

Depiction of the menu items to click on.
Figure 4 – Appliance settings in VirtualBox

 

Depiction of the menu items to click on.
Figure 5 – Clicking on settings in VirtualBox

 

Depiction of the menu items to click on.
Figure 6 – Selecting the network adapter in VirtualBox

 

Depiction of the menu items to click on.
Figure 7 – GNS3 VM settings

 

Depiction of the menu items to click on.
Figure 8 – GNS3 working environment setup wizard

 

Depiction of the menu items to click on.
Figure 9 – GNS3 Setup Wizard – Local Server Configuration

 

Depiction of the menu items to click on.
Figure 10 – GNS3 Setup Wizard – Local Server Status

 

Depiction of the menu items to click on.
Figure 11 – GNS3 Error, cannot find GNS3 VM in VMware

 

Depiction of the menu items to click on.
Figure 12 – GNS3 VM Setup Wizard Changing to VirtualBox

 

Depiction of the menu items to click on.
Figure 13 – Finish Setup Wizard

 

Depiction of the menu items to click on.
Figure 14 – this is what your screen should look like after finishing the Setup Wizard

 

Depiction of the menu items to click on.
Figure 15 – Disabling Qemu settings in the GNS VM

 

Depiction of the menu items to click on.
Figure 16 – Disabling Qemu for the GNS3 VM

License

Icon for the Creative Commons Attribution 4.0 International License

Mastering Enterprise Networks Copyright © 2024 by Mathew J. Heath Van Horn, PhD is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book