JamesKBowler / gns3-server

GNS3 server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNS3-server

image

image

This is the GNS3 server repository.

The GNS3 server manages emulators such as Dynamips, VirtualBox or Qemu/KVM. Clients like the GNS3 GUI and the GNS3 Web UI control the server using a HTTP REST API.

Software dependencies

In addition of Python dependencies listed in a section below, other software may be required, recommended or optional.

  • uBridge is required, it interconnects the nodes.
  • Dynamips is required for running IOS routers (using real IOS images) as well as the internal switches and hubs.
  • VPCS is recommended, it is a builtin node simulating a very simple computer to perform connectitivy tests using ping, traceroute etc.
  • Qemu is strongly recommended on Linux, as most node types are based on Qemu, for example Cisco IOSv and Arista vEOS.
  • libvirt is recommended (Linux only), as it's needed for the NAT cloud
  • Docker is optional (Linux only), some nodes are based on Docker.
  • i386-libraries of libc and libcrypto are optional (Linux only), they are only needed to run IOU based nodes.

Branches

master

master is the next stable release, you can test it in your day to day activities. Bug fixes or small improvements pull requests go here.

2.x (2.3 for example)

Next major release

Never use this branch for production. Pull requests for major new features go here.

Linux

GNS3 is perhaps packaged for your distribution:

Linux (Debian based)

The following instructions have been tested with Ubuntu and Mint. You must be connected to the Internet in order to install the dependencies.

Dependencies:

  • Python 3.5.3, setuptools and the ones listed here

The following commands will install some of these dependencies:

Finally these commands will install the server as well as the rest of the dependencies:

To run tests use:

Docker container

For development you can run the GNS3 server in a container

Run as daemon (Unix only)

You will find init sample scripts for various systems inside the init directory.

Usefull options:

  • --daemon: start process as a daemon
  • --log logfile: store output in a logfile
  • --pid pidfile: store the pid of the running process in a file and prevent double execution

All init scripts require the creation of a GNS3 user. You can change it to another user.

upstart

For ubuntu < 15.04

You need to copy init/gns3.conf.upstart to /etc/init/gns3.conf

systemd

You need to copy init/gns3.service.systemd to /lib/systemd/system/gns3.service

Windows

Please use our all-in-one installer to install the stable build.

If you install via source you need to first install:

Then you can call

to install the remaining dependencies.

To run the tests, you also need to call

before actually running the tests with

or with

Mac OS X

Please use our DMG package for a simple installation.

If you want to test the current git version or contribute to the project, you can follow these instructions with virtualenwrapper: http://virtualenvwrapper.readthedocs.org/ and homebrew: http://brew.sh/.

SSL

If you want enable SSL support on GNS3 you can generate a self signed certificate:

This command will put the files in ~/.config/GNS3/ssl

After you can start the server in SSL mode with:

Or in your gns3_server.conf by adding in the Server section:

Running tests

Just run:

If you want test coverage:

Security issues

Please contact us using contact form available here: http://docs.gns3.com/1ON9JBXSeR7Nt2-Qum2o3ZX0GU86BZwlmNSUgvmqNWGY/index.html

About

GNS3 server

License:GNU General Public License v3.0


Languages

Language:Python 98.9%Language:Shell 0.8%Language:HTML 0.3%Language:Dockerfile 0.0%Language:Smarty 0.0%Language:Batchfile 0.0%