Ready to Download Linux Images

Ready to Download Linux Images

Due to very high demand of this section and problems with how to create Linux images under EVE, we are offering ready to go and prepared Linux image pack.

You can choose any of Linux image from the pack below and simply upload into EVE.

  1. Download your preferred image from this link:

Download Ready to use Linux Images Here

    2. Download your desirable image

    3. Using WinSCP or FileZilla SSH (TCP 22) to your EVE and upload downloaded image to the location: /opt/unetlab/addons/qemu/

    4. Using Putty or other telnet client, CLI SSH (TCP 22) to your EVE and go to location:

cd /opt/unetlab/addons/qemu/

    5. Unzip your uploaded image file, make sure you are using right name of uploaded image. Example for ubuntu desktop image below.

tar xzvf linux-ubuntu-desktop-16.04.4.tar.gz

    6. Remove raw zipped image file from EVE

rm -f linux-ubuntu-desktop-16.04.4.tar.gz

   7. Fix permissions

/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

   6. Repeat this procedure for each downloaded image, expecting right image name in commands

Credentials and recommended node settings table:

We have used universal credentials in all our Linux images.

root/root

root/eve

user/Test123

root/Test123

for new Kali 2019.3 linux with RDP enabled: root/toor



How to create own custom Linux host for EVE:

If you still want create own Linux images, follow the steps below.

Watch how to VIDEO. It very similar process like for Windows. Just follow steps below.

For this you will need real Linux installation CD ISO distro.

We are using: ubuntu-16.04.2-desktop-amd64.iso. Be sure that distro name has not spaces in the filename! Any Linux Server installation has same procedure.

Create new image directory:

mkdir /opt/unetlab/addons/qemu/linux-ubuntu-desktop-16.04.02/
  1. Use WINSCP or FileZilla SFTP or SCP (port 22) to copy distro ISO image into the newly created directory, path: /opt/unetlab/addons/qemu/linux-ubuntu-desktop-16.04.02/
  2. From cli go to
cd /opt/unetlab/addons/qemu/linux-ubuntu-desktop-16.04.02/
  1. Rename this distro to cdrom.iso
mv ubuntu-16.04.2-desktop-amd64.iso cdrom.iso
  1. From EVE cli go to the created image directory
cd /opt/unetlab/addons/qemu/linux-ubuntu-desktop-16.04.02/
  1. Create new HDD virtioa.qcow2. Example below is HDD 30Gb. Size you can change per your needs.
/opt/qemu/bin/qemu-img create -f qcow2 virtioa.qcow2 30G
  1. Create new lab and add newly created linux-ubuntu-desktop-16.04.02 node
  2. Connect it to your home LAN cloud/internet, this need to get updates from internet
  3. Start node in lab and do install of your Linux, customize it as you like, as you have connected it to home LAN and internet this install will be like normal Linux installation.
  4. Remove cdrom.iso from /opt/unetlab/addons/qemu/linux-ubuntu-desktop-16.04.02/
cd /opt/unetlab/addons/qemu/linux-ubuntu-desktop-16.04.02/
rm -f cdrom.iso

Article Source: eve-ng.net
Article original Author: Team EVE-NG



    • Related Articles

    • Linux Bond Guide

      Linux Bond Guide Preface This document outlines how to access and use the service on Cloudmylab infrastructure. Audience This document is intended for use by Cloudmylab Customer. It can be used by anyone working in the Information Technology Sector. ...
    • How to import Dynamips images using WinSCP

      In WinSCP the column on the left represents the file on local machine and the column on the right represent files and folder on remote machine. Step 1: Log in with the given credentials. ​ Step 2: Go to the path opt->unetlab->addons->dynamips on the ...
    • How to Import Images using WinSCP

      In WinSCP the column on the left represents a file on the local machine and the column on the right represent files and folder on the remote machine. Step 1: Log in with the given credentials. Step 2: Go to the path opt->unetlab->addons->qemu on the ...
    • WHAT IS CISCO VIRL HOSTED SERVICE PRE LICENSED ?

      Cisco VIRL Hosted Service gives you limitless possibilities as long as you have the license for the Cisco images to run the nodes. With Cloudmylab, we license the labs for you with 20 nodes. You do not have to worry of anything else. We have the ...
    • How to access Devices Services within EVE Instance using the Jump Host/VD (Virtual Desktop)

      Purpose of this Document This document Focuses on helping CML customers understand, how can they easily use a management network to provide devices within the EVE-NG server.  Common Use cases  ​ Access device GUI from the Jump Box  Example: Customer ...