• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install GNS3 -2.1.5 on Ubuntu – 18.04

2617

To install GNS3 -2.1.5 on Ubuntu &ndash 18.04

GNS3 is a Graphical Network Simulator. It allows you to simulate a network on your computer. It is an open source software that simulates complex networks while being as close as possible to the way of real networks performance and also used to emulate, configure, test and troubleshoot virtual and real networks. GNS3 allows you to run a small topology consisting of only a few devices on your laptop, to those that have many devices hosted on multiple servers or even hosted in the cloud.

Installation

Let' s start with adding the repository that contains gns3.

root@linuxhelp1:~# add-apt-repository ppa:gns3/ppa
 PPA for GNS3 and Supporting Packages. Please see http://www.gns3.com for more details
 More info: https://launchpad.net/~gns3/+archive/ubuntu/ppa
Press [ENTER] to continue or Ctrl-c to cancel adding it.

gpg: keybox ' /tmp/tmp68h89s0h/pubring.gpg'  created
gpg: /tmp/tmp68h89s0h/trustdb.gpg: trustdb created
.
.
Hit:5 http://in.archive.ubuntu.com/ubuntu bionic-backports InRelease    
Get:6 http://ppa.launchpad.net/gns3/ppa/ubuntu bionic/main amd64 Packages [1,564 B]
Get:7 http://ppa.launchpad.net/gns3/ppa/ubuntu bionic/main i386 Packages [1,048 B]
Get:8 http://ppa.launchpad.net/gns3/ppa/ubuntu bionic/main Translation-en [796 B]
Fetched 18.8 kB in 2s (9,329 B/s)
Reading package lists... Done

After adding a repository you need to update the system repository.

root@linuxhelp1:~# apt-get update
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://ppa.launchpad.net/gns3/ppa/ubuntu bionic InRelease
Hit:4 http://in.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://in.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done

now we can install gns3 by using the following command.

root@linuxhelp1:~# apt-get install gns3-gui
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  apache2-bin apache2-data apache2-utils libapr1 libaprutil1 libaprutil1-dbd-sqlite3
  libaprutil1-ldap
Use ' sudo apt autoremove'  to remove them.
The following additional packages will be installed:
.

During the installation, you should configure ubridge by giving the access permission to non-super users

non_super_user
pwemission

Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket &rarr  /lib/systemd/system/lvm2-lvmetad.socket.
Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket &rarr  /lib/systemd/system/lvm2-lvmpolld.socket.
Processing triggers for libc-bin (2.27-0ubuntu2) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for systemd (237-3ubuntu6) ...
Processing triggers for initramfs-tools (0.130ubuntu3) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-13-generic

Now the installation is complete and to open GNS3 go and search from the menu.
Search_menu

click next to run the topologies on my computer
topology

configure the local server and click next
local_server

After configuring the local server, the connection will be established.
connection_establishment

Verify summary of local server configuration and click finish.
summary

Next, accept to import the appliance to using a GNS3 application.
import_appliance

Create a new project and assign a name and location for it and click ok.
new_project

The application is launched now.
gns3

You can verify the version by navigating to the help menu.
version

With this, the method to install GNS3 -2.1.5 on Ubuntu &ndash 18.04 comes to an end.

Tags:
mason
Author: 

Comments ( 1 )

falcon
Hi, I really need your help. I have installed GNS3 in ubuntu 18.04 but I can't save new projects. I get this error:
Could not create project directory: [Errno 13] Permission denied: '/home/falcon/GNS3/projects/gre'

I have tried the following options:
$ chown -hR falcon GNS3/projects/
$ chmod -R u=rw,go=r GNS3/projects/
- Nothing has worked.
What should I do to solve this problem?
Add a comment

Frequently asked questions ( 5 )

Q

Can I login with my GNS3 Jungle account?

A

To sign into the GNS3 Academy, you will need to create a new account at the Sign-Up page. We cannot connect your GNS3 Academy account with your Jungle account in this version of the GNS3 Acad

Q

How to install GNS3 on Centos?

A

run the following command to install GNS3 with third-party tool for enhancing it
dnf install gns3-server gns3-gui wireshark wireshark-qt

Q

Whether GNS3 is available for the Windows?

A

Yes, you can install GNS3 in windows

Q

what is the purpose of installing GNS3 in ubuntu?

A

GNS3 is a Graphical Network Simulator. It allows you to simulate a network on your computer. It is an open source software that simulates complex networks while being as close as possible to the way of real networks performance and also used to emulate, configure, test and troubleshoot virtual and real networks.

Q

how to add repository for installing GNS3 on ubuntu?

A

adding the repository that contains gns3 to install on ubuntu by following command
# add-apt-repository ppa:gns3/ppa

Related Tutorials in How to install GNS3 -2.1.5 on Ubuntu – 18.04

Related Tutorials in How to install GNS3 -2.1.5 on Ubuntu – 18.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install GNS3 -2.1.5 on Ubuntu – 18.04

Related Forums in How to install GNS3 -2.1.5 on Ubuntu – 18.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to install GNS3 -2.1.5 on Ubuntu – 18.04

Related News in How to install GNS3 -2.1.5 on Ubuntu – 18.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaac ?
How to run windows application in linux

I need to run the windows application in my Linux machine, instead of installing from yum repo or any other repos. How to do that..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.