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

Microsoft Windows Server 2012 R2 Standard Evaluation Product Key

Microsoft Windows Server 2012 R2 Standard Evaluation D2N9P-3P6X9-2R39C-7RTCD-MDVJX DBGBW-NPF86-BJVTX-K3WKJ-MTB6V

Qubes OS: Fedora 30

Create a new Standalone VM based on fedora-29 VM template Extend root partition: run command on dom0 tuyen@dom0:~ $ qvm-volume extend fedora-30:root 12288MB Set qrexec_timeout to 600 seconds tuyen@dom0:~ $ qvm-pref --set fedora-30 qrexec_timeout 600 $ sudo dnf upgrade --refresh $ sudo dnf install dnf-plugin-sytem-upgrade $ sudo dnf system-upgrade download --release=30 Install fedora-30 template Run the following command on dom0 terminal $ sudo qubes-dom0-update qubes-template-fedora-30 Install Adobe Flash Player Adobe Flash Player will not go away soon. So, let's grab the latest version of Adobe Flash Player , then install using yum or dnf command. Verify if Adobe Flash Player is installed and works by visiting https://helpx.adobe.com/flash-player.html [user@fedora-30 ~]$ sudo dnf install Downloads/flash-player-npapi-32.0.0.238-release.x86_64.rpm Last metadata expiration check: 0:37:03 ago on Fri Aug 30 09:18:10 2019. Dependencies resolved. =========...

nmap - The Network Mapper

WARNING : It is ILLEGAL to scan hosts without permission.