Skip to content

fydexx/eve-ng-integration

Repository files navigation

releases issues-closed issues-pr-closed

UNetLab-X-Integration

This repo contains the equivalent of UNetLab Windows integration pack for Ubuntu/Debian and other Linux distros.

Currently supports the following URL schemes:

  • telnet://
  • capture://
  • docker://
  • vnc:// (via Vinagre)

Installation

If you have Ubuntu, Debian, Linux Mint and other Debian-based distros you may simply download and install the latest .deb package at https://github.com/SmartFinn/unetlab-x-integration/releases.

Alternatively, you can install it from terminal with the following command:

wget -qO- https://raw.githubusercontent.com/SmartFinn/unetlab-x-integration/master/install.sh | sh

This method works on other Linux distros too. Tested on Arch Linux, Manjaro, Fedora, openSUSE and potentially works with other systems.

If your Linux distribution is not supported yet, don't give up, try Manual install or create new issue.

Manual install

  1. Clone this repo
git clone https://github.com/SmartFinn/unetlab-x-integration.git

or download and extract the tarball

wget -O unetlab-x-integration.tar.gz https://github.com/SmartFinn/unetlab-x-integration/archive/master.tar.gz
tar -xzvf unetlab-x-integration.tar.gz
  1. Run make install as root
cd unetlab-x-integration/unetlab-x-integration-master
sudo make install
  1. Install dependencies
  • python >= 2.7 (required)
  • telnet (required)
  • wireshark (recommended)
  • ssh-askpass (recommended)
  • vinagre (recommended)
  • docker-engine (optional)
  1. Enjoy!

Have a trouble?

If you have any issues or problems please post it on the issues tab.

English, Russian and Ukrainian are welcomed.

About

integrates EVE-NG (aka UNetLab) with Linux desktop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 41.0%
  • Python 38.6%
  • Makefile 20.4%