Como instalar eve-ng-toolkit
Descargue los archivos comprimidos a continuación para descomprimir (contraseña:
nguyenvanlong.me)
Utilice Xshell o SFTP XFTP, etc. copie archivos en / usr / share / eve-ng-toolkit
de EVE-NG
Luego ve a ejecutar los siguientes comandos
cd /usr/share/eve-ng-toolkit/
1
cd /usr/share/eve-ng-toolkit/
Este comando va al directorio eve-ng-toolkit
Ejecuta el comando
chmod +x eve-ng-toolkit
1
chmod +x eve-ng-toolkit
El comando anterior otorga ejecutar (ejecutable para archivos bash).
Luego puede ejecutar el script bash con el comando
./eve-ng-toolkit
1
./eve-ng-toolkit
o
sh eve-ng-toolkit
1
sh eve-ng-toolkit
Aparecerá el menú.
Descargar: Controlador de GoogleEl | Fshare
You will need Filezilla or WinSCP to load image
IOL Images
------------------------
IOL images no need to prepare, those are ready to use.
copy IOL images to the EVE location
/opt/unetlab/addons/iol/bin/
make sure you have valid iourc lic file (word doc how to properly create iourc lic)
from EVE cli fix permissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Dynamips images
---------------------------
Dynamips images as well no need prepare just copy in the EVE
copy dynamips images to the eve location:
/opt/unetlab/addons/dynamips/
from EVE cli fix permissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Qemu images
----------------------------
qemu images are in linux archive format, you will need prepare it.
1. copy image to EVE location
/opt/unetlab/addons/
2. SSH to EVE cli and go to location
cd /opt/unetlab/addons/
3. untar qemu image with command
example:
tar xzvf csr1000vng-universalk9.16.06.03.Everest.tar.gz
4. remove raw tar image
rm csr1000vng-universalk9.16.06.03.Everest.tar.gz
repeat it for next image
at the end fix permissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions