Sonicwall Firewall NSv qemu compatibility

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
Fernando Aguiar
Posts: 27
Joined: Tue Mar 21, 2017 11:28 pm

Sonicwall Firewall NSv qemu compatibility

Post by Fernando Aguiar » Tue Sep 04, 2018 7:45 pm

Hi guys.

I got the Sonicwall Virtual Firewall (NSv 200) and I converted to qemu image.
the firewall boots up, but after inicial boot the error attached appears:

Does anyone know how can i solve this, please?
You do not have the required permissions to view the files attached to this post.

51089701
Posts: 2
Joined: Wed Sep 05, 2018 12:43 am

Re: Sonicwall Firewall NSv qemu compatibility

Post by 51089701 » Wed Sep 05, 2018 12:53 am

where can I get the Sonicwall Virtual Firewall (NSv 200)?
I will try.

Fernando Aguiar
Posts: 27
Joined: Tue Mar 21, 2017 11:28 pm

Re: Sonicwall Firewall NSv qemu compatibility

Post by Fernando Aguiar » Wed Sep 05, 2018 1:53 am

51089701 wrote:
Wed Sep 05, 2018 12:53 am
where can I get the Sonicwall Virtual Firewall (NSv 200)?
I will try.
Only available to partners.

51089701
Posts: 2
Joined: Wed Sep 05, 2018 12:43 am

Re: Sonicwall Firewall NSv qemu compatibility

Post by 51089701 » Wed Sep 05, 2018 2:56 am

Got it.

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

Re: Sonicwall Firewall NSv qemu compatibility

Post by matrix5000 » Sat Feb 09, 2019 7:01 pm

Did you resolve issue ?

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

Re: Sonicwall Firewall NSv qemu compatibility

Post by Uldis (UD) » Sun Mar 17, 2019 7:06 pm

yes
but a but tricky steps...

1. Originally downloaded image OVA I imported to my esxi first, booted and then stopped
2. Exported vmdk file from my esi
WARNING: file is about 5.2 Gb large
3. created image folder

Code: Select all

mkdir /opt/unetlab/addons/qemu/sonicwall-NSv-200-R253
4. copied SonicWall_NSv-disk1.vmdk file into it
5. coverted it to hda.qcow2

Code: Select all

qemu-img convert -f vmdk -O qcow2 SonicWall_NSv-disk1.vmdk hda.qcow2
6. removed raw vmdk file

Code: Select all

rm SonicWall_NSv-disk1.vmdk
7. Add node on topology, BUT change settings for it:
CPU=2
RAM=4096M
ethernets=8
Qemu Version 2.12.0
Qemu NIC=vmxnet3
and qemu string
-machine type=pc,accel=kvm -nographic -rtc base=utc -cpu host
Voila
Uldis
You do not have the required permissions to view the files attached to this post.

kelp200
Posts: 1
Joined: Mon Mar 18, 2019 1:39 am

Re: Sonicwall Firewall NSv qemu compatibility

Post by kelp200 » Mon Mar 18, 2019 1:58 am

thank for shared very much!

kaizen_15
Posts: 1
Joined: Sun May 31, 2020 1:45 am

Re: Sonicwall Firewall NSv qemu compatibility

Post by kaizen_15 » Sun May 31, 2020 4:38 am

Hi Uldis,

Good day!

How do you access the sonicwall NSv webpage?


Thanks,
Kaize

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

Re: Sonicwall Firewall NSv qemu compatibility

Post by Uldis (UD) » Sun May 31, 2020 3:54 pm

Https from another host

Post Reply