mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
babc614193
46
appliances/6wind-turbo-router.gns3a
Normal file
46
appliances/6wind-turbo-router.gns3a
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"name": "6WIND Turbo Router",
|
||||||
|
"category": "router",
|
||||||
|
"description": "6WIND Turbo Router is a high performance, ready-to-use software virtual router. It can be deployed bare metal or in virtual machines on commercial-off-the-shelf (COTS) servers. It is a carrier-grade solution for Service Prodivers aiming at using white boxes to deploy network functions. Typical use-cases are transit/peering router, IPsec VPN gateway and CGNAT.",
|
||||||
|
"vendor_name": "6WIND",
|
||||||
|
"vendor_url": "https://www.6wind.com/",
|
||||||
|
"documentation_url": "https://doc.6wind.com/turbo-router-3/latest/turbo-router/",
|
||||||
|
"product_name": "6WIND Turbo Router",
|
||||||
|
"product_url": "https://www.6wind.com/vrouter-solutions/turbo-router/",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "stable",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"usage": "Default username / password is admin / admin.",
|
||||||
|
"symbol": "6wind.svg",
|
||||||
|
"port_name_format": "eth{0}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "virtio-net-pci",
|
||||||
|
"adapters": 8,
|
||||||
|
"ram": 4096,
|
||||||
|
"cpus": 4,
|
||||||
|
"hda_disk_interface": "virtio",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "telnet",
|
||||||
|
"boot_priority": "c",
|
||||||
|
"kvm": "require",
|
||||||
|
"options": "-cpu host"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "6wind-vrouter-tr-ae-x86_64-v3.1.4.m1.qcow2",
|
||||||
|
"version": "3.1.4.m1",
|
||||||
|
"md5sum": "bc84b81fba4f2f01eda6a338469e37a5",
|
||||||
|
"filesize": 693829632,
|
||||||
|
"download_url": "https://portal.6wind.com/register.php?utm_campaign=GNS3-2021-EVAL"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "3.1.4.m1",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "6wind-vrouter-tr-ae-x86_64-v3.1.4.m1.qcow2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -27,10 +27,17 @@
|
|||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
{
|
{
|
||||||
"filename": "vEOS-lab-4.25.0FX-LDP-RSVP.vmdk",
|
"filename": "vEOS-lab-4.25.3M.vmdk",
|
||||||
"version": "4.25.0FX",
|
"version": "4.25.3M",
|
||||||
"md5sum": "b7c2efdbe48301a78f124db989710346",
|
"md5sum": "2f196969036b4d283e86f15118d59c26",
|
||||||
"filesize": 468647936,
|
"filesize": 451543040,
|
||||||
|
"download_url": "https://www.arista.com/en/support/software-download"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "vEOS-lab-4.24.3M.vmdk",
|
||||||
|
"version": "4.24.3M",
|
||||||
|
"md5sum": "0a28e44c7ce4a8965f24a4a463a89b7d",
|
||||||
|
"filesize": 455213056,
|
||||||
"download_url": "https://www.arista.com/en/support/software-download"
|
"download_url": "https://www.arista.com/en/support/software-download"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -204,10 +211,17 @@
|
|||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"name": "4.25.0FX",
|
"name": "4.25.3M",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
"hdb_disk_image": "vEOS-lab-4.25.0FX-LDP-RSVP.vmdk"
|
"hdb_disk_image": "vEOS-lab-4.25.3M.vmdk"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "4.24.3M",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
|
||||||
|
"hdb_disk_image": "vEOS-lab-4.24.3M.vmdk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -23,12 +23,20 @@
|
|||||||
"hdb_disk_interface": "ide",
|
"hdb_disk_interface": "ide",
|
||||||
"hdc_disk_interface": "ide",
|
"hdc_disk_interface": "ide",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"console_type": "vnc",
|
"console_type": "telnet",
|
||||||
"kvm": "require",
|
"kvm": "require",
|
||||||
"options": "-nographic",
|
"options": "-nographic",
|
||||||
"process_priority": "normal"
|
"process_priority": "normal"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
|
||||||
|
{
|
||||||
|
"filename": "arubaoscx-disk-image-genericx86-p4-20201110192651.vmdk",
|
||||||
|
"version": "10.06.0001",
|
||||||
|
"md5sum": "f8b45bc52f6bad79b5ff563e0c1ea73b",
|
||||||
|
"filesize": 380304896,
|
||||||
|
"download_url": "https://asp.arubanetworks.com/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "arubaoscx-disk-image-genericx86-p4-20200311173823.vmdk",
|
"filename": "arubaoscx-disk-image-genericx86-p4-20200311173823.vmdk",
|
||||||
"version": "10.04.1000",
|
"version": "10.04.1000",
|
||||||
@ -45,6 +53,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "10.06.0001",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20201110192651.vmdk"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "10.04.1000",
|
"name": "10.04.1000",
|
||||||
"images": {
|
"images": {
|
||||||
|
59
appliances/aruba-vgw.gns3a
Normal file
59
appliances/aruba-vgw.gns3a
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
{
|
||||||
|
"name": "Aruba VGW",
|
||||||
|
"category": "firewall",
|
||||||
|
"description": "Aruba Virtual Gateways allow customers to bring their public cloud infrastructure to the SD-WAN fabric and facilitate connectivity between branches and the public cloud.",
|
||||||
|
"vendor_name": "HPE Aruba",
|
||||||
|
"vendor_url": "arubanetworks.com",
|
||||||
|
"documentation_url": "https://asp.arubanetworks.com/downloads;products=Aruba%20SD-WAN",
|
||||||
|
"product_url": "https://www.arubanetworks.com/products/networking/gateways-and-controllers/",
|
||||||
|
"product_name": "Aruba SD-WAN Virtual Gateway",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "stable",
|
||||||
|
"availability": "service-contract",
|
||||||
|
"maintainer": "Aruba",
|
||||||
|
"maintainer_email": "mitchell.pompe@hpe.com",
|
||||||
|
"usage": "The device must receive an user-data.iso image, which can be mounted to the CD/DVD-ROM and retrieved from Aruba Central. https://help.central.arubanetworks.com/latest/documentation/online_help/content/gateways/vgw/vgw_man-esxi-gen-ud.htm . By default the VGW can be used with VNC, but once provisioned the command '#serial console redirect enable' will enable telnet usage for GNS3.",
|
||||||
|
"symbol": ":/symbols/classic/gateway.svg",
|
||||||
|
"first_port_name": "mgmt",
|
||||||
|
"port_name_format": "GE0/0/{0}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "e1000",
|
||||||
|
"adapters": 4,
|
||||||
|
"ram": 4096,
|
||||||
|
"cpus": 3,
|
||||||
|
"hda_disk_interface": "ide",
|
||||||
|
"hdb_disk_interface": "ide",
|
||||||
|
"hdc_disk_interface": "ide",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "vnc",
|
||||||
|
"kernel_command_line": "",
|
||||||
|
"kvm": "require",
|
||||||
|
"options": "-smp cores=3,threads=1,sockets=1 -cpu host",
|
||||||
|
"process_priority": "normal"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "ArubaOS_VGW_8.6.0.4-2.2.0.0_76905-disk1.vmdk",
|
||||||
|
"version": "8.6.0.4-2.2.0.0",
|
||||||
|
"md5sum": "24d3fdcbec01c1faa2d4e68659024b40",
|
||||||
|
"filesize": 226974208,
|
||||||
|
"download_url": "https://asp.arubanetworks.com/downloads"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "ArubaOS_VGW_8.6.0.4-2.2.0.0_76905-disk2.vmdk",
|
||||||
|
"version": "8.6.0.4-2.2.0.0",
|
||||||
|
"md5sum": "354edd27dc320c739919f55766737d06",
|
||||||
|
"filesize": 4203008,
|
||||||
|
"download_url": "https://asp.arubanetworks.com/downloads"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "8.6.0.4-2.2.0.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "ArubaOS_VGW_8.6.0.4-2.2.0.0_76905-disk1.vmdk",
|
||||||
|
"hdb_disk_image": "ArubaOS_VGW_8.6.0.4-2.2.0.0_76905-disk2.vmdk"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -25,6 +25,20 @@
|
|||||||
"kvm": "require"
|
"kvm": "require"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "asav9-15-1.qcow2",
|
||||||
|
"version": "9.15.1",
|
||||||
|
"md5sum": "4e8747667f52e9046979f126128a61d1",
|
||||||
|
"filesize": 252444672,
|
||||||
|
"download_url": "https://software.cisco.com/download/home/286119613/type/280775065/release/9.15.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "asav9-14-1.qcow2",
|
||||||
|
"version": "9.14.1",
|
||||||
|
"md5sum": "03d89e18e7f8ad00fe8e979c4790587d",
|
||||||
|
"filesize": 211877888,
|
||||||
|
"download_url": "https://software.cisco.com/download/home/286119613/type/280775065/release/9.14.1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "asav9-12-2-9.qcow2",
|
"filename": "asav9-12-2-9.qcow2",
|
||||||
"version": "9.12.2-9",
|
"version": "9.12.2-9",
|
||||||
@ -90,6 +104,18 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "9.15.1",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "asav9-15-1.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "9.14.1",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "asav9-14-1.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "9.12.2-9",
|
"name": "9.12.2-9",
|
||||||
"images": {
|
"images": {
|
||||||
|
55
appliances/cisco-c8000v.gns3a
Normal file
55
appliances/cisco-c8000v.gns3a
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"name": "Cisco Catalyst 8000V",
|
||||||
|
"category": "router",
|
||||||
|
"description": "The Cisco Catalyst 8000V Edge Software is a virtual, form-factor router deployed on a virtual machine (VM) running on an x86 server hardware.",
|
||||||
|
"vendor_name": "Cisco",
|
||||||
|
"vendor_url": "http://www.cisco.com/",
|
||||||
|
"documentation_url": "https://www.cisco.com/c/en/us/td/docs/routers/C8000V/Configuration/c8000v-installation-configuration-guide.html",
|
||||||
|
"product_name": "c8000v",
|
||||||
|
"product_url": "https://www.cisco.com/c/en/us/support/routers/catalyst-8000v-edge-software/series.html",
|
||||||
|
"registry_version": 3,
|
||||||
|
"status": "stable",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"usage": "There is no default password and enable password. A default configuration is present.",
|
||||||
|
"port_name_format": "Gi{port1}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "vmxnet3",
|
||||||
|
"adapters": 4,
|
||||||
|
"ram": 4096,
|
||||||
|
"hda_disk_interface": "ide",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "telnet",
|
||||||
|
"kvm": "require"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "c8000v-universalk9_8G_serial.17.04.01a.qcow2",
|
||||||
|
"version": "17.04.01a 8G",
|
||||||
|
"md5sum": "5c1dd1d3757ea43b5b02e0af7a010525",
|
||||||
|
"filesize": 1623130112,
|
||||||
|
"download_url": "https://software.cisco.com/download/home/286327102/type/282046477/release/Bengaluru-17.4.1a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "c8000v-universalk9_8G_serial.17.04.01b.qcow2",
|
||||||
|
"version": "17.04.01b 8G",
|
||||||
|
"md5sum": "84aebb7f5f38bdd4df8e7607643027be",
|
||||||
|
"filesize": 1623130112,
|
||||||
|
"download_url": "https://software.cisco.com/download/home/286327102/type/282046477/release/Bengaluru-17.4.1b"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "17.04.01a 8G",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "c8000v-universalk9_8G_serial.17.04.01a.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "17.04.01b 8G",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "c8000v-universalk9_8G_serial.17.04.01b.qcow2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -30,6 +30,27 @@
|
|||||||
"filesize": 1048576,
|
"filesize": 1048576,
|
||||||
"download_url": "https://sourceforge.net/projects/gns-3/files",
|
"download_url": "https://sourceforge.net/projects/gns-3/files",
|
||||||
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/IOSv_startup_config.img/download"
|
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/IOSv_startup_config.img/download"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "vios-adventerprisek9-m.spa.159-3.m3.qcow2",
|
||||||
|
"version": "15.9(3)M3",
|
||||||
|
"md5sum": "12893843af18e4c62f13d07266755653",
|
||||||
|
"filesize": 57296384,
|
||||||
|
"download_url": "https://learningnetworkstore.cisco.com/myaccount"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "vios-adventerprisek9-m.spa.159-3.m2.qcow2",
|
||||||
|
"version": "15.9(3)M2",
|
||||||
|
"md5sum": "a19e998bc3086825c751d125af722329",
|
||||||
|
"filesize": 57308672,
|
||||||
|
"download_url": "https://learningnetworkstore.cisco.com/myaccount"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "vios-adventerprisek9-m.spa.158-3.m2.qcow2",
|
||||||
|
"version": "15.8(3)M2",
|
||||||
|
"md5sum": "40e3d25b5b0cb13d639fcd2cf18e9965",
|
||||||
|
"filesize": 57129984,
|
||||||
|
"download_url": "https://learningnetworkstore.cisco.com/myaccount"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "vios-adventerprisek9-m.vmdk.SPA.157-3.M3",
|
"filename": "vios-adventerprisek9-m.vmdk.SPA.157-3.M3",
|
||||||
@ -61,6 +82,27 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "15.9(3)M3",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "vios-adventerprisek9-m.spa.159-3.m3.qcow2",
|
||||||
|
"hdb_disk_image": "IOSv_startup_config.img"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "15.9(3)M2",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "vios-adventerprisek9-m.spa.159-3.m2.qcow2",
|
||||||
|
"hdb_disk_image": "IOSv_startup_config.img"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "15.8(3)M2",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "vios-adventerprisek9-m.spa.158-3.m2.qcow2",
|
||||||
|
"hdb_disk_image": "IOSv_startup_config.img"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "15.7(3)M3",
|
"name": "15.7(3)M3",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -23,6 +23,20 @@
|
|||||||
"kvm": "require"
|
"kvm": "require"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "vios_l2-adventerprisek9-m.ssa.high_iron_20200929.qcow2",
|
||||||
|
"version": "15.2(20200924:215240)",
|
||||||
|
"md5sum": "99ecab32de12410c533e6abd4e9710aa",
|
||||||
|
"filesize": 90409984,
|
||||||
|
"download_url": "https://learningnetworkstore.cisco.com/myaccount"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "vios_l2-adventerprisek9-m.ssa.high_iron_20190423.qcow2",
|
||||||
|
"version": "15.2(6.0.81)E",
|
||||||
|
"md5sum": "71cacb678f98a106f99e889b97b34686",
|
||||||
|
"filesize": 44950016,
|
||||||
|
"download_url": "https://learningnetworkstore.cisco.com/myaccount"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "vios_l2-adventerprisek9-m.SSA.high_iron_20180619.qcow2",
|
"filename": "vios_l2-adventerprisek9-m.SSA.high_iron_20180619.qcow2",
|
||||||
"version": "15.2.1",
|
"version": "15.2.1",
|
||||||
@ -46,6 +60,18 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "15.2(20200924:215240)",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "vios_l2-adventerprisek9-m.ssa.high_iron_20200929.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "15.2(6.0.81)E",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "vios_l2-adventerprisek9-m.ssa.high_iron_20190423.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "15.2.1",
|
"name": "15.2.1",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -11,19 +11,27 @@
|
|||||||
"status": "stable",
|
"status": "stable",
|
||||||
"maintainer": "GNS3 Team",
|
"maintainer": "GNS3 Team",
|
||||||
"maintainer_email": "developers@gns3.net",
|
"maintainer_email": "developers@gns3.net",
|
||||||
"usage": "Default username is cumulus and password is CumulusLinux!",
|
"usage": "Default username is cumulus and password is CumulusLinux! in version 4.1 and earlier, and cumulus in version 4.2 and later.",
|
||||||
"first_port_name": "eth0",
|
"first_port_name": "eth0",
|
||||||
"port_name_format": "swp{port1}",
|
"port_name_format": "swp{port1}",
|
||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "virtio-net-pci",
|
"adapter_type": "virtio-net-pci",
|
||||||
"adapters": 7,
|
"adapters": 7,
|
||||||
"ram": 512,
|
"ram": 768,
|
||||||
"hda_disk_interface": "ide",
|
"hda_disk_interface": "ide",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"console_type": "telnet",
|
"console_type": "telnet",
|
||||||
"kvm": "require"
|
"kvm": "require"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "cumulus-linux-4.3.0-vx-amd64-qemu.qcow2",
|
||||||
|
"version": "4.3.0",
|
||||||
|
"md5sum": "aba2f0bb462b26a208afb6202bc97d51",
|
||||||
|
"filesize": 2819325952,
|
||||||
|
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/",
|
||||||
|
"direct_download_url": "https://d2cd9e7ca6hntp.cloudfront.net/public/CumulusLinux-4.3.0/cumulus-linux-4.3.0-vx-amd64-qemu.qcow2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "cumulus-linux-4.2.0-vx-amd64-qemu.qcow2",
|
"filename": "cumulus-linux-4.2.0-vx-amd64-qemu.qcow2",
|
||||||
"version": "4.2.0",
|
"version": "4.2.0",
|
||||||
@ -222,6 +230,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "4.3.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "cumulus-linux-4.3.0-vx-amd64-qemu.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "4.2.0",
|
"name": "4.2.0",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -11,29 +11,29 @@
|
|||||||
"status": "stable",
|
"status": "stable",
|
||||||
"maintainer": "GNS3 Team",
|
"maintainer": "GNS3 Team",
|
||||||
"maintainer_email": "developers@gns3.net",
|
"maintainer_email": "developers@gns3.net",
|
||||||
"usage": "Default username/password is vyatta/vyatta. DANOS will live boot and drop into a shell. DANOS can then be installed inside the VM by typing install image. Defaults to using a telnet console, but the vnc console can provide additional help if it's not booting.",
|
"usage": "Default username / password is tmpuser / tmppwd. DANOS will live boot and drop into a shell. DANOS can then be installed inside the VM by typing install image. Defaults to using a telnet console, but the vnc console can provide additional help if it's not booting.",
|
||||||
"symbol": ":/symbols/affinity/circle/gray/router_cloud.svg",
|
"symbol": ":/symbols/affinity/circle/gray/router_cloud.svg",
|
||||||
"port_name_format": "dp0p{1}s{0}",
|
"port_name_format": "dp0s{3}",
|
||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "virtio-net-pci",
|
"adapter_type": "virtio-net-pci",
|
||||||
"adapters": 3,
|
"adapters": 8,
|
||||||
"ram": 4096,
|
"ram": 4096,
|
||||||
"cpus": 2,
|
"cpus": 4,
|
||||||
"hda_disk_interface": "ide",
|
"hda_disk_interface": "ide",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"console_type": "telnet",
|
"console_type": "telnet",
|
||||||
"boot_priority": "dc",
|
"boot_priority": "cd",
|
||||||
"kvm": "allow",
|
"kvm": "require",
|
||||||
"options": "-cpu host"
|
"options": "-cpu host"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
{
|
{
|
||||||
"filename": "danos-1908-amd64-vrouter.iso",
|
"filename": "danos-2012-base-amd64.iso",
|
||||||
"version": "1908",
|
"version": "2012",
|
||||||
"md5sum": "e850b6aa2859de1075c11b9149fa50f4",
|
"md5sum": "fb7a60dc9afecdb274464832b3ab1ccb",
|
||||||
"filesize": 409993216,
|
"filesize": 441450496,
|
||||||
"download_url": "https://danosproject.atlassian.net/wiki/spaces/DAN/pages/753667/DANOS+1908",
|
"download_url": "https://danosproject.atlassian.net/wiki/spaces/DAN/pages/892141595/DANOS+2012",
|
||||||
"direct_download_url": "http://repos.danosproject.org.s3-website-us-west-1.amazonaws.com/images/danos-1908-amd64-vrouter.iso"
|
"direct_download_url": "https://s3-us-west-1.amazonaws.com/2012.repos.danosproject.org/2012/iso/danos-2012-base-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "empty8G.qcow2",
|
"filename": "empty8G.qcow2",
|
||||||
@ -46,10 +46,10 @@
|
|||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"name": "1908",
|
"name": "2012",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "empty8G.qcow2",
|
"hda_disk_image": "empty8G.qcow2",
|
||||||
"cdrom_image": "danos-1908-amd64-vrouter.iso"
|
"cdrom_image": "danos-2012-base-amd64.iso"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -26,6 +26,13 @@
|
|||||||
"options": "-cpu core2duo"
|
"options": "-cpu core2duo"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "EXOS-VM_v31.1.1.3.qcow2",
|
||||||
|
"version": "31.1.1.3",
|
||||||
|
"md5sum": "e4936ad94a5304bfeeca8dfc6f285cc0",
|
||||||
|
"filesize": 561512448,
|
||||||
|
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_EXOS/EXOS-VM_v31.1.1.3.qcow2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "EXOS-VM_v30.7.1.1.qcow2",
|
"filename": "EXOS-VM_v30.7.1.1.qcow2",
|
||||||
"version": "30.7.1.1",
|
"version": "30.7.1.1",
|
||||||
@ -91,6 +98,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "31.1.1.3",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "EXOS-VM_v31.1.1.3.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "30.7.1.1",
|
"name": "30.7.1.1",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -26,6 +26,20 @@
|
|||||||
"options": "-nographic"
|
"options": "-nographic"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "VOSSGNS3.8.3.0.0.qcow2",
|
||||||
|
"version": "v8.3.0.0",
|
||||||
|
"md5sum": "e1c789e439c5951728e349cf44690230",
|
||||||
|
"filesize": 384696320,
|
||||||
|
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_VOSS/VOSSGNS3.8.3.0.0.qcow2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "VOSSGNS3.8.2.0.0.qcow2",
|
||||||
|
"version": "v8.2.0.0",
|
||||||
|
"md5sum": "9a0cd77c08644abbf3a69771c125c011",
|
||||||
|
"filesize": 331808768,
|
||||||
|
"direct_download_url": "https://akamai-ep.extremenetworks.com/Extreme_P/github-en/Virtual_VOSS/VOSSGNS3.8.2.0.0.qcow2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "VOSSGNS3.8.1.5.0.qcow2",
|
"filename": "VOSSGNS3.8.1.5.0.qcow2",
|
||||||
"version": "8.1.5.0",
|
"version": "8.1.5.0",
|
||||||
@ -56,6 +70,18 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "v8.3.0.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "VOSSGNS3.8.3.0.0.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "v8.2.0.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "VOSSGNS3.8.2.0.0.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "8.1.5.0",
|
"name": "8.1.5.0",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -27,6 +27,20 @@
|
|||||||
"options": "-smp 2 -cpu host"
|
"options": "-smp 2 -cpu host"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "BIGIP-16.0.0.1-0.0.3.qcow2",
|
||||||
|
"version": "16.0.0.1",
|
||||||
|
"md5sum": "f153120d46e84c018c8ff78c6c7164bc",
|
||||||
|
"filesize": 5393088512,
|
||||||
|
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v16.x/16.0.0/english/16.0.0.1_virtual-edition/&sw=BIG-IP&pro=big-ip_v16.x&ver=16.0.0&container=16.0.0.1_Virtual-Edition&file=BIGIP-16.0.0.1-0.0.3.ALL.qcow2.zip"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "BIGIP-16.0.0-0.0.12.qcow2",
|
||||||
|
"version": "16.0.0",
|
||||||
|
"md5sum": "c49cd2513e386f3259eb0ee6fe3bb502",
|
||||||
|
"filesize": 5344722944,
|
||||||
|
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v16.x/16.0.0/english/16.0.0_virtual-edition/&sw=BIG-IP&pro=big-ip_v16.x&ver=16.0.0&container=16.0.0_Virtual-Edition&file=BIGIP-16.0.0-0.0.12.ALL.qcow2.zip"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "BIGIP-15.1.0.2-0.0.9.qcow2",
|
"filename": "BIGIP-15.1.0.2-0.0.9.qcow2",
|
||||||
"version": "15.1.0.2",
|
"version": "15.1.0.2",
|
||||||
@ -163,6 +177,20 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "16.0.0.1",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "BIGIP-16.0.0.1-0.0.3.qcow2",
|
||||||
|
"hdb_disk_image": "empty100G.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "16.0.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "BIGIP-16.0.0-0.0.12.qcow2",
|
||||||
|
"hdb_disk_image": "empty100G.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "15.1.0.2",
|
"name": "15.1.0.2",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "e1000",
|
"adapter_type": "e1000",
|
||||||
"adapters": 4,
|
"adapters": 4,
|
||||||
"ram": 1024,
|
"ram": 4096,
|
||||||
"hda_disk_interface": "virtio",
|
"hda_disk_interface": "virtio",
|
||||||
"hdb_disk_interface": "virtio",
|
"hdb_disk_interface": "virtio",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
@ -26,6 +26,13 @@
|
|||||||
"kvm": "allow"
|
"kvm": "allow"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "FAZ_VM64_KVM-v6-build2288-FORTINET.out.kvm.qcow2",
|
||||||
|
"version": "6.4.5",
|
||||||
|
"md5sum": "e220b48c6e86f8ddc660d578295051a9",
|
||||||
|
"filesize": 152698880,
|
||||||
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "FAZ_VM64_KVM-v6-build1183-FORTINET.out.kvm.qcow2",
|
"filename": "FAZ_VM64_KVM-v6-build1183-FORTINET.out.kvm.qcow2",
|
||||||
"version": "6.2.2",
|
"version": "6.2.2",
|
||||||
@ -169,6 +176,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "6.4.5",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "FAZ_VM64_KVM-v6-build2288-FORTINET.out.kvm.qcow2",
|
||||||
|
"hdb_disk_image": "empty30G.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "6.2.2",
|
"name": "6.2.2",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -26,6 +26,13 @@
|
|||||||
"kvm": "allow"
|
"kvm": "allow"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "FGT_VM64_KVM-v6-build1828-FORTINET.out.kvm.qcow2",
|
||||||
|
"version": "6.4.5",
|
||||||
|
"md5sum": "dc064e16fa65461183544d8ddb5d19d9",
|
||||||
|
"filesize": 36175872,
|
||||||
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "FGT_VM64_KVM-v6-build1010-FORTINET.out.kvm.qcow2",
|
"filename": "FGT_VM64_KVM-v6-build1010-FORTINET.out.kvm.qcow2",
|
||||||
"version": "6.2.2",
|
"version": "6.2.2",
|
||||||
@ -246,6 +253,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "6.4.5",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "FGT_VM64_KVM-v6-build1828-FORTINET.out.kvm.qcow2",
|
||||||
|
"hdb_disk_image": "empty30G.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "6.2.2",
|
"name": "6.2.2",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "virtio-net-pci",
|
"adapter_type": "virtio-net-pci",
|
||||||
"adapters": 4,
|
"adapters": 4,
|
||||||
"ram": 1024,
|
"ram": 2048,
|
||||||
"hda_disk_interface": "virtio",
|
"hda_disk_interface": "virtio",
|
||||||
"hdb_disk_interface": "virtio",
|
"hdb_disk_interface": "virtio",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
@ -26,6 +26,20 @@
|
|||||||
"kvm": "allow"
|
"kvm": "allow"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "FMG_VM64_KVM-v6-build2288-FORTINET.out.kvm.qcow2",
|
||||||
|
"version": "6.4.5",
|
||||||
|
"md5sum": "bd2791984b03f55a6825297e83c6576a",
|
||||||
|
"filesize": 117014528,
|
||||||
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "FMG_VM64_KVM-v6-build2253-FORTINET.out.kvm.qcow2",
|
||||||
|
"version": "6.4.4",
|
||||||
|
"md5sum": "3554a47fde2dc91d17eec16fd0dc10a3",
|
||||||
|
"filesize": 116621312,
|
||||||
|
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "FMG_VM64_KVM-v6-build1183-FORTINET.out.kvm.qcow2",
|
"filename": "FMG_VM64_KVM-v6-build1183-FORTINET.out.kvm.qcow2",
|
||||||
"version": "6.2.2",
|
"version": "6.2.2",
|
||||||
@ -162,6 +176,20 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "6.4.5",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "FMG_VM64_KVM-v6-build2288-FORTINET.out.kvm.qcow2",
|
||||||
|
"hdb_disk_image": "empty30G.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "6.4.4",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "FMG_VM64_KVM-v6-build2253-FORTINET.out.kvm.qcow2",
|
||||||
|
"hdb_disk_image": "empty30G.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "6.2.2",
|
"name": "6.2.2",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"filename": "usg6kv-v2-V500R001C10.qcow2",
|
"filename": "usg6kv-v2-V500R001C10.qcow2",
|
||||||
"version": "V500R001C10",
|
"version": "V500R001C10",
|
||||||
"md5sum": "07f87aaa4f4d8b9a713d90eb32f89111",
|
"md5sum": "07f87aaa4f4d8b9a713d90eb32f89111",
|
||||||
"filesize": 737476608
|
"filesize": 737476608,
|
||||||
"download_url": "https://support.huawei.com/enterprise/en/security/usg6000v-pid-21431620/software"
|
"download_url": "https://support.huawei.com/enterprise/en/security/usg6000v-pid-21431620/software"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
46
appliances/ipxe.gns3a
Normal file
46
appliances/ipxe.gns3a
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"name": "ipxe",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "boot guest from network via iPXE",
|
||||||
|
"vendor_name": "Linux",
|
||||||
|
"vendor_url": "http://gns3.com/",
|
||||||
|
"documentation_url": "http://ipxe.org",
|
||||||
|
"product_name": "iPXE netboot",
|
||||||
|
"product_url": "http://ipxe.org/",
|
||||||
|
"registry_version": 3,
|
||||||
|
"status": "stable",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"usage": "x86_64 guest booted from network via iPXE. If you need latest ipxe version - download, attach and boot iso from http://boot.ipxe.org/ipxe.iso. Don't forget to adjust memory according guest requirements. If guest is linux, you can add serial console options to kernel arguments.",
|
||||||
|
"symbol": "linux_guest.svg",
|
||||||
|
"port_name_format": "eth{0}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "e1000",
|
||||||
|
"adapters": 1,
|
||||||
|
"ram": 1024,
|
||||||
|
"hda_disk_interface": "ide",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "telnet",
|
||||||
|
"boot_priority": "n",
|
||||||
|
"kvm": "allow",
|
||||||
|
"options": "-nographic"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "empty8G.qcow2",
|
||||||
|
"version": "1.0",
|
||||||
|
"md5sum": "f1d2c25b6990f99bd05b433ab603bdb4",
|
||||||
|
"filesize": 197120,
|
||||||
|
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
|
||||||
|
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty8G.qcow2/download"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "1.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "empty8G.qcow2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -25,6 +25,20 @@
|
|||||||
"options": "-smp 2"
|
"options": "-smp 2"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "junos-media-vsrx-x86-64-vmdisk-20.4R1.12.qcow2",
|
||||||
|
"version": "20.4R1",
|
||||||
|
"md5sum": "a445304c6f710d6d5401b486ef68cd20",
|
||||||
|
"filesize": 6796738560,
|
||||||
|
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "junos-vsrx3-x86-64-20.4R1.12.qcow2",
|
||||||
|
"version": "20.4R1 3.0",
|
||||||
|
"md5sum": "0e7a44a56c0326908fcbdc70451e08f5",
|
||||||
|
"filesize": 942211072,
|
||||||
|
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "junos-media-vsrx-x86-64-vmdisk-19.3R1.8.qcow2",
|
"filename": "junos-media-vsrx-x86-64-vmdisk-19.3R1.8.qcow2",
|
||||||
"version": "19.3R1",
|
"version": "19.3R1",
|
||||||
@ -32,6 +46,13 @@
|
|||||||
"filesize": 5185142784,
|
"filesize": 5185142784,
|
||||||
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"filename": "junos-vsrx3-x86-64-19.3R1.8.qcow2",
|
||||||
|
"version": "19.3R1 3.0",
|
||||||
|
"md5sum": "b94d6e5b38737af09c5c9f49c623b69b",
|
||||||
|
"filesize": 834928640,
|
||||||
|
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "junos-media-vsrx-vmdisk-18.1R1.9.qcow2",
|
"filename": "junos-media-vsrx-vmdisk-18.1R1.9.qcow2",
|
||||||
"version": "18.1R1",
|
"version": "18.1R1",
|
||||||
@ -39,6 +60,13 @@
|
|||||||
"filesize": 4418961408,
|
"filesize": 4418961408,
|
||||||
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"filename": "junos-vsrx3-x86-64-18.4R3.3.qcow2",
|
||||||
|
"version": "18.4R3 3.0",
|
||||||
|
"md5sum": "bb1dec15bb047446f80d85a129cb57c6",
|
||||||
|
"filesize": 764805120,
|
||||||
|
"download_url": "https://www.juniper.net/us/en/dm/free-vsrx-trial/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "media-vsrx-vmdisk-17.4R1.16.qcow2",
|
"filename": "media-vsrx-vmdisk-17.4R1.16.qcow2",
|
||||||
"version": "17.4R1",
|
"version": "17.4R1",
|
||||||
@ -153,18 +181,42 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "20.4R1",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "junos-media-vsrx-x86-64-vmdisk-20.4R1.12.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "20.4R1 3.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "junos-vsrx3-x86-64-20.4R1.12.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "19.3R1",
|
"name": "19.3R1",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "junos-media-vsrx-x86-64-vmdisk-19.3R1.8.qcow2"
|
"hda_disk_image": "junos-media-vsrx-x86-64-vmdisk-19.3R1.8.qcow2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "19.3R1 3.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "junos-vsrx3-x86-64-19.3R1.8.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "18.1R1",
|
"name": "18.1R1",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "junos-media-vsrx-vmdisk-18.1R1.9.qcow2"
|
"hda_disk_image": "junos-media-vsrx-vmdisk-18.1R1.9.qcow2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "18.4R3 3.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "junos-vsrx3-x86-64-18.4R3.3.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "17.4R1",
|
"name": "17.4R1",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -23,101 +23,109 @@
|
|||||||
"kvm": "require"
|
"kvm": "require"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "kali-linux-2021.1-live-amd64.iso",
|
||||||
|
"version": "2021.1",
|
||||||
|
"md5sum": "3a3716fef866e5c29a1c1ccfc94264b5",
|
||||||
|
"filesize": 3591385088,
|
||||||
|
"download_url": "http://cdimage.kali.org/kali-2021.1/",
|
||||||
|
"direct_download_url": "http://cdimage.kali.org/kali-2021.1/kali-linux-2021.1-live-amd64.iso"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2019.3-amd64.iso",
|
"filename": "kali-linux-2019.3-amd64.iso",
|
||||||
"version": "2019.3",
|
"version": "2019.3",
|
||||||
"md5sum": "9c6fb00558f78ed06992d89f745ef975",
|
"md5sum": "9c6fb00558f78ed06992d89f745ef975",
|
||||||
"filesize": 3037736960,
|
"filesize": 3037736960,
|
||||||
"download_url": "https://www.kali.org/downloads/",
|
"download_url": "http://old.kali.org/kali-images/kali-2019.3",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2019.3/kali-linux-2019.3-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2019.3/kali-linux-2019.3-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2019.2-amd64.iso",
|
"filename": "kali-linux-2019.2-amd64.iso",
|
||||||
"version": "2019.2",
|
"version": "2019.2",
|
||||||
"md5sum": "0f89b6225d7ea9c18682f7cc541c1179",
|
"md5sum": "0f89b6225d7ea9c18682f7cc541c1179",
|
||||||
"filesize": 3353227264,
|
"filesize": 3353227264,
|
||||||
"download_url": "https://www.kali.org/downloads/",
|
"download_url": "http://old.kali.org/kali-images/kali-2019.2",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2019.2/kali-linux-2019.2-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2019.2/kali-linux-2019.2-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-mate-2019.2-amd64.iso",
|
"filename": "kali-linux-mate-2019.2-amd64.iso",
|
||||||
"version": "2019.2 (MATE)",
|
"version": "2019.2 (MATE)",
|
||||||
"md5sum": "fec8dd7009f932c51a74323df965a709",
|
"md5sum": "fec8dd7009f932c51a74323df965a709",
|
||||||
"filesize": 3313217536,
|
"filesize": 3313217536,
|
||||||
"download_url": "https://www.kali.org/downloads/",
|
"download_url": "http://old.kali.org/kali-images/kali-2019.2",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2019.2/kali-linux-mate-2019.2-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2019.2/kali-linux-mate-2019.2-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2019.1a-amd64.iso",
|
"filename": "kali-linux-2019.1a-amd64.iso",
|
||||||
"version": "2019.1a",
|
"version": "2019.1a",
|
||||||
"md5sum": "58c6111ed0be1919ea87267e7e65ab0f",
|
"md5sum": "58c6111ed0be1919ea87267e7e65ab0f",
|
||||||
"filesize": 3483873280,
|
"filesize": 3483873280,
|
||||||
"download_url": "https://www.kali.org/downloads/",
|
"download_url": "http://old.kali.org/kali-images/kali-2019.1a",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2019.1a/kali-linux-2019.1a-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2019.1a/kali-linux-2019.1a-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2018.4-amd64.iso",
|
"filename": "kali-linux-2018.4-amd64.iso",
|
||||||
"version": "2018.4",
|
"version": "2018.4",
|
||||||
"md5sum": "1b2d598bb8d2003e6207c119c0ba42fe",
|
"md5sum": "1b2d598bb8d2003e6207c119c0ba42fe",
|
||||||
"filesize": 3139436544,
|
"filesize": 3139436544,
|
||||||
"download_url": "https://www.kali.org/downloads/",
|
"download_url": "http://old.kali.org/kali-images/kali-2018.4",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2018.4/kali-linux-2018.4-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2018.4/kali-linux-2018.4-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2018.3a-amd64.iso",
|
"filename": "kali-linux-2018.3a-amd64.iso",
|
||||||
"version": "2018.3a",
|
"version": "2018.3a",
|
||||||
"md5sum": "2da675d016bd690c05e180e33aa98b94",
|
"md5sum": "2da675d016bd690c05e180e33aa98b94",
|
||||||
"filesize": 3192651776,
|
"filesize": 3192651776,
|
||||||
"download_url": "https://www.kali.org/downloads/",
|
"download_url": "http://old.kali.org/kali-images/kali-2018.3a",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2018.3a/kali-linux-2018.3a-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2018.3a/kali-linux-2018.3a-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2018.1-amd64.iso",
|
"filename": "kali-linux-2018.1-amd64.iso",
|
||||||
"version": "2018.1",
|
"version": "2018.1",
|
||||||
"md5sum": "a3feb90df5b71b3c7f4a02bdddf221d7",
|
"md5sum": "a3feb90df5b71b3c7f4a02bdddf221d7",
|
||||||
"filesize": 3028500480,
|
"filesize": 3028500480,
|
||||||
"download_url": "https://www.kali.org/downloads/",
|
"download_url": "http://old.kali.org/kali-images/kali-2018.1",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2018.1/kali-linux-2018.1-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2018.1/kali-linux-2018.1-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2017.3-amd64.iso",
|
"filename": "kali-linux-2017.3-amd64.iso",
|
||||||
"version": "2017.3",
|
"version": "2017.3",
|
||||||
"md5sum": "b465580c897e94675ac1daf031fa66b9",
|
"md5sum": "b465580c897e94675ac1daf031fa66b9",
|
||||||
"filesize": 2886402048,
|
"filesize": 2886402048,
|
||||||
"download_url": "http://cdimage.kali.org/kali-2017.3/",
|
"download_url": "http://old.kali.org/kali-images/kali-2017.3/",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2017.3/kali-linux-2017.3-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2017.3/kali-linux-2017.3-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2017.2-amd64.iso",
|
"filename": "kali-linux-2017.2-amd64.iso",
|
||||||
"version": "2017.2",
|
"version": "2017.2",
|
||||||
"md5sum": "541654f8f818450dc0db866a0a0f6eec",
|
"md5sum": "541654f8f818450dc0db866a0a0f6eec",
|
||||||
"filesize": 3020619776,
|
"filesize": 3020619776,
|
||||||
"download_url": "http://cdimage.kali.org/kali-2017.2/",
|
"download_url": "http://old.kali.org/kali-images/kali-2017.2/",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2017.2/kali-linux-2017.2-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2017.2/kali-linux-2017.2-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2017.1-amd64.iso",
|
"filename": "kali-linux-2017.1-amd64.iso",
|
||||||
"version": "2017.1",
|
"version": "2017.1",
|
||||||
"md5sum": "c8e742283929d7a12dbe7c58e398ff08",
|
"md5sum": "c8e742283929d7a12dbe7c58e398ff08",
|
||||||
"filesize": 2794307584,
|
"filesize": 2794307584,
|
||||||
"download_url": "http://cdimage.kali.org/kali-2017.1/",
|
"download_url": "http://old.kali.org/kali-images/kali-2017.1/",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2017.1/kali-linux-2017.1-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2017.1/kali-linux-2017.1-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2016.2-amd64.iso",
|
"filename": "kali-linux-2016.2-amd64.iso",
|
||||||
"version": "2016.2",
|
"version": "2016.2",
|
||||||
"md5sum": "3d163746bc5148e61ad689d94bc263f9",
|
"md5sum": "3d163746bc5148e61ad689d94bc263f9",
|
||||||
"filesize": 3076767744,
|
"filesize": 3076767744,
|
||||||
"download_url": "http://cdimage.kali.org/kali-2016.2/",
|
"download_url": "http://old.kali.org/kali-images/kali-2016.2/",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2016.2/kali-linux-2016.2-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2016.2/kali-linux-2016.2-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2016.1-amd64.iso",
|
"filename": "kali-linux-2016.1-amd64.iso",
|
||||||
"version": "2016.1",
|
"version": "2016.1",
|
||||||
"md5sum": "2e1230dc14036935b3279dfe3e49ad39",
|
"md5sum": "2e1230dc14036935b3279dfe3e49ad39",
|
||||||
"filesize": 2945482752,
|
"filesize": 2945482752,
|
||||||
"download_url": "http://cdimage.kali.org/kali-2016.1/",
|
"download_url": "http://old.kali.org/kali-images/kali-2016.1/",
|
||||||
"direct_download_url": "http://cdimage.kali.org/kali-2016.1/kali-linux-2016.1-amd64.iso"
|
"direct_download_url": "http://old.kali.org/kali-images/kali-2016.1/kali-linux-2016.1-amd64.iso"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "kali-linux-2.0-amd64.iso",
|
"filename": "kali-linux-2.0-amd64.iso",
|
||||||
@ -137,6 +145,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "2021.1",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "kali-linux-persistence-1gb.qcow2",
|
||||||
|
"cdrom_image": "kali-linux-2021.1-live-amd64.iso"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "2019.3",
|
"name": "2019.3",
|
||||||
"images": {
|
"images": {
|
||||||
|
18
appliances/mcjoin.gns3a
Normal file
18
appliances/mcjoin.gns3a
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "mcjoin",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "mcjoin is a very simple and easy-to-use tool to test IPv4 and IPv6 multicast.",
|
||||||
|
"vendor_name": "Joachim Nilsson",
|
||||||
|
"vendor_url": "https://github.com/troglobit",
|
||||||
|
"product_name": "mcjoin",
|
||||||
|
"registry_version": 3,
|
||||||
|
"status": "stable",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"symbol": "linux_guest.svg",
|
||||||
|
"docker": {
|
||||||
|
"adapters": 1,
|
||||||
|
"image": "troglobit/mcjoin:latest",
|
||||||
|
"console_type": "telnet"
|
||||||
|
}
|
||||||
|
}
|
@ -3,16 +3,18 @@
|
|||||||
"category": "guest",
|
"category": "guest",
|
||||||
"description": "ntopng is the next generation version of the original ntop, a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntopng is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform, MacOSX and on Windows as well. ntopng users can use a a web browser to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntopng can be seen as a simple RMON-like agent with an embedded web interface.",
|
"description": "ntopng is the next generation version of the original ntop, a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntopng is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform, MacOSX and on Windows as well. ntopng users can use a a web browser to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntopng can be seen as a simple RMON-like agent with an embedded web interface.",
|
||||||
"vendor_name": "ntop",
|
"vendor_name": "ntop",
|
||||||
"vendor_url": "http://www.ntop.org/",
|
"vendor_url": "https://www.ntop.org/",
|
||||||
|
"documentation_url": "https://www.ntop.org/guides/ntopng/",
|
||||||
"product_name": "ntopng",
|
"product_name": "ntopng",
|
||||||
"registry_version": 3,
|
"registry_version": 3,
|
||||||
"status": "stable",
|
"status": "stable",
|
||||||
"maintainer": "GNS3 Team",
|
"maintainer": "GNS3 Team",
|
||||||
"maintainer_email": "developers@gns3.net",
|
"maintainer_email": "developers@gns3.net",
|
||||||
"usage": "In the web interface login as admin/admin",
|
"usage": "In the web interface login as admin/admin\n\nPersistent configuration:\n- Add \"/var/lib/redis\" as an additional persistent directory.\n- Use \"redis-cli save\" in an auxiliary console to save the configuration.",
|
||||||
"docker": {
|
"docker": {
|
||||||
"adapters": 1,
|
"adapters": 1,
|
||||||
"image": "lucaderi/ntopng-docker:latest",
|
"image": "ntop/ntopng:stable",
|
||||||
|
"start_command": "--dns-mode 2 --interface eth0",
|
||||||
"console_type": "http",
|
"console_type": "http",
|
||||||
"console_http_port": 3000,
|
"console_http_port": 3000,
|
||||||
"console_http_path": "/"
|
"console_http_path": "/"
|
||||||
|
55
appliances/open-media-vault.gns3a
Normal file
55
appliances/open-media-vault.gns3a
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"name": "OpenMediaVault",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more.",
|
||||||
|
"vendor_name": "Volker Theile",
|
||||||
|
"vendor_url": "https://www.openmediavault.org/",
|
||||||
|
"documentation_url": "hhttps://docs.openmediavault.org",
|
||||||
|
"product_name": "OpenMediaVault",
|
||||||
|
"product_url": "https://www.openmediavault.org/",
|
||||||
|
"registry_version": 3,
|
||||||
|
"status": "stable",
|
||||||
|
"maintainer": "Savio D'souza",
|
||||||
|
"maintainer_email": "savio2002@yahoo.in",
|
||||||
|
"usage": "Install OS to first Disk, poweroff, eject iso.\nAdd empty30G.qcow2 to Secondary master and slave this way you will get 3 hard disks for storage.\nDefault WUI credentials are admin:openmediavault.",
|
||||||
|
"port_name_format": "eth{0}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "e1000",
|
||||||
|
"adapters": 1,
|
||||||
|
"ram": 2048,
|
||||||
|
"hda_disk_interface": "ide",
|
||||||
|
"hdb_disk_interface": "ide",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "vnc",
|
||||||
|
"boot_priority": "dc",
|
||||||
|
"kvm": "require"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "openmediavault_5.5.11-amd64.iso",
|
||||||
|
"version": "5.5.11",
|
||||||
|
"md5sum": "76baad8e13dd49bee9b4b4a6936b7296",
|
||||||
|
"filesize": 608174080,
|
||||||
|
"download_url": "https://www.openmediavault.org/download.html",
|
||||||
|
"direct_download_url": "https://sourceforge.net/projects/openmediavault/files/latest/download"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "5.5.11",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "empty30G.qcow2",
|
||||||
|
"hdb_disk_image": "empty30G.qcow2",
|
||||||
|
"cdrom_image": "openmediavault_5.5.11-amd64.iso"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -11,7 +11,7 @@
|
|||||||
"maintainer": "GNS3 Team",
|
"maintainer": "GNS3 Team",
|
||||||
"maintainer_email": "developers@gns3.net",
|
"maintainer_email": "developers@gns3.net",
|
||||||
"usage": "User root, password gns3",
|
"usage": "User root, password gns3",
|
||||||
"first_port_name": "fxp0",
|
"first_port_name": "em0",
|
||||||
"port_name_format": "em{0}",
|
"port_name_format": "em{0}",
|
||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "e1000",
|
"adapter_type": "e1000",
|
||||||
|
@ -22,6 +22,33 @@
|
|||||||
"kvm": "allow"
|
"kvm": "allow"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "openwrt-19.07.7-x86-64-combined-ext4.img",
|
||||||
|
"version": "19.07.7",
|
||||||
|
"md5sum": "0cfa752fab87014419ab00b18a6cc5a6",
|
||||||
|
"filesize": 285736960,
|
||||||
|
"download_url": "https://downloads.openwrt.org/releases/19.07.7/targets/x86/64/",
|
||||||
|
"direct_download_url": "https://downloads.openwrt.org/releases/19.07.7/targets/x86/64/openwrt-19.07.7-x86-64-combined-ext4.img.gz",
|
||||||
|
"compression": "gzip"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "openwrt-19.07.6-x86-64-combined-ext4.img",
|
||||||
|
"version": "19.07.6",
|
||||||
|
"md5sum": "db0d48f47917684f6ce9c8430d90bb8a",
|
||||||
|
"filesize": 285736960,
|
||||||
|
"download_url": "https://downloads.openwrt.org/releases/19.07.6/targets/x86/64/",
|
||||||
|
"direct_download_url": "https://downloads.openwrt.org/releases/19.07.6/targets/x86/64/openwrt-19.07.6-x86-64-combined-ext4.img.gz",
|
||||||
|
"compression": "gzip"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "openwrt-19.07.5-x86-64-combined-ext4.img",
|
||||||
|
"version": "19.07.5",
|
||||||
|
"md5sum": "20167cfbb8d51adad9e251f4cd3508fe",
|
||||||
|
"filesize": 285736960,
|
||||||
|
"download_url": "https://downloads.openwrt.org/releases/19.07.5/targets/x86/64/",
|
||||||
|
"direct_download_url": "https://downloads.openwrt.org/releases/19.07.5/targets/x86/64/openwrt-19.07.5-x86-64-combined-ext4.img.gz",
|
||||||
|
"compression": "gzip"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "openwrt-19.07.4-x86-64-combined-ext4.img",
|
"filename": "openwrt-19.07.4-x86-64-combined-ext4.img",
|
||||||
"version": "19.07.4",
|
"version": "19.07.4",
|
||||||
@ -141,6 +168,24 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "19.07.7",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "openwrt-19.07.7-x86-64-combined-ext4.img"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "19.07.6",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "openwrt-19.07.6-x86-64-combined-ext4.img"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "19.07.5",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "openwrt-19.07.5-x86-64-combined-ext4.img"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "19.07.4",
|
"name": "19.07.4",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -25,31 +25,31 @@
|
|||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
{
|
{
|
||||||
"filename": "OPNsense-18.1.6-OpenSSL-nano-amd64.img",
|
"filename": "OPNsense-20.7-OpenSSL-nano-amd64.img",
|
||||||
"version": "18.1.6",
|
"version": "20.7",
|
||||||
"md5sum": "042f328380ad0c8008759c43435e8843",
|
"md5sum": "453e505e9526d4a0a3d5208efdd13b1a",
|
||||||
"filesize": 272003136,
|
"filesize": 3221225472,
|
||||||
"download_url": "https://opnsense.c0urier.net/releases/18.1/"
|
"download_url": "https://opnsense.c0urier.net/releases/20.7/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "OPNsense-17.7.5-OpenSSL-nano-amd64.img",
|
"filename": "OPNsense-19.7-OpenSSL-nano-amd64.img",
|
||||||
"version": "17.7.5",
|
"version": "19.7",
|
||||||
"md5sum": "6ec5b7f99cc727f904bbf2aaadcab0b8",
|
"md5sum": "a15a00cfa2de45791d6bc230d8469dc7",
|
||||||
"filesize": 237038601,
|
"filesize": 3221225472,
|
||||||
"download_url": "https://opnsense.c0urier.net/releases/17.7/"
|
"download_url": "https://opnsense.c0urier.net/releases/19.7/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"name": "18.1.6",
|
"name": "20.7",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "OPNsense-18.1.6-OpenSSL-nano-amd64.img"
|
"hda_disk_image": "OPNsense-20.7-OpenSSL-nano-amd64.img"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "17.7.5",
|
"name": "19.7",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "OPNsense-17.7.5-OpenSSL-nano-amd64.img"
|
"hda_disk_image": "OPNsense-19.7-OpenSSL-nano-amd64.img"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
81
appliances/puppy-linux.gns3a
Normal file
81
appliances/puppy-linux.gns3a
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
{
|
||||||
|
"name": "Puppy Linux",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "Puppy Linux is a unique family of Linux distributions meant for the home-user computers. It was originally created by Barry Kauler in 2003.",
|
||||||
|
"vendor_name": "Puppy Linux",
|
||||||
|
"vendor_url": "http://puppylinux.com/",
|
||||||
|
"documentation_url": "http://wikka.puppylinux.com/HomePage",
|
||||||
|
"product_name": "Puppy Linux",
|
||||||
|
"registry_version": 3,
|
||||||
|
"status": "stable",
|
||||||
|
"maintainer": "Savio D'souza",
|
||||||
|
"maintainer_email": "savio2002@yahoo.in",
|
||||||
|
"usage": "No Password by default\nRun installer & install to local disk\nEject the ISO and reboot.",
|
||||||
|
"port_name_format": "eth{0}",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "e1000",
|
||||||
|
"adapters": 1,
|
||||||
|
"ram": 256,
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "vnc",
|
||||||
|
"boot_priority": "cd",
|
||||||
|
"kvm": "require"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "fossapup64-9.5.iso",
|
||||||
|
"version": "9.5",
|
||||||
|
"md5sum": "6a45e7a305b7d3172ebd9eab5ca460e4",
|
||||||
|
"filesize": 428867584,
|
||||||
|
"download_url": "http://puppylinux.com/index.html",
|
||||||
|
"direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-fossa/fossapup64-9.5.iso"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "bionicpup64-8.0-uefi.iso",
|
||||||
|
"version": "8.0",
|
||||||
|
"md5sum": "e31ddba0e6006021c157cb5a5b65ad5f",
|
||||||
|
"filesize": 371195904,
|
||||||
|
"download_url": "http://puppylinux.com/index.html",
|
||||||
|
"direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-bionic/bionicpup64/bionicpup64-8.0-uefi.iso"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "xenialpup64-7.5-uefi.iso",
|
||||||
|
"version": "7.5",
|
||||||
|
"md5sum": "4502bb9693bd72fb5dcfb86a2ce8255d",
|
||||||
|
"filesize": 346030080,
|
||||||
|
"download_url": "http://puppylinux.com/index.html",
|
||||||
|
"direct_download_url": "http://distro.ibiblio.org/puppylinux/puppy-xenial/64/xenialpup64-7.5-uefi.iso"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "empty8G.qcow2",
|
||||||
|
"version": "1.0",
|
||||||
|
"md5sum": "f1d2c25b6990f99bd05b433ab603bdb4",
|
||||||
|
"filesize": 197120,
|
||||||
|
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
|
||||||
|
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty8G.qcow2/download"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "9.5",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "empty8G.qcow2",
|
||||||
|
"cdrom_image": "fossapup64-9.5.iso"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "8.0",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "empty8G.qcow2",
|
||||||
|
"cdrom_image": "bionicpup64-8.0-uefi.iso"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "7.5",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "empty8G.qcow2",
|
||||||
|
"cdrom_image": "xenialpup64-7.5-uefi.iso"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -6,7 +6,7 @@
|
|||||||
"vendor_url": "https://www.raspberrypi.org",
|
"vendor_url": "https://www.raspberrypi.org",
|
||||||
"product_name": "Raspberry Pi Desktop",
|
"product_name": "Raspberry Pi Desktop",
|
||||||
"product_url": "https://www.raspberrypi.org/downloads/raspberry-pi-desktop/",
|
"product_url": "https://www.raspberrypi.org/downloads/raspberry-pi-desktop/",
|
||||||
"registry_version": 3,
|
"registry_version": 4,
|
||||||
"status": "stable",
|
"status": "stable",
|
||||||
"availability": "free",
|
"availability": "free",
|
||||||
"maintainer": "Brent Stewart",
|
"maintainer": "Brent Stewart",
|
80
appliances/rhel.gns3a
Normal file
80
appliances/rhel.gns3a
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
{
|
||||||
|
"name": "RHEL",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "Red Hat Enterprise Linux Server provides core operating system functions and capabilities for application infrastructure.",
|
||||||
|
"vendor_name": "Red Hat",
|
||||||
|
"vendor_url": "https://redhat.com",
|
||||||
|
"documentation_url": "https://access.redhat.com/solutions/641193",
|
||||||
|
"product_name": "Red Hat Enterprise Linux KVM Guest Image",
|
||||||
|
"product_url": "https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux",
|
||||||
|
"registry_version": 5,
|
||||||
|
"status": "stable",
|
||||||
|
"availability": "service-contract",
|
||||||
|
"maintainer": "Neyder Achahuanco",
|
||||||
|
"maintainer_email": "neyder@neyder.net",
|
||||||
|
"usage": "You should download Red Hat Enterprise Linux KVM Guest Image from https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.3/x86_64/product-software attach/customize cloud-init.iso and start.\nusername: cloud-user\npassword: redhat",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "virtio-net-pci",
|
||||||
|
"adapters": 1,
|
||||||
|
"ram": 1024,
|
||||||
|
"hda_disk_interface": "virtio",
|
||||||
|
"arch": "x86_64",
|
||||||
|
"console_type": "telnet",
|
||||||
|
"boot_priority": "c",
|
||||||
|
"kvm": "require",
|
||||||
|
"options": "-nographic"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "rhel-8.3-x86_64-kvm.qcow2",
|
||||||
|
"version": "8.3",
|
||||||
|
"md5sum": "dd554c059e0910379fff88f677f4a4b3",
|
||||||
|
"filesize": 1316683776,
|
||||||
|
"download_url": "https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.3/x86_64/product-software"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "rhel-server-7.9-x86_64-kvm.qcow2",
|
||||||
|
"version": "7.9",
|
||||||
|
"md5sum": "8d6669b3e2bb8df15b9b4280936cf950",
|
||||||
|
"filesize": 827777024,
|
||||||
|
"download_url": "https://access.redhat.com/downloads/content/69/ver=/rhel---7/7.9/x86_64/product-software"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "rhel-server-6.10-update-11-x86_64-kvm.qcow2",
|
||||||
|
"version": "6.10",
|
||||||
|
"md5sum": "6d672026d3a0eae794a677a18287f9c0",
|
||||||
|
"filesize": 341442560,
|
||||||
|
"download_url": "https://access.redhat.com/downloads/content/69/ver=/rhel---6/6.10/x86_64/product-software"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "rhel-cloud-init.iso",
|
||||||
|
"version": "1.0",
|
||||||
|
"md5sum": "421745b0d13615ecd48696f98d8b6352",
|
||||||
|
"filesize": 374784,
|
||||||
|
"download_url": "https://gitlab.com/neyder/rhel-cloud-init/raw/master/rhel-cloud-init.iso"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "rhel-8.3-x86_64-kvm.qcow2",
|
||||||
|
"cdrom_image": "rhel-cloud-init.iso"
|
||||||
|
},
|
||||||
|
"name": "8.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "rhel-server-7.9-x86_64-kvm.qcow2",
|
||||||
|
"cdrom_image": "rhel-cloud-init.iso"
|
||||||
|
},
|
||||||
|
"name": "7.9"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "rhel-server-6.10-update-11-x86_64-kvm.qcow2",
|
||||||
|
"cdrom_image": "rhel-cloud-init.iso"
|
||||||
|
},
|
||||||
|
"name": "6.10"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
20
appliances/stonework.gns3a
Normal file
20
appliances/stonework.gns3a
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "StoneWork",
|
||||||
|
"category": "router",
|
||||||
|
"description": "StoneWork is VPP and Ligato based routing platform",
|
||||||
|
"vendor_name": "Pantheon.tech StoneWork router",
|
||||||
|
"vendor_url": "https://pantheon.tech/",
|
||||||
|
"documentation_url": "https://pantheon.tech/documentation-stonework-gns3/",
|
||||||
|
"product_name": "StoneWork",
|
||||||
|
"registry_version": 4,
|
||||||
|
"status": "experimental",
|
||||||
|
"availability": "free",
|
||||||
|
"maintainer": "Julius Milan",
|
||||||
|
"maintainer_email": "julius.milan@pantheon.tech",
|
||||||
|
"docker": {
|
||||||
|
"adapters": 5,
|
||||||
|
"image": "ghcr.io/pantheontech/stonework",
|
||||||
|
"start_command": "/root/stonework-gns3-startup.sh",
|
||||||
|
"environment": "INITIAL_LOGLVL=debug,\nMICROSERVICE_LABEL=stonework,\nETCD_CONFIG=,\nCNF_MGMT_SUBNET=127.0.0.1/8"
|
||||||
|
}
|
||||||
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Tiny Core Linux",
|
"name": "Tiny Core Linux",
|
||||||
"category": "guest",
|
"category": "guest",
|
||||||
"description": "Core Linux is a smaller variant of Tiny Core without a graphical desktop.\n\nIt's provide a complete Linux system in few MB.",
|
"description": "Core Linux is a smaller variant of Tiny Core without a graphical desktop.\n\nIt provides a complete Linux system using only a few MiB." ,
|
||||||
"vendor_name": "Team Tiny Core",
|
"vendor_name": "Team Tiny Core",
|
||||||
"vendor_url": "http://distro.ibiblio.org/tinycorelinux",
|
"vendor_url": "http://distro.ibiblio.org/tinycorelinux",
|
||||||
"documentation_url": "http://wiki.tinycorelinux.net/",
|
"documentation_url": "http://wiki.tinycorelinux.net/",
|
||||||
|
@ -25,6 +25,13 @@
|
|||||||
"options": "-nographic"
|
"options": "-nographic"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "ubuntu-20.04-server-cloudimg-amd64.img",
|
||||||
|
"version": "20.04 (LTS)",
|
||||||
|
"md5sum": "044bc979b2238192ee3edb44e2bb6405",
|
||||||
|
"filesize": 552337408,
|
||||||
|
"download_url": "https://cloud-images.ubuntu.com/releases/focal/release-20210119.1/ubuntu-20.04-server-cloudimg-amd64.img"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "ubuntu-18.04-server-cloudimg-amd64.img",
|
"filename": "ubuntu-18.04-server-cloudimg-amd64.img",
|
||||||
"version": "18.04 (LTS)",
|
"version": "18.04 (LTS)",
|
||||||
@ -62,6 +69,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "20.04 (LTS)",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "ubuntu-20.04-server-cloudimg-amd64.img",
|
||||||
|
"cdrom_image": "ubuntu-cloud-init-data.iso"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "18.04 (LTS)",
|
"name": "18.04 (LTS)",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -25,6 +25,20 @@
|
|||||||
"options": "-vga virtio"
|
"options": "-vga virtio"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "Ubuntu 20.10 (64bit).vmdk",
|
||||||
|
"version": "20.10",
|
||||||
|
"md5sum": "d7fb9d7b5f6e55349204d493d00507d2",
|
||||||
|
"filesize": 7512915968,
|
||||||
|
"download_url": "http://www.osboxes.org/ubuntu/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "Ubuntu 20.04.2 (64bit).vmdk",
|
||||||
|
"version": "20.04.2",
|
||||||
|
"md5sum": "e995e5768c1dbee94bc02072d841bb50",
|
||||||
|
"filesize": 7625179136,
|
||||||
|
"download_url": "http://www.osboxes.org/ubuntu/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "Ubuntu 20.04 (64bit).vmdk",
|
"filename": "Ubuntu 20.04 (64bit).vmdk",
|
||||||
"version": "20.04",
|
"version": "20.04",
|
||||||
@ -62,6 +76,18 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "20.10",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "Ubuntu 20.10 (64bit).vmdk"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "20.04.2",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "Ubuntu 20.04.2 (64bit).vmdk"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "20.04",
|
"name": "20.04",
|
||||||
"images": {
|
"images": {
|
||||||
|
@ -1,69 +1,52 @@
|
|||||||
{
|
{
|
||||||
"name": "VyOS",
|
"name": "VyOS",
|
||||||
"category": "router",
|
"category": "router",
|
||||||
"description": "VyOS is a community fork of Vyatta, a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality. VyOS has a subscription LTS version and a community rolling release. The latest version in this appliance is in the rolling release track.",
|
"description": "VyOS is a community fork of Vyatta, a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality. VyOS has a subscription LTS version and a community rolling release. The latest version in this appliance is the monthly snapshot of the rolling release track.",
|
||||||
"vendor_name": "Linux",
|
"vendor_name": "Linux",
|
||||||
"vendor_url": "http://vyos.net/",
|
"vendor_url": "https://vyos.net/",
|
||||||
"documentation_url": "http://vyos.net/wiki/User_Guide",
|
"documentation_url": "https://docs.vyos.io/",
|
||||||
"product_name": "VyOS",
|
"product_name": "VyOS",
|
||||||
"product_url": "http://vyos.net/",
|
"product_url": "https://vyos.net/",
|
||||||
"registry_version": 3,
|
"registry_version": 3,
|
||||||
"status": "stable",
|
"status": "stable",
|
||||||
"maintainer": "GNS3 Team",
|
"maintainer": "GNS3 Team",
|
||||||
"maintainer_email": "developers@gns3.net",
|
"maintainer_email": "developers@gns3.net",
|
||||||
"usage": "Default username/password is vyos/vyos. At first boot the router will start from the cdrom, login and then type install system and follow the instructions.",
|
"usage": "Default username/password is vyos/vyos.\n\nAt first boot of versions 1.1.x/1.2.x the router will start from the cdrom. Login and then type \"install image\" and follow the instructions.",
|
||||||
"symbol": "vyos.png",
|
"symbol": "vyos.svg",
|
||||||
"port_name_format": "eth{0}",
|
"port_name_format": "eth{0}",
|
||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "e1000",
|
"adapter_type": "e1000",
|
||||||
"adapters": 3,
|
"adapters": 3,
|
||||||
"ram": 512,
|
"ram": 512,
|
||||||
"hda_disk_interface": "ide",
|
"hda_disk_interface": "scsi",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"console_type": "telnet",
|
"console_type": "telnet",
|
||||||
"boot_priority": "dc",
|
"boot_priority": "cd",
|
||||||
"kvm": "allow"
|
"kvm": "allow"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
{
|
{
|
||||||
"filename": "vyos-1.3-rolling-202005040117-amd64.iso",
|
"filename": "vyos-1.3-rolling-202101-qemu.qcow2",
|
||||||
"version": "1.3-rolling-202005040117",
|
"version": "1.3-snapshot-202101",
|
||||||
"md5sum": "0500d5138cd05239b50f93fb24ac8b55",
|
"md5sum": "b05a1f8a879c42342ea90f65ebe62f05",
|
||||||
"filesize": 438304768,
|
"filesize": 315359232,
|
||||||
"download_url": "https://downloads.vyos.io/?dir=rolling/current/amd64",
|
"download_url": "https://vyos.net/get/snapshots/",
|
||||||
"direct_download_url": "https://downloads.vyos.io/rolling/current/amd64/vyos-1.3-rolling-202005040117-amd64.iso"
|
"direct_download_url": "https://s3.amazonaws.com/s3-us.vyos.io/snapshot/vyos-1.3-rolling-202101/qemu/vyos-1.3-rolling-202101-qemu.qcow2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "vyos-1.2.7-amd64.iso",
|
||||||
|
"version": "1.2.7",
|
||||||
|
"md5sum": "1a06255edfac63fa3ea89353317130bf",
|
||||||
|
"filesize": 428867584,
|
||||||
|
"download_url": "https://support.vyos.io/en/downloads/files/vyos-1-2-7-generic-iso-image"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "vyos-1.1.8-amd64.iso",
|
"filename": "vyos-1.1.8-amd64.iso",
|
||||||
"version": "1.1.8",
|
"version": "1.1.8",
|
||||||
"md5sum": "95a141d4b592b81c803cdf7e9b11d8ea",
|
"md5sum": "95a141d4b592b81c803cdf7e9b11d8ea",
|
||||||
"filesize": 241172480,
|
"filesize": 241172480,
|
||||||
"download_url": "https://downloads.vyos.io/?dir=release/legacy/1.1.8",
|
"download_url": "https://support.vyos.io/en/downloads/files/vyos-1-1-8-iso",
|
||||||
"direct_download_url": "https://downloads.vyos.io/release/legacy/1.1.8/vyos-1.1.8-amd64.iso"
|
"direct_download_url": "https://s3.amazonaws.com/s3-us.vyos.io/vyos-1.1.8-amd64.iso"
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vyos-1.1.7-amd64.iso",
|
|
||||||
"version": "1.1.7",
|
|
||||||
"md5sum": "9a7f745a0b0db0d4f1d9eee2a437fb54",
|
|
||||||
"filesize": 245366784,
|
|
||||||
"download_url": "https://downloads.vyos.io/?dir=release/legacy/1.1.7/",
|
|
||||||
"direct_download_url": "https://downloads.vyos.io/release/legacy/1.1.7/vyos-1.1.7-amd64.iso"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vyos-1.1.6-amd64.iso",
|
|
||||||
"version": "1.1.6",
|
|
||||||
"md5sum": "3128954d026e567402a924c2424ce2bf",
|
|
||||||
"filesize": 245366784,
|
|
||||||
"download_url": "hhttps://downloads.vyos.io/?dir=release/legacy/1.1.6/",
|
|
||||||
"direct_download_url": "https://downloads.vyos.io/release/legacy/1.1.6/vyos-1.1.6-amd64.iso"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "vyos-1.1.5-amd64.iso",
|
|
||||||
"version": "1.1.5",
|
|
||||||
"md5sum": "193179532011ceaa87ee725bd8f22022",
|
|
||||||
"filesize": 247463936,
|
|
||||||
"download_url": "https://downloads.vyos.io/?dir=release/legacy/1.1.5/",
|
|
||||||
"direct_download_url": "https://downloads.vyos.io/release/legacy/1.1.5/vyos-1.1.5-amd64.iso"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "empty8G.qcow2",
|
"filename": "empty8G.qcow2",
|
||||||
@ -76,10 +59,16 @@
|
|||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"name": "1.3-rolling-202005040117",
|
"name": "1.3-snapshot-202101",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "vyos-1.3-rolling-202101-qemu.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "1.2.7",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "empty8G.qcow2",
|
"hda_disk_image": "empty8G.qcow2",
|
||||||
"cdrom_image": "vyos-1.3-rolling-202005040117-amd64.iso"
|
"cdrom_image": "vyos-1.2.7-amd64.iso"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -88,27 +77,6 @@
|
|||||||
"hda_disk_image": "empty8G.qcow2",
|
"hda_disk_image": "empty8G.qcow2",
|
||||||
"cdrom_image": "vyos-1.1.8-amd64.iso"
|
"cdrom_image": "vyos-1.1.8-amd64.iso"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "1.1.7",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "empty8G.qcow2",
|
|
||||||
"cdrom_image": "vyos-1.1.7-amd64.iso"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "1.1.6",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "empty8G.qcow2",
|
|
||||||
"cdrom_image": "vyos-1.1.6-amd64.iso"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "1.1.5",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "empty8G.qcow2",
|
|
||||||
"cdrom_image": "vyos-1.1.5-amd64.iso"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
51
appliances/windows-xp+ie.gns3a
Normal file
51
appliances/windows-xp+ie.gns3a
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"name": "Windows",
|
||||||
|
"category": "guest",
|
||||||
|
"description": "Microsoft Windows XP is a graphical operating system developed, marketed, and sold by Microsoft.\n\nMicrosoft has released time limited VMs for testing Internet Explorer.",
|
||||||
|
"vendor_name": "Microsoft",
|
||||||
|
"vendor_url": "http://www.microsoft.com",
|
||||||
|
"product_name": "Windows XP",
|
||||||
|
"registry_version": 3,
|
||||||
|
"status": "experimental",
|
||||||
|
"maintainer": "GNS3 Team",
|
||||||
|
"maintainer_email": "developers@gns3.net",
|
||||||
|
"qemu": {
|
||||||
|
"adapter_type": "pcnet",
|
||||||
|
"adapters": 2,
|
||||||
|
"ram": 512,
|
||||||
|
"arch": "i386",
|
||||||
|
"console_type": "vnc",
|
||||||
|
"kvm": "require",
|
||||||
|
"options": "-vga std -soundhw es1370 -usbdevice tablet"
|
||||||
|
},
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "IE8 - WinXP-disk1.vmdk",
|
||||||
|
"version": "XP+IE8",
|
||||||
|
"md5sum": "9cf6a0d5af11bdad26a59731f6494666",
|
||||||
|
"filesize": 1241311744,
|
||||||
|
"download_url": "https://ia802808.us.archive.org/22/items/ie8.winxp.vmware/IE8-WinXP-VMWare.zip"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "IE6 - WinXP-disk1.vmdk",
|
||||||
|
"version": "XP+IE6",
|
||||||
|
"md5sum": "f7fc1948749f0a62c3cccf0775d74f05",
|
||||||
|
"filesize": 1063498240,
|
||||||
|
"download_url": "https://ia802903.us.archive.org/25/items/ie6.winxp.vmware/IE6%20-%20WinXP-VMWare.zip"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "XP+IE8",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "IE8 - WinXP-disk1.vmdk"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "XP+IE6",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "IE6 - WinXP-disk1.vmdk"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -21,6 +21,12 @@ If you want logs:
|
|||||||
PACKER_LOG=1 packer build template.json
|
PACKER_LOG=1 packer build template.json
|
||||||
|
|
||||||
|
|
||||||
|
Packer versions 1.6.0 or later do not accept templates
|
||||||
|
that use the ``iso_checksum_type`` attribute.
|
||||||
|
To use these newer versions, you must delete the line
|
||||||
|
containing ``iso_checksum_type`` from the template.json.
|
||||||
|
|
||||||
|
|
||||||
Conventions
|
Conventions
|
||||||
************
|
************
|
||||||
User should be gns3 or root.
|
User should be gns3 or root.
|
||||||
|
@ -5,6 +5,16 @@ For building an Alpine appliance.
|
|||||||
|
|
||||||
https://alpinelinux.org/
|
https://alpinelinux.org/
|
||||||
|
|
||||||
|
|
||||||
|
Packer Version Dependency
|
||||||
|
*************************
|
||||||
|
|
||||||
|
Packer versions 1.6.0 or later do not accept templates
|
||||||
|
that use the ``iso_checksum_type`` attribute.
|
||||||
|
To use these newer versions, you must delete the line
|
||||||
|
containing ``iso_checksum_type`` from alpine.json.
|
||||||
|
|
||||||
|
|
||||||
Alpine CLI installation
|
Alpine CLI installation
|
||||||
***********************
|
***********************
|
||||||
|
|
||||||
|
34
packer/alpine-linux/files/docker-apk-build
Executable file
34
packer/alpine-linux/files/docker-apk-build
Executable file
@ -0,0 +1,34 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
package=$1
|
||||||
|
version=$2
|
||||||
|
if [ -z "$package" ]; then
|
||||||
|
echo "Usage: docker-apk-build <package> [<alpine version>]" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
[ -z "$version" ] && version="latest"
|
||||||
|
|
||||||
|
mkdir -p "$package"
|
||||||
|
docker run --rm -i -v "$PWD/$package:/package" -e "package=$package" alpine:$version << 'EOF'
|
||||||
|
apk add alpine-sdk
|
||||||
|
|
||||||
|
adduser -D builder
|
||||||
|
addgroup builder abuild
|
||||||
|
mkdir -p /var/cache/distfiles
|
||||||
|
|
||||||
|
su - builder << END_OF_SU
|
||||||
|
mkdir -p .abuild
|
||||||
|
echo 'PACKAGER="GNS3 Packer <packer@gns3-registry>"' > .abuild/abuild.conf
|
||||||
|
abuild-keygen -a -n -q
|
||||||
|
|
||||||
|
git clone --depth 1 git://git.alpinelinux.org/aports
|
||||||
|
cd aports/*/"$package"
|
||||||
|
abuild -r
|
||||||
|
END_OF_SU
|
||||||
|
|
||||||
|
alpine_version=$(cat /etc/alpine-release)
|
||||||
|
alpine_version=${alpine_version%.*}
|
||||||
|
mkdir -p "/package/${alpine_version}"
|
||||||
|
cp -p /home/builder/packages/*/*/*.apk "/package/${alpine_version}"
|
||||||
|
chown -R $(stat -c '%u:%g' /package) "/package/${alpine_version}"
|
||||||
|
EOF
|
@ -1,20 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
alpine_version=3.12
|
|
||||||
|
|
||||||
mkdir -p "$alpine_version"
|
|
||||||
docker run --rm -i -v "$PWD/$alpine_version:/package" alpine:$alpine_version << 'EOF'
|
|
||||||
cd
|
|
||||||
apk add alpine-sdk
|
|
||||||
mkdir -p .abuild
|
|
||||||
echo 'PACKAGER="GNS3 Packer <packer@gns3-registry>"' > .abuild/abuild.conf
|
|
||||||
abuild-keygen -a -n -q
|
|
||||||
|
|
||||||
git clone --depth 1 git://git.alpinelinux.org/aports
|
|
||||||
cd aports/*/ostinato
|
|
||||||
abuild -F -r
|
|
||||||
cd
|
|
||||||
|
|
||||||
cp -p packages/*/*/*.apk /package
|
|
||||||
chown $(stat -c '%u:%g' /package) /package/*
|
|
||||||
EOF
|
|
@ -42,13 +42,13 @@ sed -i -E '/zebra|bgp|ospf|rip|isis|pim|ldp|eigrp|static|bfd/ s/= *no/=yes/' /et
|
|||||||
echo "service integrated-vtysh-config" > /etc/frr/vtysh.conf
|
echo "service integrated-vtysh-config" > /etc/frr/vtysh.conf
|
||||||
chown frr:frr /etc/frr/vtysh.conf
|
chown frr:frr /etc/frr/vtysh.conf
|
||||||
|
|
||||||
|
# reset terminal modes
|
||||||
|
sed -i "$(printf '1i\e[?5l\e[?7h\e[?8h')" /etc/motd
|
||||||
|
|
||||||
# run vtysh in .profile
|
# run vtysh in .profile
|
||||||
cat > /root/.profile << 'EOF'
|
cat > /root/.profile << 'EOF'
|
||||||
# ~/.profile: executed by Bourne-compatible login shells.
|
# ~/.profile: executed by Bourne-compatible login shells.
|
||||||
|
|
||||||
# reset terminal modes
|
|
||||||
[ -t 1 ] && printf '\e[?5l\e[?7h\e[?8h'
|
|
||||||
|
|
||||||
if [ "$BASH" ]; then
|
if [ "$BASH" ]; then
|
||||||
if [ -f ~/.bashrc ]; then
|
if [ -f ~/.bashrc ]; then
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
@ -40,13 +40,13 @@ setcap cap_net_admin,cap_net_raw=eip /usr/bin/drone
|
|||||||
addgroup user ostinato
|
addgroup user ostinato
|
||||||
addgroup user wireshark
|
addgroup user wireshark
|
||||||
|
|
||||||
|
# reset terminal modes
|
||||||
|
sed -i "$(printf '1i\e[?5l\e[?7h\e[?8h')" /etc/motd
|
||||||
|
|
||||||
# create .profile
|
# create .profile
|
||||||
cat > /root/.profile << 'EOF'
|
cat > /root/.profile << 'EOF'
|
||||||
# ~/.profile: executed by Bourne-compatible login shells.
|
# ~/.profile: executed by Bourne-compatible login shells.
|
||||||
|
|
||||||
# reset terminal modes
|
|
||||||
[ -t 1 ] && printf '\e[?5l\e[?7h\e[?8h'
|
|
||||||
|
|
||||||
if [ "$BASH" ]; then
|
if [ "$BASH" ]; then
|
||||||
if [ -f ~/.bashrc ]; then
|
if [ -f ~/.bashrc ]; then
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# install additional packages
|
# install additional packages
|
||||||
apk add nano busybox-extras
|
apk add nano busybox-extras
|
||||||
|
|
||||||
|
# reset terminal modes
|
||||||
|
sed -i "$(printf '1i\e[?5l\e[?7h\e[?8h')" /etc/motd
|
||||||
|
|
||||||
# create .profile
|
# create .profile
|
||||||
cat > /root/.profile << 'EOF'
|
cat > /root/.profile << 'EOF'
|
||||||
# ~/.profile: executed by Bourne-compatible login shells.
|
# ~/.profile: executed by Bourne-compatible login shells.
|
||||||
|
|
||||||
# reset terminal modes
|
|
||||||
[ -t 1 ] && printf '\e[?5l\e[?7h\e[?8h'
|
|
||||||
|
|
||||||
if [ "$BASH" ]; then
|
if [ "$BASH" ]; then
|
||||||
if [ -f ~/.bashrc ]; then
|
if [ -f ~/.bashrc ]; then
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
@ -5,6 +5,17 @@ For building a MicroCore / TinyCore appliance.
|
|||||||
|
|
||||||
http://tinycorelinux.net/
|
http://tinycorelinux.net/
|
||||||
|
|
||||||
|
|
||||||
|
Packer Version Dependency
|
||||||
|
*************************
|
||||||
|
|
||||||
|
Packer versions 1.6.0 or later do not accept templates
|
||||||
|
that use the ``iso_checksum_type`` attribute.
|
||||||
|
To use these newer versions, you must delete the line
|
||||||
|
containing ``iso_checksum_type`` from core-linux.json,
|
||||||
|
core64-linux.json and tinycore-linux.json.
|
||||||
|
|
||||||
|
|
||||||
Clean core Linux installation
|
Clean core Linux installation
|
||||||
*****************************
|
*****************************
|
||||||
|
|
||||||
|
1
symbols/6wind.svg
Normal file
1
symbols/6wind.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg id="f6fe4215-7336-420b-bd07-06692844737a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.6 65.59"><title>vrouter-logo-generic</title><circle cx="34" cy="32.75" r="19.09" style="fill:#3d4859;opacity:0.8999999761581421;isolation:isolate"/><circle cx="34.04" cy="32.79" r="11.18" style="fill:#5e7ce2;opacity:0.8999999761581421;isolation:isolate"/><path d="M44.61,7.88l20.74-5.6c1.22-.33,2,.41,1.7,1.65L62.21,24.86c-.47,2-3.1,3.65-4.17,2.62l-4.92-4.76-7.84,8.13c-1.07,1.11-2.48,1.49-3.15.85l-3.62-3.49c-.66-.64-.33-2.07.73-3.18l7.84-8.13-4.93-4.76C41.07,11.1,42.62,8.42,44.61,7.88Z" transform="translate(-1.16 -2.2)" style="fill:#0aaded;opacity:0.8999999761581421;isolation:isolate"/><path d="M26.06,62.11,5.32,67.72c-1.21.33-2-.42-1.7-1.65L8.47,45.14c.44-2,3.08-3.65,4.15-2.62l4.93,4.76,7.84-8.13c1.07-1.11,2.49-1.49,3.15-.85l3.63,3.49c.67.64.33,2.07-.72,3.18L23.61,53.1l4.91,4.76C29.6,58.9,28.05,61.58,26.06,62.11Z" transform="translate(-1.16 -2.2)" style="fill:#5e7ce2;opacity:0.8999999761581421;isolation:isolate"/><path d="M25.29,8.71l5.6,20.75c.33,1.21-.41,2-1.64,1.69L8.31,26.31c-2-.47-3.65-3.1-2.61-4.17l4.75-4.91L2.32,9.38C1.21,8.31.83,6.9,1.47,6.24L5,2.6c.64-.66,2.07-.33,3.18.73l8.13,7.86L21,6.25C22.07,5.17,24.75,6.72,25.29,8.71Z" transform="translate(-1.16 -2.2)" style="fill:#5e7ce2;opacity:0.8999999761581421;isolation:isolate"/><path d="M44.64,61.15,39,40.4c-.33-1.21.42-2,1.65-1.7l20.93,4.84c2,.46,3.65,3.09,2.62,4.16l-4.76,4.94,8.13,7.84c1.11,1.06,1.49,2.48.85,3.14L65,67.24c-.64.67-2.07.34-3.18-.72l-8.13-7.84L48.9,63.61C47.85,64.69,45.17,63.14,44.64,61.15Z" transform="translate(-1.16 -2.2)" style="fill:#0aaded;opacity:0.8999999761581421;isolation:isolate"/></svg>
|
After Width: | Height: | Size: 1.7 KiB |
1
symbols/6wind.txt
Normal file
1
symbols/6wind.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Copyright © 2021 6WIND, All rights reserved.
|
BIN
symbols/vyos.png
BIN
symbols/vyos.png
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB |
35
symbols/vyos.svg
Normal file
35
symbols/vyos.svg
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect height="60" width="60" x="0" y="0" style="fill:#ffffff" />
|
||||||
|
<path d="M43.8 7.2H52.8V37.2H60V0H43.8V7.2Z" fill="url(#paint0_linear)"/>
|
||||||
|
<path d="M37.2 0H0V16.2H7.2V7.2H37.2V0Z" fill="url(#paint1_linear)"/>
|
||||||
|
<path d="M7.2 22.8H0V60H16.2V52.8H7.2V22.8Z" fill="url(#paint2_linear)"/>
|
||||||
|
<path d="M22.8 52.8V60H60V43.8H52.8V52.8H22.8Z" fill="url(#paint3_linear)"/>
|
||||||
|
<path d="M13.2 13.2H20.4L33.6 46.8H26.4L13.2 13.2Z" fill="url(#paint4_linear)"/>
|
||||||
|
<path d="M46.8 13.2H39.6L26.4 46.8H33.6L46.8 13.2Z" fill="url(#paint5_linear)"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FFBF12"/>
|
||||||
|
<stop offset="1" stop-color="#FF9000"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FFBF12"/>
|
||||||
|
<stop offset="1" stop-color="#FF9000"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint2_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FFBF12"/>
|
||||||
|
<stop offset="1" stop-color="#FF9000"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint3_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FFBF12"/>
|
||||||
|
<stop offset="1" stop-color="#FF9000"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint4_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FFBF12"/>
|
||||||
|
<stop offset="1" stop-color="#FF9000"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint5_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FFBF12"/>
|
||||||
|
<stop offset="1" stop-color="#FF9000"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
16
symbols/vyos.txt
Normal file
16
symbols/vyos.txt
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
URL of logo: https://github.com/vyos/community.vyos.net/blob/main/site/img/footer/vyos-logo.svg
|
||||||
|
License: https://web.archive.org/web/20200225172323/https://wiki.vyos.net/wiki/Logos
|
||||||
|
|
||||||
|
This file is licensed under the Creative Commons Attribution-NonCommercial 4.0 (CC BY-NC 4.0) license,
|
||||||
|
see the license text at https://creativecommons.org/licenses/by-nc/4.0/legalcode
|
||||||
|
|
||||||
|
Attribution: (c) VyOS project
|
||||||
|
Modification: Added white background
|
||||||
|
|
||||||
|
You are free to:
|
||||||
|
Share — copy and redistribute the material in any medium or format
|
||||||
|
Adapt — remix, transform, and build upon the material
|
||||||
|
|
||||||
|
Under the following terms:
|
||||||
|
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
|
||||||
|
NonCommercial — You may not use the material for commercial purposes.
|
Loading…
Reference in New Issue
Block a user