Can these firewalls be used in eve-mg? https://www.watchguard.com/wgrd-product ... appliances
They aren´t listed in https://www.eve-ng.net/index.php/documentation/howtos/
			
									
									
						Watchguard firewalls supported?????
Moderator: mike
- 
				Uldis (UD)
 - Posts: 5190
 - Joined: Wed Mar 15, 2017 4:44 pm
 - Location: London
 - Contact:
 
Re: Watchguard firewalls supported?????
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:
upload vmdk file in it and convert to hda
remove vmdk
			
						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.4Code: 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.qcow2Code: Select all
rm FireboxV_12_5_4_signed-disk1.vmdkYou do not have the required permissions to view the files attached to this post.
			
									
						- 
				Uldis (UD)
 - Posts: 5190
 - Joined: Wed Mar 15, 2017 4:44 pm
 - Location: London
 - Contact:
 
Re: Watchguard firewalls supported?????
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...
			
									
									
						just all next interface names will be eth2,3,4...