How to Install GNS3 VM 2.2 on Kali Linux 2022

In this article, we will examine how to set up GNS3 VM 2.2 (2.2.33.1) on VMware Workstation 16 Pro in order to use Cisco IOU images with GNS3 on Kali Linux 2022 (2022.3) computer.

How to Install GNS3 VM 2.2 on Kali Linux 2022

How to Set Up and Use GNS3 VM Server 2.2.33.1 on Kali Linux 2022.3

GNS3 VM (GNS3 Virtual Machine) is a free virtual server machine that can be used with GNS3. You can import this VM using a virtualization program installed on your system and use it with the network simulator program.

The purpose of using GNS3 VM is to make more professional network designs, increase the performance of devices or back up all projects and IOS devices in a single virtual server. It also allows you to operate these devices by uploading IOU images to the server, which allows you to use more detailed commands.

You can start preparing for Cisco’s Routing and Switching exams by installing the GNS3 virtual machine with GNS3 on your desktop or laptop computer on which you have a Windows or Linux distribution.

Requirements

Before installing the GNS3 VM on your computer, you must have the GNS3 and VMware Workstation programs installed on your system. In order to install the virtual server on the Kali distribution, you can browse our articles below to install the programs mentioned on this system.

How to Download and Install GNS3 VM

After installing it on your VMware Workstation system with GNS3, you need to download the GNS3 VM.ova file from the GNS3 official website and transfer it to the virtual machine.

   Step 1

To download GNS3 VM for VMware Workstation and Fusion software, visit https://www.gns3.com/software/download-vm website and save the zip file to your computer after clicking the Download button.

GNS3 VM Download

   Step 2

To extract the GNS3VM.zip file you downloaded to the Downloads location, open the terminal at that location and execute the “unzip GNS3.VM.VMware.Workstation.2.2.33.1.zip” command.

unzip GNS3.VM.VMware.Workstation.2.2.33.1.zip

Extracting Zip File to Folder in Kali

   Step 3

Open VMware Workstation 16 Pro and click File / Open from the tool menu. In the Open Virtual Machines window, select the GNS3 VM.ova file and open it.

Importing the GNS3 VM.ova File

   Step 4

When the Store the New Virtual Machine window opens, configure the location where you want to save the virtual machine and click the Import button.

Backing Up the Virtual Machine

   Step 5

Wait while the GNS3 VM is being imported into the VMware virtualization program.

Importing GNS3 VM

   Step 6

After adding the GNS3 virtual server machine, click Edit Virtual Machine Settings to edit its settings.

Editing GNS3 Server Settings

   Step 7

Click Processors on the left panel to enable virtualization features and increase the number of virtual processors in the GNS3 virtual machine. Configure the Number of Processors as 2 and tick all the features in the Virtualization Engine section.

  • Virtualize Intel VT-x/EPT or AMD-V/RVI
  • Virtualize CPU Performance Counters
  • Virtualize IOMMU (IO Memory Management Unit)

Enabling Virtualization Features and Configuring the Number of Virtual CPUs to 2

   Step 8

After making the GNS3 VM settings, run the virtual machine.

Starting the Virtual Server

   Step 9

Note down the IP address after the GNS3 server is successfully booted.

Checking the IP Address of the GNS3 Server

How to Enable GNS3 VM

After installing the GNS3 virtual machine, what you need to do is to configure the server settings in the GNS3 program.

   Step 1

After opening the GNS3 network software program, select Run appliances in a virtual machine in the Setup Wizard window and click Next.

Run appliances in a virtual machine

   Step 2

In the server configuration window, configure the Host Binding setting as the IP block of the GNS3 server and click Next.

Setting the Host Binding IP Address by Server IP Block

   Step 3

Click Next after checking that the connection is successful in the local server status window.

GNS3 Server Connection Successful

   Step 4

In the GNS3 VM settings, select VMware from the Virtualization Software section and set the vCPU value to 2, and click Next.

Configuring the Settings of the GNS3 VM Virtual Machine

   Step 5

After checking the hardware settings in the GNS3 Virtual Machine summary window, click Finish.

Checking the Server's Summary Information

   Step 6

You can see the successful connection to the GNS3 VM in the Servers Summary section.

Servers Summary

How to Add Cisco Router IOS

After installing GNS3 VM on Kali Linux, you need to install Cisco Router or Switch IOS images on the virtual server. Please note that the IOS devices you will add to the server will only work when the server is running.

   Step 1

After clicking File / Preferences from the GNS3 tool menu, select Dynamips / IOS Routers in the window that opens and click the New button on the right panel to open the IOS add wizard.

Select Run this IOS Router on the GNS3 VM from the Server Type options in the wizard and click Next.

Run this IOS Router on the GNS3 VM

   Step 2

Click the Browse button and select the IOS image of a Cisco Router you downloaded to your computer.

Adding Router c7200 IOS

   Step 3

Click Yes to decompress the IOS image and then wait for the IOS to upload to the server.

Uploading IOS Image to GNS3 Server

   Step 4

Do not change the name and platform of the c7200 IOS image.

Editing Router Name and Platform

   Step 5

Assign a suitable RAM size to the Router according to your host’s performance.

Configuring the Router's Memory Size

   Step 6

Since the router has a FastEthernet interface by default, in order to add a Serial interface, insert a PA-4T+ Serial port into Slo1 in the network adapter window.

Adding Serial Interface to Router

   Step 7

Set the Idle-PC value to prevent the Router image you added from using 100% of your computer’s CPU.

Finding Idle-PC Value for IOS

   Step 8

After adding the Router IOS, you can see that the Server part is the GNS3 VM in the Templates window. That is, the IOS image will run on the virtual server, not on your local PC.

Checking the Location of the IOS Router

How to Create a New Project

After adding IOS to the GNS3 server, create a new project to test its operability or to start creating a basic network topology.

   Step 1

Open the project wizard by pressing the New icon or CTRL + N in the GNS3 tool menu. Depending on the network design you will make in the Project window, type a suitable project name and select the backup location and click OK.

Creating a New Project in GNS3

   Step 2

Click on the Routers category from the left panel and drag and drop two c7200 Routers into the workspace.

Adding a Cisco Router to the Workspace

   Step 3

After activating the cabling option from the left panel, click on R1 and plug one end of the cable into Serial1/0 from the empty ports listed. Plug the other end into the Serial1/1 port of R2.

Connecting Routers with Serial Port

   Step 4

After connecting the routers through the Serial interface, click the green arrow from the menu and run all devices. Then double click R1 and open the CLI prompt and assign an IP address to the serial port.

R1# conf t
R1(config)# interface serial1/0
R1(config-if)# ip address 192.168.1.1 255.255.255.0
R1(config-if)# no shutdown

Assigning IP Address to R1's Serial Port

   Step 5

Likewise, assign an IP address to the Serial1/1 port of the other R2 router.

R1# conf t
R2(config)# interface serial1/0
R2(config-if)# ip address 192.168.1.2 255.255.255.0
R2(config-if)# no shutdown

Assigning IP Address to R2's Serial Port

   Step 6

You can add a PC to the workspace or use the ping command from the CLI command prompt to check the network connection between routers.

R1# ping 192.168.1.2
R2# ping 192.168.1.1

Ping the Network Connection Between R1 and R2

How to Delete and Disable the GNS3 Virtual Machine

If you want to delete or remove the GNS3 VM from your PC, you must first completely delete the virtual machine from your disk from your virtualization program. Then you should disable the virtual server from the GNS3 program and make the local server connection.

   Step 1

After opening the VMware Workstation program, right-click on your virtual computer from the Library section on the left panel and click Manage / Delete from Disk from the opened options.

In the Question window that opens, click Yes to confirm the deletion of all files of the VM from your host disk.

Deleting and Disabling a GNS3 Virtual Machine

   Step 2

To disable the GNS3 VM, view GNS3’s preferences and uncheck “Enable the GNS3 VM” from the GNS3 VM settings and click OK.

Disabling the GNS3 Virtual Machine

   Step 3

Click Help / Setup Wizard from the GNS3 tool menu and open the configuration mode. In this window, check the “Run appliances on my local computer” and click Yes to completely disconnect GNS3 from the virtual server and connect to the local server.

Run appliances on my local computer

   Step 4

In the local server configuration window, change the Host Binding setting to “localhost” this time.

Changing the Host Binding Setting to Localhost

   Step 5

Close the Setup Wizard after verifying the local server connection.

Performing Local Server Authentication

   Step 6

Finally, you need to delete the IOS you have added to the GNS3 Server. You can see from the image below that the location where the Router is installed is “VM” before deleting it.

Deleting Router Added to GNS3 Server

   Step 7

Add a Router to your GNS3 program using the existing IOS again and check that the Server type is local in the last step.

Adding Router to Localhost Server

   Step 8

When you run the router, you can see that the server is not available and is running on the local system in the Servers Summary section.

Checking the Servers Summary Panel

   Video

   Related Articles


How to Run GNS3 VM on Ubuntu
How to Run GNS3 VM on macOS
How to Use L2 Switch in GNS3
How to Use L3 Switch in GNS3
How to Run GNS3 VM on Linux Mint

Add a Comment

Your email address will not be published. Required fields are marked *