[RELEASE] How to add Sophos XG

Here you can ask EVE-NG team to add new images to the list to play in lab.

Do not ask questions like "where I can get image x or Y" in that forum

Moderator: mike

Locked
nbctcp
Posts: 41
Joined: Tue Apr 04, 2017 7:36 am

[RELEASE] How to add Sophos XG

Post by nbctcp » Thu May 04, 2017 6:39 am

SOURCE: https://nbctcp.wordpress.com/2015/07/02 ... n-on-esxi/

Here how to install Sophos XG Firewall into eve.
Hope useful

-to install sophos XG
download latest sophos XG KVM from https://secure2.sophos.com/en-us/produc ... trial.aspx#
# mkdir -p /opt/unetlab/addons/qemu/sophos-16.05
scp VI-SFOS_16.05.3_MR-3.KVM-183.zip into /opt/unetlab/addons/qemu/sophos-16.05
# cd /opt/unetlab/addons/qemu/sophos-16.05
# unzip VI-SFOS_16.05.3_MR-3.KVM-183.zip
# mv PRIMARY-DISK.qcow2 hda.qcow2
# mv AUXILIARY-DISK.qcow2 hdb.qcow2
# rm VI-SFOS_16.05.3_MR-3.KVM-183.zip
# /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
# cd /opt/unetlab/html/templates
# cp cpsg.php sophos.php
# sed -i 's/cpsg/sophos/g' sophos.php
# sed -i 's/CP/sophos/g' sophos.php
# cd ../includes
# vi init.php
add
'sophos' => 'Sophos XG FireWall',
after cpsg line

LAN IP: 172.16.16.16 (default) port1
WAN IP: dhcp port2
WEB GUI: https://172.16.16.16:4444
L: admin
P: admin

Locked