diff --git a/appliances/arista-veos.gns3a b/appliances/arista-veos.gns3a index 5d39762..20cb88d 100644 --- a/appliances/arista-veos.gns3a +++ b/appliances/arista-veos.gns3a @@ -13,7 +13,7 @@ "maintainer_email": "developers@gns3.net", "usage": "The login is admin, with no password by default", "symbol": ":/symbols/multilayer_switch.svg", - "first_port_name": "Management0", + "first_port_name": "Management1", "port_name_format": "Ethernet{port1}", "qemu": { "adapter_type": "e1000", @@ -31,6 +31,27 @@ "filesize": 519962624, "download_url": "https://www.arista.com/en/support/software-download" }, + { + "filename": "vEOS-lab-4.15.5M.vmdk", + "version": "4.15.5M", + "md5sum": "cd74bb69c7ee905ac3d33c4d109f3ab7", + "filesize": 516030464, + "download_url": "https://www.arista.com/en/support/software-download" + }, + { + "filename": "vEOS-lab-4.14.14M.vmdk", + "version": "4.14.14M", + "md5sum": "d81ba0522f4d7838d96f7985e41cdc47", + "filesize": 422641664, + "download_url": "https://www.arista.com/en/support/software-download" + }, + { + "filename": "vEOS-lab-4.13.16M.vmdk", + "version": "4.13.16M", + "md5sum": "5763b2c043830c341c8b1009f4ea9a49", + "filesize": 404684800, + "download_url": "https://www.arista.com/en/support/software-download" + }, { "filename": "vEOS-lab-4.13.8M.vmdk", "version": "4.13.8M", @@ -39,10 +60,10 @@ "download_url": "https://www.arista.com/en/support/software-download" }, { - "filename": "Aboot-veos-serial-2.0.8.iso", - "version": "2.0.8", - "md5sum": "8ebbde97f3648802001b4137bd776d76", - "filesize": 4194304, + "filename": "Aboot-veos-serial-8.0.0.iso", + "version": "8.0.0", + "md5sum": "488ad1c435d18c69bb8d69c7806457c9", + "filesize": 5242880, "download_url": "https://www.arista.com/en/support/software-download" } ], @@ -50,14 +71,35 @@ { "name": "4.16.6M", "images": { - "hda_disk_image": "Aboot-veos-serial-2.0.8.iso", + "hda_disk_image": "Aboot-veos-serial-8.0.0.iso", "hdb_disk_image": "vEOS-lab-4.16.6M.vmdk" } }, + { + "name": "4.15.5M", + "images": { + "hda_disk_image": "Aboot-veos-serial-8.0.0.iso", + "hdb_disk_image": "vEOS-lab-4.15.5M.vmdk" + } + }, + { + "name": "4.14.14M", + "images": { + "hda_disk_image": "Aboot-veos-serial-8.0.0.iso", + "hdb_disk_image": "vEOS-lab-4.14.14M.vmdk" + } + }, + { + "name": "4.13.16M", + "images": { + "hda_disk_image": "Aboot-veos-serial-8.0.0.iso", + "hdb_disk_image": "vEOS-lab-4.13.16M.vmdk" + } + }, { "name": "4.13.8M", "images": { - "hda_disk_image": "Aboot-veos-serial-2.0.8.iso", + "hda_disk_image": "Aboot-veos-serial-8.0.0.iso", "hdb_disk_image": "vEOS-lab-4.13.8M.vmdk" } } diff --git a/appliances/clearos.gns3a b/appliances/clearos.gns3a new file mode 100644 index 0000000..e25daae --- /dev/null +++ b/appliances/clearos.gns3a @@ -0,0 +1,50 @@ +{ + "name": "ClearOS CE", + "category": "firewall", + "description": "ClearOS is an operating system for your Server, Network, and Gateway systems. It is designed for homes, small to medium businesses, and distributed environments. ClearOS is commonly known as the Next Generation Small Business Server, while including indispensable Gateway and Networking functionality. It delivers a powerful IT solution with an elegant user interface that is completely web-based. Simply put.. ClearOS is the new way of delivering IT.", + "vendor_name": "ClearCenter, Corp.", + "vendor_url": "https://www.clearos.com/", + "documentation_url": "https://www.clearos.com/resources/documentation/clearos-7-documentation-overview", + "product_name": "ClearOS CE", + "product_url": "https://www.clearos.com/clearfoundation/software/clearos-7-community", + "registry_version": 1, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Follow the installer.", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 3, + "ram": 1024, + "hda_disk_interface": "virtio", + "arch": "x86_64", + "console_type": "vnc", + "kvm": "require" + }, + "images": [ + { + "filename": "ClearOS-7.2-DVD-x86_64.iso", + "version": "7.2", + "md5sum": "a094763e6ed5d9b073fd4e651f9a48f1", + "filesize": 855638016, + "download_url": "https://www.clearos.com/clearfoundation/software/clearos-downloads" + }, + { + "filename": "empty30G.qcow2", + "version": "1.0", + "md5sum": "3411a599e822f2ac6be560a26405821a", + "filesize": 197120, + "download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/", + "direct_download_url": "http://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download" + } + ], + "versions": [ + { + "name": "7.2", + "images": { + "hda_disk_image": "empty30G.qcow2", + "cdrom_image": "ClearOS-7.2-DVD-x86_64.iso" + } + } + ] +} diff --git a/appliances/fortimanager.gns3a b/appliances/fortimanager.gns3a index 73256fa..4fb8598 100644 --- a/appliances/fortimanager.gns3a +++ b/appliances/fortimanager.gns3a @@ -25,6 +25,13 @@ "kvm": "allow" }, "images": [ + { + "filename": "FMG_VM64_KVM-v5-build1082-FORTINET.out.kvm.qcow2", + "version": "5.4.1", + "md5sum": "fc1815410f3f0536e2e3a9c1c5c07f41", + "filesize": 83124224, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FMG_VM64_KVM-v5-build1019-FORTINET.out.kvm.qcow2", "version": "5.4.0", @@ -32,6 +39,13 @@ "filesize": 77541376, "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" }, + { + "filename": "FMG_VM64_KVM-v5-build0777-FORTINET.out.kvm.qcow2", + "version": "5.2.8", + "md5sum": "6dbf148ace9bf309ad383757afd75fad", + "filesize": 65011712, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FMG_VM64_KVM-v5-build0757-FORTINET.out.kvm.qcow2", "version": "5.2.7", @@ -49,6 +63,13 @@ } ], "versions": [ + { + "name": "5.4.1", + "images": { + "hda_disk_image": "FMG_VM64_KVM-v5-build1082-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, { "name": "5.4.0", "images": { @@ -56,6 +77,13 @@ "hdb_disk_image": "empty30G.qcow2" } }, + { + "name": "5.2.8", + "images": { + "hda_disk_image": "FMG_VM64_KVM-v5-build0777-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, { "name": "5.2.7", "images": { diff --git a/appliances/loadbalancer_org-va.gns3a b/appliances/loadbalancer_org-va.gns3a new file mode 100644 index 0000000..754875f --- /dev/null +++ b/appliances/loadbalancer_org-va.gns3a @@ -0,0 +1,41 @@ +{ + "name": "Loadbalancer.org Enterprise VA", + "category": "router", + "description": "Don't you hate it when companies artificially cripple performance? We just give you two simple choices - Now isn't that a refreshing change?", + "vendor_name": "Loadbalancer.org", + "vendor_url": "https://loadbalancer.org/", + "documentation_url": "https://loadbalancer.org/support/support-resources", + "product_name": "Loadbalancer.org Enterprise VA", + "product_url": "https://loadbalancer.org/products/virtual", + "registry_version": 1, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Default credentials: Network config CLI: setup / setup; CLI: root / loadbalancer; WebUI: loadbalancer / loadbalancer", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 2, + "ram": 2048, + "hda_disk_interface": "virtio", + "arch": "x86_64", + "console_type": "telnet", + "kvm": "require" + }, + "images": [ + { + "filename": "Loadbalancer.org_Enterprise_VA-8.2-disk1.qcow2", + "version": "8.2", + "md5sum": "8b74b330a6f629a081f3b36a5d64605b", + "filesize": 8430419968, + "download_url": "https://loadbalancer.org/resources/free-trial" + } + ], + "versions": [ + { + "name": "8.2", + "images": { + "hda_disk_image": "Loadbalancer.org_Enterprise_VA-8.2-disk1.qcow2" + } + } + ] +} diff --git a/appliances/packetfence-zen.gns3a b/appliances/packetfence-zen.gns3a new file mode 100644 index 0000000..a085bdf --- /dev/null +++ b/appliances/packetfence-zen.gns3a @@ -0,0 +1,42 @@ +{ + "name": "PacketFence ZEN", + "category": "guest", + "description": "PacketFence is a fully supported, trusted, Free and Open Source network access control (NAC) solution. Boasting an impressive feature set including a captive-portal for registration and remediation, centralized wired and wireless management, 802.1X support, layer-2 isolation of problematic devices, integration with the Snort IDS and the Nessus vulnerability scanner; PacketFence can be used to effectively secure networks - from small to very large heterogeneous networks.", + "vendor_name": "Inverse inc.", + "vendor_url": "https://packetfence.org/", + "documentation_url": "https://packetfence.org/support/index.html#/documentation", + "product_name": "PacketFence ZEN", + "product_url": "https://packetfence.org/about.html", + "registry_version": 1, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Boot the live CD", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 2, + "ram": 8192, + "hda_disk_interface": "virtio", + "arch": "x86_64", + "console_type": "vnc", + "kvm": "require" + }, + "images": [ + { + "filename": "PacketFenceZEN_USB-6.2.1.img", + "version": "6.2.1", + "md5sum": "f212be7c8621b90d973f500f00ef1277", + "filesize": 3221225472, + "download_url": "ttps://packetfence.org/download.html#/zen", + "direct_download_url": "http://sourceforge.net/projects/packetfence/files/PacketFence%20ZEN/6.2.1/PacketFenceZEN_USB-6.2.1.tar.bz2/download" + } + ], + "versions": [ + { + "name": "6.2.1", + "images": { + "hda_disk_image": "PacketFenceZEN_USB-6.2.1.img" + } + } + ] +}