SonicWall-Firewall

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

Post Reply
matrix5000
Posts: 6
Joined: Sun Jun 24, 2018 9:37 pm

SonicWall-Firewall

Post by matrix5000 » Sun Jun 24, 2018 9:49 pm

Hi
I have question, about Sonicwall Firewall . In EVE I have found NODE "Dell Sonicwall" , but I didn't found instruction How to .
Sonicwall have ova virtual distribution.
I did it form this instruction but it didn't work :

1 Method, converting from OVA VMDK disk.

1.1. Create temporary working directory and upload the downloaded image to the EVE using for example FileZilla or WinSCP. Then login as root using SSH protocol and uncompress it:

mkdir abc
cd abc
tar xf PA-VM-ESX-7.0.1.ova

1.2. Then convert the disk to the qcow2 format:

/opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 PA-VM-ESX-7.0.1-disk1.vmdk virtioa.qcow2

1.3. Create the folder for HDD image and move it:

mkdir /opt/unetlab/addons/qemu/paloalto-7.0.1
mv virtioa.qcow2 /opt/unetlab/addons/qemu/paloalto-7.0.1

1.4. Delete temporary directory abc and fix permissions:

cd ..
rm -rf abc
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Default username is admin with password admin.

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: SonicWall-Firewall

Post by Uldis (UD) » Mon Jun 25, 2018 8:15 am

folder must be

sonicwall-xxxxx

where xxxxx is your sonicwall version. Example "sonicwall-11.3.0-319"

And image converted vmdk must be hda.qcow2 and not virtio

UD

matrix5000
Posts: 6
Joined: Sun Jun 24, 2018 9:37 pm

Re: SonicWall-Firewall

Post by matrix5000 » Mon Jun 25, 2018 1:21 pm

Yes I know. I did that.

matrix5000
Posts: 6
Joined: Sun Jun 24, 2018 9:37 pm

Re: SonicWall-Firewall

Post by matrix5000 » Wed Jun 27, 2018 1:54 pm

When I was tried boot Sonicwall Firewall . I have only this message " Booting `SonicCore default'" next starting SonicCore
Have you have anyone who use this image.
PS SonicCore is not proper os.

Post Reply