Skip to content

GNS3/gns3-gui

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 7, 2023 14:59
May 11, 2016 10:08
January 17, 2023 13:40
November 7, 2023 14:59
May 17, 2016 18:06
December 21, 2013 17:57
January 10, 2023 08:16
January 10, 2023 08:16
December 20, 2022 21:28
September 8, 2016 22:02
August 5, 2016 17:59
November 6, 2023 15:44

GNS3-gui

image

image

image

GNS3 GUI repository.

Installation

Please see https://docs.gns3.com/

Software dependencies

PyQt5 which is either part of the Linux distribution or installable from PyPi. The other Python dependencies are automatically installed during the GNS3 GUI installation and are listed here

For connecting to nodes using Telnet, a Telnet client is required. On Linux that's a terminal emulator like xterm, gnome-terminal, konsole plus the telnet program. For connecting to nodes with a GUI, a VNC client is required, optionally a SPICE client can be used for Qemu nodes.

For using packet captures within GNS3, Wireshark should be installed. It's recommended, but if you don't need that functionality you can go without it.

Development

If you want to update the interface, modify the .ui files using QT tools. And:

cd scripts
python build_pyqt.py

Debug

If you want to see the full logs in the internal shell you can type:

debug 2

Or start the app with --debug flag.

Due to the fact PyQT intercept you can use a web debugger for inspecting stuff: https://github.com/Kozea/wdb

Security issues

Please contact us at security@gns3.net