From 36a817d21ef176c4b9a9bdeec91f75ae41aa6228 Mon Sep 17 00:00:00 2001 From: adosztal Date: Sun, 8 Dec 2019 15:45:16 +0100 Subject: [PATCH] New WatchGuard appliances --- appliances/watchguard-fireboxv.gns3a | 44 ++++++++++++++++++++++++++++ appliances/watchguard-xtmv.gns3a | 44 ++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 appliances/watchguard-fireboxv.gns3a create mode 100644 appliances/watchguard-xtmv.gns3a diff --git a/appliances/watchguard-fireboxv.gns3a b/appliances/watchguard-fireboxv.gns3a new file mode 100644 index 0000000..ef381e7 --- /dev/null +++ b/appliances/watchguard-fireboxv.gns3a @@ -0,0 +1,44 @@ +{ + "name": "WatchGuard", + "category": "firewall", + "description": "Organizations of all sizes are turning to virtualization to reduce costs and increase the efficiency, availability, and flexibility of their IT resources. But virtualization comes at a cost. Virtual environments are complex to manage and vulnerable to security threats. IT must be prepared. Now applications can be secured, resources can be maximized and your IT department can reap the rewards of having a single, unified management system – without a security risk in sight. WatchGuard FireboxV brings best-in-class network security to the world of virtualization. With real-time monitoring, multi-WAN support and scalable solutions to fit any-sized business, your virtual environments can be just as secure as your physical one.", + "vendor_name": "WatchGuard", + "vendor_url": "https://www.watchguard.com/", + "documentation_url": "https://www.watchguard.com/wgrd-products/virtual-and-cloud/fireboxv", + "product_name": "FireboxV", + "product_url": "https://www.watchguard.com/wgrd-help/documentation/xtm", + "registry_version": 5, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "You need to extract the OVA file with tar or 7-Zip.\n\nThere are two active interfaces: external and trusted. The trusted interface has the IP address 10.0.1.1, the WebUI listens on port 8080 (https://10.0.1.1:8080). The external interface is configured to receive an IP address through DHCP. The trusted interface is not configured to assign IP addresses with DHCP. Both the trusted and external interfaces accept management connections.\n\nCredentials: admin / readwrite", + "port_name_format": "{0}", + "qemu": { + "adapter_type": "vmxnet3", + "adapters": 2, + "ram": 1024, + "hda_disk_interface": "ide", + "arch": "x86_64", + "console_type": "spice", + "boot_priority": "c", + "kvm": "require" + }, + "images": [ + { + "filename": "FireboxV_12_5_2_signed-disk1.vmdk", + "version": "12.5.2", + "md5sum": "5a17b57a149f2324ed4d34563367d1c0", + "filesize": 191653888, + "download_url": "https://watchguardsupport.secure.force.com/software/SoftwareDownloads?current=true&familyId=a2R2A000001YGv4UAG", + "direct_download_url": "http://cdn.watchguard.com/SoftwareCenter/Files/XTM/12_5_2/FireboxV_12_5_2.ova" + } + ], + "versions": [ + { + "name": "12.5.2", + "images": { + "hda_disk_image": "FireboxV_12_5_2_signed-disk1.vmdk" + } + } + ] +} diff --git a/appliances/watchguard-xtmv.gns3a b/appliances/watchguard-xtmv.gns3a new file mode 100644 index 0000000..8dc514f --- /dev/null +++ b/appliances/watchguard-xtmv.gns3a @@ -0,0 +1,44 @@ +{ + "name": "WatchGuard", + "category": "firewall", + "description": "Organizations of all sizes are turning to virtualization to reduce costs and increase the efficiency, availability, and flexibility of their IT resources. But virtualization comes at a cost. Virtual environments are complex to manage and vulnerable to security threats. IT must be prepared. Now applications can be secured, resources can be maximized and your IT department can reap the rewards of having a single, unified management system – without a security risk in sight. WatchGuard XTMv brings best-in-class network security to the world of virtualization. With real-time monitoring, multi-WAN support and scalable solutions to fit any-sized business, your virtual environments can be just as secure as your physical one.", + "vendor_name": "WatchGuard", + "vendor_url": "https://www.watchguard.com/", + "documentation_url": "https://www.watchguard.com/wgrd-products/virtual-and-cloud/fireboxv", + "product_name": "XTMv", + "product_url": "https://www.watchguard.com/wgrd-help/documentation/xtm", + "registry_version": 5, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "You need to extract the OVA file with tar or 7-Zip.\n\nThere are two active interfaces: external and trusted. The trusted interface has the IP address 10.0.1.1, the WebUI listens on port 8080 (https://10.0.1.1:8080). The external interface is configured to receive an IP address through DHCP. The trusted interface is not configured to assign IP addresses with DHCP. Both the trusted and external interfaces accept management connections.\n\nCredentials: admin / readwrite", + "port_name_format": "{0}", + "qemu": { + "adapter_type": "vmxnet3", + "adapters": 2, + "ram": 1024, + "hda_disk_interface": "ide", + "arch": "x86_64", + "console_type": "spice", + "boot_priority": "c", + "kvm": "require" + }, + "images": [ + { + "filename": "xtmv_12_1_3_U3_signed-disk1.vmdk", + "version": "12.1.3 U3", + "md5sum": "3f9666a37544e764f48f50b8a7939190", + "filesize": 95944704, + "download_url": "https://watchguardsupport.secure.force.com/software/SoftwareDownloads?current=true&familyId=a2RF00000009OmLMAU", + "direct_download_url": "http://cdn.watchguard.com/SoftwareCenter/Files/XTM/12_1_3_U3/xtmv_12_1_3_U3.ova" + } + ], + "versions": [ + { + "name": "12.1.3 U3", + "images": { + "hda_disk_image": "xtmv_12_1_3_U3_signed-disk1.vmdk" + } + } + ] +}