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)
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.
- 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
- Run
make install
as root
cd unetlab-x-integration/unetlab-x-integration-master
sudo make install
- Install dependencies
python
>= 2.7 (required)telnet
(required)wireshark
(recommended)ssh-askpass
(recommended)vinagre
(recommended)docker-engine
(optional)
- Enjoy!
If you have any issues or problems please post it on the issues tab.
English, Russian and Ukrainian are welcomed.