Versions this guide is based on:
EVE Image Foldername | Downloaded Filename | Version | vCPUs | vRAM | Console | Qemu | NIC Type | Max interfaces |
---|---|---|---|---|---|---|---|---|
utm-4.0.2 | utm-SNS-EVA-4.0.2-kvm.qcow2.gz | 4.0.2 | 1 | 4096 | telnet | 2.12.0 | virtio | 4 |
Instructions |
---|
Other versions should also be supported following bellow’s procedure. utm-SNS-EVA-4.0.2-kvm.qcow2.gz file from Stormshield portal. In this example version used is utm-SNS-EVA-4.0.2-kvm.qcow2.gz For other image or version please change image and folder names respectively. Extract the archive to obtain following image: utm-SNS-EVA-4.0.2-kvm.qcow2 Step 1 SSH CLI to your EVE as root and create the new image directory: root@eve-ng:~# mkdir /opt/unetlab/addons/qemu/utm-4.0.2
Step 2 Upload the obtained image utm-SNS-EVA-4.0.2-kvm.qcow2 to the EVE newly created directoriy using FileZilla or WinSCP to /opt/unetlab/addons/qemu/utm-4.0.2 Step 3 Rename original filename to EVE format, commands from EVE CLI root@eve-ng:~# cd /opt/unetlab/addons/qemu/qemu/utm-4.0.2 root@eve-ng:~# mv utm-SNS-EVA-4.0.2-kvm.qcow2 virtioa.qcow2 root@eve-ng:~# cd /opt/unetlab/addons/qemuutm-4.0.2
root@eve-ng:/opt/unetlab/addons/qemu/utm-4.0.2# ls
virtioa.qcow2
Step 4 Fix permissions root@eve-ng:~# /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
|