Versions this guide is based on:
EVE Image Foldername | Downloaded Filename | Version | vCPUs | vRAM | Console | HDD Type | Interface |
---|---|---|---|---|---|---|---|
fpfw-6.9.0.25043 | sg_engine_6.9.0.25043_x86-64-small.iso | 6.9.0.25043 | 4 | 8192 | vnc | hda | x4 virtio |
fpsmc-6.9.0-11011 | smca-6.9.0-11011.x86_64.iso | 6.9.0.11011 | 4 | 8192 | vnc | hda, hdb | x1 virtio |
Instructions for Forcepoint Firewall |
---|
Other versions should also be supported following bellow’s procedure.
How to is based on version Forcepoint FW 6.9.0.25043. For other image or version please change image and folder names respectively. 1. Create Forcepoint FW image folder in the EVE-NG. Use cli: mkdir /opt/unetlab/addons/qemu/fpfw-6.9.0.25043
2. Upload the downloaded sg_engine_6.9.0.25043_x86-64-small.iso image to the /opt/unetlab/addons/qemu/fpfw-6.9.0.25043 using for example FileZilla or WinSCP. Then login as root using SSH protocol 3. Go to created folder and rename uploaded sg_engine_6.9.0.25043_x86-64-small.iso image to cdrom.iso: cd /opt/unetlab/addons/qemu/fpfw-6.9.0.25043/
mv sg_engine_6.9.0.25043_x86-64-small.iso cdrom.iso
4. Create HDD for Forcepoint FW image install: /opt/qemu/bin/qemu-img create -f qcow2 hda.qcow2 100G
5. Create new EVE Lab, and add newly created Forceopoint FW image. Start it and follow the installation steps. 6. IMPORTANT: Do not hit enter for reboot, just stop lab node! 7. Open Image folder and remove install cdrom.iso media cd /opt/unetlab/addons/qemu/fpfw-6.9.0.25043/
rm cdrom.iso
Commit image 8. Check lab ID number on EVE side bar “Lab details”, Example:
9. EVE Cli: Convert image from lab tmp folder to defaults image location. In the command below is used lab ID (above) and as we added on lab single node, node ID is 1. Forcepoint image foldername match what we created before. Number 0 in the line below is user POD number. Admin pod is 0. cd /opt/unetlab/tmp/0/72b1903b-4885-4a1c-b9e2-aed46032583a/1/
qemu-img commit hda.qcow2
10. Fix permissions: /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
|
Instructions for Forcepoint Security Management Center (SMC) |
---|
Other versions should also be supported following bellow’s procedure.
How to is based on version Forcepoint Security Management Center 6.9.0-11011. For other image or version please change image and folder names respectively. 1. Create Forcepoint FW image folder in the EVE-NG. Use cli: mkdir /opt/unetlab/addons/qemu/fpsmc-6.9.0-11011
2. Upload the downloaded smca-6.9.0-11011.x86_64.iso image to the /opt/unetlab/addons/qemu/fpsmc-6.9.0-11011 using for example FileZilla or WinSCP. Then login as root using SSH protocol 3. Go to created folder and rename uploaded smca-6.9.0-11011.x86_64.iso image to cdrom.iso: cd /opt/unetlab/addons/qemu/fpsmc-6.9.0-11011/
mv smca-6.9.0-11011.x86_64.iso cdrom.iso
4. Create HDD for Forcepoint SMC image install: cd /opt/unetlab/addons/qemu/fpsmc-6.9.0-11011/
/opt/qemu/bin/qemu-img create -f qcow2 hda.qcow2 100G
5. Create new EVE Lab, and add newly created Forceopoint SMC image. Start it and follow the installation steps. 6. IMPORTANT: Do not hit enter for reboot, just stop lab node! 7. Open Image folder and remove install cdrom.iso media cd /opt/unetlab/addons/qemu/fpsmc-6.9.0-11011/
rm cdrom.iso
Commit image 8. Check lab ID number on EVE side bar “Lab details”, Example:
9. EVE Cli: Convert image from lab tmp folder to defaults image location. In the command below is used lab ID (above) and as we added on lab single node, node ID is 1. Forcepoint image foldername match what we created before. Number 0 in the line below is user POD number. Admin pod is 0. cd /opt/unetlab/tmp/0/72b1903b-4885-4a1c-b9e2-aed46032583a/1/
qemu-img commit hda.qcow2
10. Fix permissions: /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
|