Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

22,391

Downloads of v 2.1.16:

221

Last Update:

16 Apr 2019

Package Maintainer(s):

Software Author(s):

  • Galaxy Technologies

Tags:

gns3 emulate configure test troubleshooting virtual real network

GNS3

This is not the latest version of GNS3 available.

  • 1
  • 2
  • 3

2.1.16 | Updated: 16 Apr 2019

Downloads:

22,391

Downloads of v 2.1.16:

221

Maintainer(s):

Software Author(s):

  • Galaxy Technologies

GNS3 2.1.16

This is not the latest version of GNS3 available.

  • 1
  • 2
  • 3

Some Checks Are Exempted or Have Failed

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

The package installs a number of KB's that require a reboot.

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install GNS3, run the following command from the command line or from PowerShell:

>

To upgrade GNS3, run the following command from the command line or from PowerShell:

>

To uninstall GNS3, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade gns3 -y --source="'INTERNAL REPO URL'" --version="'2.1.16'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade gns3 -y --source="'INTERNAL REPO URL'" --version="'2.1.16'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install gns3
  win_chocolatey:
    name: gns3
    version: '2.1.16'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'gns3' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.1.16'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller gns3
{
    Name     = "gns3"
    Version  = "2.1.16"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'gns3':
  ensure   => '2.1.16',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved by moderator gep13 on 08 May 2019.

Description

GNS3 is used by hundreds of thousands of network engineers worldwide 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.

GNS3 is open source, free software that you can download from http://gns3.com

It is actively developed and supported and has a growing community of over 800,000 members. By joining the GNS3 community you will be joining fellow students, network engineers, architects and others that have downloaded GNS3 over 10 million times to date. GNS3 is used in companies all over the world including Fortune 500 companies.

GNS3 can help you prepare for certification exams such as the Cisco CCNA, but also help you test and verify real world deployments. Jeremy Grossman, the original developer of GNS3 originally created the software to help him study for his CCNP certifications. Because of that original work, you can today use to help you do the same without paying for expensive hardware.

GNS3 has allowed network engineers to virtualize real hardware devices for over 10 years. Originally only emulating Cisco devices using software called Dynamips, GNS3 has now evolved and supports many devices from multiple network vendors including Cisco virtual switches, Cisco ASAs, Brocade vRouters, Cumulus Linux switches, Docker instances, HPE VSRs, multiple Linux appliances and many others. Go here to see a list of appliances available: https://gns3.com/marketplace/appliances

TIP: GNS3 has been around for over 10 years. Some information you will find on the Internet is outdated or unfortunately entirely incorrect. This document will hopefully help answer questions and help you get started on your journey with GNS3.

TIP: GNS3 does not only support Cisco devices. Cisco is often discussed because that is what most network engineers are interested in learning about. However, many other commercial and open source vendors are supported today in GNS3. You are now able to test interoperability between many vendors and even try out esoteric setups using network technologies with SDN, NFV, Linux and Docker.

Recommendation: If you are using an older version of GNS3, it is recommended that you upgrade to the current stable release of GNS3 (v 1.5). Once you are more experienced using GNS3 you can start using version 2 which is currently in release candidate.

screenshot


tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = 'GNS3'
  fileType      = 'exe'
  silentArgs	= '/S'
}

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
  $key | % { 
    $packageArgs['file'] = "$($_.UninstallString)"
	Start-Process "AutoHotKey" -Verb runas -ArgumentList "`"$toolsDir\chocolateyuninstall.ahk`""
    Uninstall-ChocolateyPackage @packageArgs
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $($_.DisplayName)"}
}
tools\chocolateyuninstall.ahk
#NoEnv
#NoTrayIcon
;#Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetTitleMatchMode, 1  ; A windows's title must start with the specified WinTitle to be a match.
SetControlDelay 0
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
GNS_Version = '2.1.16''2.1.16'2.1.15

; GNS3 Uninstall
winTitle1 = GNS3%A_Space%%GNS_Version%%A_Space%Uninstall
WinWait, %winTitle1%, Are%A_Space%you%A_Space%sure%A_Space%you%A_Space%want%A_Space%to%A_Space%uninstall%A_Space%GNS3%A_Space%%GNS_Version%?, 10
Sleep 1000
ControlClick, Button1, %winTitle1% ahk_class #32770
Sleep 1000

; GNS3 was successfully removed from your computer.
WinWait, %winTitle1%, GNS3%A_Space%%GNS_Version%%A_Space%was%A_Space%successfully%A_Space%removed%A_Space%from%A_Space%your%A_Space%computer., 10
Sleep 500
ControlClick, OK, %winTitle1% ahk_class #32770
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName  
  
  url           = 'https://github.com/GNS3/gns3-gui/releases/download/v2.1.16/GNS3-2.1.16-all-in-one.exe'
  checksum      = '8a6b1a3fee211adac22b5cbccb33b456a393d7017747750c8c9cc25b8c06f54d'
  checksumType  = 'sha256'
}

Start-Process "AutoHotKey" -Verb runas -ArgumentList "`"$toolsDir\chocolateyinstall.ahk`""
Install-ChocolateyPackage @packageArgs

$process = Get-Process gns3 -ErrorAction SilentlyContinue
if ($process) { $process | Stop-Process }
tools\chocolateyinstall.ahk
#NoEnv
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetTitleMatchMode, 1  ; A windows's title must start with the specified WinTitle to be a match.
SetControlDelay 0  
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
GNS_Version = '2.1.16''2.1.16'2.1.15

; Welcome to GNS3 Setup
winTitle1 = GNS3%A_Space%%GNS_Version%%A_Space%Setup
WinWait, %winTitle1%, Welcome%A_Space%to%A_Space%GNS3%A_Space%%GNS_Version%%A_Space%Setup, 30 ; Welcome to GNS3 x.x.x Setup
Sleep, 1000
ControlClick, Button2, %winTitle1% ahk_class #32770,,,NA
Sleep, 1000

; License agreement
WinWait, %winTitle1%, License Agreement, 10
Sleep, 1000
ControlClick, I &Agree, %winTitle1% ahk_class #32770,,,NA
Sleep, 1000

; Choose Start Menu Folder
WinWait, %winTitle1%, Choose Start Menu Folder, 10
Sleep, 500
ControlClick, &Next >, %winTitle1% ahk_class #32770
Sleep, 1000
 
; Choose Components
WinWait, %winTitle1%, Choose Components, 10
Sleep, 500

; [X] GS3
ControlSend, SysTreeView321, {Down}, %winTitle1%
Sleep, 150

; [ ] WinPCAP
ControlSend, SysTreeView321, {Space}, %winTitle1%
Sleep, 150
ControlSend, SysTreeView321, {Down}, %winTitle1%
Sleep, 150

; [ ] Wireshark
ControlSend, SysTreeView321, {Space}, %winTitle1%
Sleep, 150
ControlSend, SysTreeView321, {Down}, %winTitle1%
Sleep, 150

; [X] Dynamips
ControlSend, SysTreeView321, {Down}, %winTitle1%
Sleep, 150

; [ ] QEMU
ControlSend, SysTreeView321, {Space}, %winTitle1%
Sleep, 150
ControlSend, SysTreeView321, {Down}, %winTitle1%
Sleep, 150

; [X] VPCS
ControlSend, SysTreeView321, {Down}, %winTitle1%
Sleep, 150

; [X] Cpulimit
ControlSend, SysTreeView321, {Down}, %winTitle1%
Sleep, 150

; [ ] TightVNC Viewer
ControlSend, SysTreeView321, {Space}, %winTitle1%
Sleep, 150
ControlSend, SysTreeView321, {Down}, %winTitle1%
Sleep, 150

; [ ] VirtViewer
ControlSend, SysTreeView321, {Down}, %winTitle1%
Sleep, 150
ControlClick, &Next >, %winTitle1% ahk_class #32770
Sleep, 1000

; Choose Install Location
WinWait, %winTitle1%, Choose Install Location, 10
Sleep, 1000
ControlClick, &Install, %winTitle1% ahk_class #32770
Sleep, 1000

; Installation Complete
WinWait, %winTitle1%, Installation Complete, 60
Sleep, 1000
ControlClick, &Next >, %winTitle1% ahk_class #32770
Sleep, 1000

; Solarwinds Standard Toolset
WinWait, %winTitle1%, Solarwinds Standard Toolset, 10
Sleep, 1150
ControlClick, No, %winTitle1% ahk_class #32770
Sleep, 1000
ControlClick, &Next >, %winTitle1% ahk_class #32770
Sleep, 1000

; Completing GNS3 Setup
WinWait, %winTitle1%, Completing GNS3 %GNS_Version% Setup, 10
Sleep, 500
ControlClick, Start GNS3, %winTitle1% ahk_class #32770
Sleep, 1000
ControlClick, &Finish, %winTitle1% ahk_class #32770
Sleep, 1000

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
GNS3 2.2.45 509 Friday, January 12, 2024 Approved
GNS3 2.2.44.1 694 Tuesday, November 7, 2023 Approved
GNS3 2.2.44 39 Monday, November 6, 2023 Approved
GNS3 2.2.43 544 Tuesday, September 19, 2023 Approved
GNS3 2.2.42 540 Wednesday, August 9, 2023 Approved
GNS3 2.2.41 290 Wednesday, July 12, 2023 Approved
GNS3 2.2.40.1 366 Saturday, June 10, 2023 Approved
GNS3 2.2.40 147 Tuesday, June 6, 2023 Approved
GNS3 2.2.39 295 Monday, May 8, 2023 Approved
GNS3 2.2.38 550 Tuesday, February 28, 2023 Approved
GNS3 2.2.37 560 Wednesday, January 25, 2023 Approved
GNS3 2.2.36 235 Wednesday, January 4, 2023 Approved
GNS3 2.2.35.1 472 Thursday, November 10, 2022 Approved
GNS3 2.2.35 84 Tuesday, November 8, 2022 Approved
GNS3 2.2.34 695 Monday, August 29, 2022 Approved
GNS3 2.2.33.1 710 Tuesday, June 21, 2022 Approved
GNS3 2.2.33 64 Tuesday, June 21, 2022 Approved
GNS3 2.2.32 643 Wednesday, April 27, 2022 Approved
GNS3 2.2.31 784 Saturday, February 26, 2022 Approved
GNS3 2.2.30 87 Friday, February 25, 2022 Approved
GNS3 2.2.29 310 Saturday, January 8, 2022 Approved
GNS3 2.2.28 634 Wednesday, December 15, 2021 Approved
GNS3 2.2.27 457 Friday, November 12, 2021 Approved
GNS3 2.2.26 484 Friday, October 8, 2021 Approved
GNS3 2.2.25 300 Tuesday, September 14, 2021 Approved
GNS3 2.2.24 189 Wednesday, August 25, 2021 Approved
GNS3 2.2.23 214 Thursday, August 5, 2021 Approved
GNS3 2.2.22 373 Thursday, June 10, 2021 Approved
GNS3 2.2.21 296 Tuesday, May 11, 2021 Approved
GNS3 2.2.20 301 Friday, April 9, 2021 Approved
GNS3 2.2.19 320 Friday, March 5, 2021 Approved
GNS3 2.2.18 251 Tuesday, February 16, 2021 Approved
GNS3 2.2.17 460 Friday, December 4, 2020 Approved
GNS3 2.2.16 372 Thursday, November 5, 2020 Approved
GNS3 2.2.15 432 Wednesday, October 7, 2020 Approved
GNS3 2.2.14 370 Tuesday, September 15, 2020 Approved
GNS3 2.2.13 282 Friday, September 4, 2020 Approved
GNS3 2.2.12 362 Saturday, August 8, 2020 Approved
GNS3 2.2.11 422 Thursday, July 9, 2020 Approved
GNS3 2.2.10 317 Thursday, June 18, 2020 Approved
GNS3 2.2.9 323 Thursday, June 4, 2020 Approved
GNS3 2.2.8 420 Friday, May 8, 2020 Approved
GNS3 2.2.7 518 Wednesday, April 8, 2020 Approved
GNS3 2.2.6 440 Sunday, March 29, 2020 Approved
GNS3 2.2.5 610 Thursday, January 9, 2020 Approved
GNS3 2.2.4 192 Wednesday, January 8, 2020 Approved
GNS3 2.2.3 418 Tuesday, November 12, 2019 Approved
GNS3 2.2.2 248 Tuesday, November 5, 2019 Approved
GNS3 2.2.0 358 Monday, September 30, 2019 Approved
GNS3 2.1.21 553 Friday, June 14, 2019 Approved
GNS3 2.1.20.20190530 247 Thursday, May 30, 2019 Approved
GNS3 2.1.20 243 Wednesday, May 29, 2019 Approved
GNS3 2.1.19.20190528 229 Tuesday, May 28, 2019 Approved
GNS3 2.1.19 156 Tuesday, May 28, 2019 Approved
GNS3 2.1.18.20190522 226 Wednesday, May 22, 2019 Approved
GNS3 2.1.18 184 Wednesday, May 22, 2019 Approved
GNS3 2.1.17 248 Monday, May 20, 2019 Approved
GNS3 2.1.16.20190512 240 Sunday, May 12, 2019 Approved
GNS3 2.1.16 221 Tuesday, April 16, 2019 Approved
GNS3 2.1.15 312 Friday, March 29, 2019 Approved

Discussion for the GNS3 Package

Ground Rules:

  • This discussion is only about GNS3 and the GNS3 package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or GNS3, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus