mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-21 01:31:23 +00:00
New appliances: ClearOS firewall, Loadbalancer.org VA, Packetfence ZEN
This commit is contained in:
parent
ff574d1e84
commit
2c6807b435
50
appliances/clearos.gns3a
Normal file
50
appliances/clearos.gns3a
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
41
appliances/loadbalancer_org-va.gns3a
Normal file
41
appliances/loadbalancer_org-va.gns3a
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
42
appliances/packetfence-zen.gns3a
Normal file
42
appliances/packetfence-zen.gns3a
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user