How to create Web Server in EVE NG Community for Lab

Опубликовано: 30 Сентябрь 2024
на канале: AA NetSec
5,539
62

First download TTYLinux from this link https://www.michellelaverick.com/down...

Step1: Create a Directory:
mkdir /opt/unetlab/addons/qemu/linux-ttylinux
Step2: Convert the Image to hda.qcow2 format:
/opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 TTYLinux-disk1.vmdk hda.qcow2
Step3: Fix Permissions:
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Step4: Editing Network Interface:
vi /etc/sysconfig/network-scripts/ifcfg-eth0
Step5: Restart the Network Service:
service network restart
Step6: Create HTML page:
vi /home/thttpd/index.html