diff --git a/appliances/bsdrp.gns3a b/appliances/bsdrp.gns3a new file mode 100644 index 0000000..8768fe0 --- /dev/null +++ b/appliances/bsdrp.gns3a @@ -0,0 +1,41 @@ +{ + "name": "BSDRP", + "category": "router", + "description": "BSD Router Project (BSDRP) is an embedded free and open source router distribution based on FreeBSD with Quagga and Bird.", + "vendor_name": "Olivier Cochard-Labbe", + "vendor_url": "https://bsdrp.net/", + "product_name": "BSDRP", + "registry_version": 4, + "status": "stable", + "availability": "free", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Default user: root (no password set)", + "qemu": { + "adapter_type": "e1000", + "adapters": 4, + "ram": 256, + "arch": "x86_64", + "console_type": "telnet", + "kvm": "allow" + }, + "images": [ + { + "filename": "BSDRP-1.70-full-amd64-serial.img", + "version": "1.70", + "md5sum": "9c11f61ddf03ee9a9ae4149676175821", + "filesize": 1000000000, + "download_url": "https://bsdrp.net/downloads", + "direct_download_url": "https://sourceforge.net/projects/bsdrp/files/BSD_Router_Project/1.70/amd64/BSDRP-1.70-full-amd64-serial.img.xz/download", + "compression": "xz" + } + ], + "versions": [ + { + "name": "1.70", + "images": { + "hda_disk_image": "BSDRP-1.70-full-amd64-serial.img" + } + } + ] +} diff --git a/appliances/zeroshell.gns3a b/appliances/zeroshell.gns3a new file mode 100644 index 0000000..5170895 --- /dev/null +++ b/appliances/zeroshell.gns3a @@ -0,0 +1,40 @@ +{ + "name": "ZeroShell", + "category": "router", + "description": "Zeroshell is a Linux distribution for servers and embedded devices aimed at providing the main network services a LAN requires. It is available in the form of Live CD or Compact Flash image and you can configure and administer it using your web browser.", + "vendor_name": "Fulvio Ricciardi", + "vendor_url": "http://www.zeroshell.org", + "documentation_url": "http://www.zeroshell.org/documentation/", + "product_name": "ZeroShell", + "registry_version": 4, + "status": "stable", + "availability": "free", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Default WebUI credentials: admin / zeroshell", + "qemu": { + "adapter_type": "e1000", + "adapters": 4, + "ram": 256, + "arch": "x86_64", + "console_type": "vnc", + "kvm": "allow" + }, + "images": [ + { + "filename": "ZeroShell-3.7.1-USB.img", + "version": "3.7.1", + "md5sum": "22e739a24dc1c233d3eca5d8fedc97c8", + "filesize": 1992294400, + "download_url": "http://www.zeroshell.org/download/" + } + ], + "versions": [ + { + "name": "3.7.1", + "images": { + "hda_disk_image": "ZeroShell-3.7.1-USB.img" + } + } + ] +}