Skip to main content

GNS3: Notes

GNS3 Certified Associate Logo

As usual, notes is for myself and might be useful and also save time for beginners start using GNS3.

Ciso IOS images

It is not easy for beginners to find Cisco IOS images. I found this link with google search: Working Cisco IOS for GNS3. I hope it is still available when you read this note.

Juniper

Download working Juniper Junos for GNS3

Appliance Template

Location of appliance templates on Fedora

Appliance template files have '.gns3a' as their extension. Know where these templates' location in case you need to edit one of these templates. Example to find these template files on Linux.

[tuyen@g73jh ~]$ sudo find / -name *.gns3a 2>/dev/null
[sudo] password for tuyen: 
/tmp/tmpkhl7qd30.builtin.gns3a
/tmp/tmp51sg41c5.builtin.gns3a
/tmp/tmph7igq3he.builtin.gns3a
/tmp/tmp9luytesd.builtin.gns3a
/usr/lib/python3.7/site-packages/gns3server/appliances/security-onion.gns3a
/usr/lib/python3.7/site-packages/gns3server/appliances/fortisiem-super_worker.gns3a
/usr/lib/python3.7/site-packages/gns3server/appliances/juniper-vqfx-pfe.gns3a
/usr/lib/python3.7/site-packages/gns3server/appliances/arista-ceos.gns3a
/usr/lib/python3.7/site-packages/gns3server/appliances/cisco-3725.gns3a
/usr/lib/python3.7/site-packages/gns3server/appliances/bigswitch-bigcloud-fabric.gns3a
...

GNS3 VM

I also run GNS3 on Windows 10. When I upgraded GNS3 version 2.1.15 to 2.1.21, I got the following error:

Failed to connect to GNS3 VM (GNS3 VM): GNS3 version 2.1.21 is not the same as the GNS3 VM version 2.1.15. Please upgrade the GNS3 VM.

So, power on GNS3 VM (running on VMware Workstation) and upgrade that VM to 2.1.21 too.

Upgrade GNS3 VM

GNS3 on Fedora Workstation 30

I have followed this article, step-by-step to install and run GNS3 successfully on Fedora Workstation 30: How to Install GNS3 on Fedora 29 / Fedora 28

Related tools/softwares

>>> Cisco Packet Tracer

>>> eve-NG

Popular posts from this blog

VMware Workstation: vmrun.exe

Using vmrun.exe to manage VMs on VMware Workstation

git for Windows: notes from the field

Git for Windows

RHEL: Install MySQL

[tuyendq@DangQuocTuyen ~]$ sudo yum list mysql Loaded plugins: product-id, search-disabled-repos, subscription-manager Error: No matching Packages to list [tuyendq@DangQuocTuyen ~]$ sudo yum install mysql Loaded plugins: product-id, search-disabled-repos, subscription-manager Resolving Dependencies --> Running transaction check ---> Package mariadb.x86_64 1:5.5.60-1.el7_5 will be installed --> Processing Dependency: mariadb-libs(x86-64) = 1:5.5.60-1.el7_5 for package: 1:mariadb-5.5.60-1.el7_5.x86_64 --> Running transaction check ---> Package mariadb-libs.x86_64 1:5.5.60-1.el7_5 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================= Package Arch Version Repository Size ================================...