From d9be90209505a939255d3568da95e1a935bb3db9 Mon Sep 17 00:00:00 2001 From: adosztal Date: Thu, 8 Jun 2017 13:40:18 +0200 Subject: [PATCH] New appliance: IPFire --- appliances/ipfire.gns3a | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 appliances/ipfire.gns3a diff --git a/appliances/ipfire.gns3a b/appliances/ipfire.gns3a new file mode 100644 index 0000000..d7ffb35 --- /dev/null +++ b/appliances/ipfire.gns3a @@ -0,0 +1,44 @@ +{ + "name": "IPFire", + "category": "firewall", + "description": "IPFire was designed with both modularity and a high-level of flexibility in mind. You can easily deploy many variations of it, such as a firewall, a proxy server or a VPN gateway. The modular design ensures that it runs exactly what you've configured it for and nothing more. Everything is simple to manage and update through the package manager, making maintenance a breeze.", + "vendor_name": "IPFire Project", + "vendor_url": "http://www.ipfire.org/", + "documentation_url": "http://wiki.ipfire.org/en/start", + "product_name": "IPFire", + "product_url": "http://www.ipfire.org/features", + "registry_version": 3, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "A config wizard will be started at first boot.", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 4, + "ram": 1024, + "hda_disk_interface": "virtio", + "arch": "x86_64", + "console_type": "telnet", + "boot_priority": "c", + "kvm": "allow" + }, + "images": [ + { + "filename": "ipfire-2.19.1gb-ext4-scon.x86_64-full-core110.img", + "version": "2.19", + "md5sum": "d91bdabee5db83d0f93573f88ea542b1", + "filesize": 958398464, + "download_url": "http://www.ipfire.org/download", + "direct_download_url": "http://downloads.ipfire.org/releases/ipfire-2.x/2.19-core110/ipfire-2.19.1gb-ext4-scon.x86_64-full-core110.img.gz" + } + ], + "versions": [ + { + "name": "2.19", + "images": { + "hda_disk_image": "ipfire-2.19.1gb-ext4-scon.x86_64-full-core110.img" + } + } + ] +}