mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Added FortiWeb WAF appliance
This commit is contained in:
parent
4460f31a51
commit
01934e8a04
56
appliances/fortiweb.gns3a
Normal file
56
appliances/fortiweb.gns3a
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "FortiWeb",
|
||||
"category": "firewall",
|
||||
"description": "FortiWeb Web Application Firewalls provide specialized, layered web application threat protection for medium/large enterprises, application service providers, and SaaS providers.",
|
||||
"vendor_name": "Fortinet",
|
||||
"vendor_url": "http://www.fortinet.com/",
|
||||
"documentation_url": "http://docs.fortinet.com/fortiweb",
|
||||
"product_name": "FortiWeb",
|
||||
"product_url": "http://www.fortinet.com/products/fortiweb/index.html",
|
||||
"registry_version": 1,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "Default username is admin, no password is set. Console keeps sending 'access uuid file failed, error number 2' messages; ignore it.",
|
||||
"port_name_format": "Port{port1}",
|
||||
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
"hda_disk_interface": "virtio",
|
||||
"hdb_disk_interface": "virtio",
|
||||
"adapters": 4,
|
||||
"console_type": "vnc",
|
||||
"ram": 1024,
|
||||
"arch": "x86_64",
|
||||
"boot_priority": "c",
|
||||
"kvm": "allow"
|
||||
},
|
||||
|
||||
"images": [
|
||||
{
|
||||
"filename": "FWB_KVM-v500-build0723-FORTINET.out.kvm-boot.qcow2",
|
||||
"version": "5.4.2",
|
||||
"md5sum": "0a613191948d3618ae16cd9f11988448",
|
||||
"filesize": 87162880,
|
||||
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||
},
|
||||
{
|
||||
"filename": "FWB_KVM-v500-build0723-FORTINET.out.kvm-log.qcow2",
|
||||
"version": "5.4.2",
|
||||
"md5sum": "b90cd0a382cb09db31cef1d0cdf7d6e9",
|
||||
"filesize": 7602176,
|
||||
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
"versions": [
|
||||
{
|
||||
"name": "5.4.2",
|
||||
"images": {
|
||||
"hda_disk_image": "FWB_KVM-v500-build0723-FORTINET.out.kvm-boot.qcow2",
|
||||
"hdb_disk_image": "FWB_KVM-v500-build0723-FORTINET.out.kvm-log.qcow2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user