Installation of GNS3 is quite simple.
Step 1 –
System –
Administration – open the
Synaptic Package Manager. You will be prompted for a password. Use your login password here.
Step 2- In the search box, type
gns3, which returns the GNS3 and Dynamips packages. Select both of the packages (mark for installation). In the pop up window it will show all of the dependencies which these two packages require. Click
Mark for these as well. Click
Apply and installation will start by downloading and configuring GNS3 + Dynamips along with all required applications.
Step 3 – After successful installation, you will see the following icon: Applications – Education – GNS3 Graphical Network Simulator.
Step 4 – For a multi tab console we need to install the utility called
konsole. In the Synaptic Package Manager type
konsole and install it as previously described.
For best results, it is now time to configure Ubuntu for ease of use with GNS3.
Configuring Ubuntu for GNS3
For best operation of GNS3, we will create some directories. This will help to have a managed hierarchy of folders and files. Note: file and folder names under Linux are case sensitive, so the best option is to use lowercase names in all situations.
Step 1 – Create one root context-enabled Explorer. Go to
Applications –
System Tools and right click
File Browser. Select
Add this launcher to desktop.
Step 2 – You will see a new shortcut on the desktop for the file browser. Right-click it and choose
Properties. In the Properties box you will see a command similar to “nautilus –no-desktop –browser %U”, which we need to replace with “
gksudo nautilus” (without quotes). Now whenever you launch this version of the file browser, it will launch in root context and anything opened within this browser will automatically operate in the root context.
Step 3 – Now we will create one more shortcut for GNS3; using the above method. The only difference will be the command line text “
gksudo gns3”. This shortcut will help you to launch GNS3 in the root context.
Step 4 – Open explorer using your newly created shortcut (root context file browser). Click on
File System and create one new folder named
gns3 (all lowercase).
Step 5 – Inside the gns3 folder, create the following folders:
images,
projects,
configs,
ie,
capture, and
tmp.
- images will be used for storing images
- projects will be used for storing .net files
- ie will be the working directory for router temp files
- capture will used for capturing network traffic
- tmp will be used for temporary files created by GNS3
Configuring GNS3
Before we start configuring GNS3, you have to provide at least one IOS image, preferably in an unzipped format. Ensuring the image is unzipped will save time when your routers boot and they will not need to unzip each time they are launched.
Step 1 – GNS3 requires to be run by the root account (admin account), for that we have created a shortcut which launches GNS3 in the root context. Launch Gns3 using this shortcut.
Step 2 – For the time being, cancel the first dialog box, and click on
Edit –
IOS Images and Hypervisors and click on the IOS Images in the newly opened window. (I assume that you have already placed one IOS Image of your choice into the /gns3/images folder). Please navigate to that folder and select your image, platform, and model accordingly. If you have a good Idlepc value, you can place it here also along with the default RAN for this IOS image. Do not forget to click on the Default image for this platform.
Step 3 – Now click on the
External Hypervisors tab. Provide the proper working directory here /gns3/tmp and hit save 6 times. It will create 6 instances of Hypervisor.
Step 4 – Now click on
Dynamips –
Dynamips and configure this window per the following graphic:
Step 5 – After applying the above configuration, press
Test. If everything succeeded, you will see “Dynamips successfully started”. If you want to capture and examine packets, click on Capture and provide the path to your capture directory: /gns3/capture (this directory was created earlier). You also need Wireshark for packet analysis.
Creating the First Project
Step 1 – Go to your /gns3/projects folder and create one file and rename it test.net. Right click it and chose “
Open with”, then “
Open with other application”. In the command line type
gns3, and click open. NOTE: Next time you can open any .net file by double clicking it, (this is the way of handling .net files because of a bug in GNS3 for Linux).
Step 2 – From the node types area, drag two instances of a router 3700 to the middle of the workspace ( I used the 3700 image, if you have used any other supported image, then drag that platform). Connect the devices using the Connect tool and then run the topology using the Run button.
You are now ready to create your topologies and start emulating. Remember, you can save your topologies to your /gns3/projects directory for later usage.