Watchguard firewalls supported?????

Moderator: mike

Post Reply
darko
Posts: 92
Joined: Tue Oct 24, 2017 2:42 pm

Watchguard firewalls supported?????

Post by darko » Tue Oct 20, 2020 3:23 pm


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

Re: Watchguard firewalls supported?????

Post by Uldis (UD) » Tue Oct 20, 2020 7:46 pm

it is easy to add yourself
I just converted vmdk to hda.qcow2
I created template and icon for Watcguard
unzip attached file.
png icon place in your EVE location: /opt/unetlab/html/images/icons
Template yml place is: /opt/unetlab/html/templates/intel

download OVA from watcguard and unzip it
get file: FireboxV_12_5_4_signed-disk1.vmdk
create in eve directory:

Code: Select all

mkdir /opt/unetlab/addons/qemu/watchguard-12.5.4
upload vmdk file in it and convert to hda

Code: Select all

cd /opt/unetlab/addons/qemu/watchguard-12.5.4
qemu-img convert -f vmdk -O qcow2 FireboxV_12_5_4_signed-disk1.vmdk hda.qcow2
remove vmdk

Code: Select all

rm FireboxV_12_5_4_signed-disk1.vmdk
You do not have the required permissions to view the files attached to this post.

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

Re: Watchguard firewalls supported?????

Post by Uldis (UD) » Wed Oct 21, 2020 2:33 pm

Do what you wish.. I just made this yml as it was advised y watchguard
just all next interface names will be eth2,3,4...

Post Reply