mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-20 03:36:40 +00:00
commit
95dfc27366
42
appliances/freeRouter.gns3a
Normal file
42
appliances/freeRouter.gns3a
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "freeRouter",
|
||||
"category": "router",
|
||||
"description": "networking swiss army knife - it speaks routing protocols, and (re)encapsulates packets on interfaces",
|
||||
"vendor_name": "freeRouter",
|
||||
"vendor_url": "http://freerouter.nop.hu/",
|
||||
"documentation_url": "http://freerouter.nop.hu/",
|
||||
"product_name": "freeRouter",
|
||||
"product_url": "http://freerouter.nop.hu/",
|
||||
"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": "ethernet{port1}",
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 8,
|
||||
"ram": 2048,
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"kvm": "require"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "rtr.qcow2",
|
||||
"version": "20.7.1",
|
||||
"md5sum": "4707415d15d20ced92423d90e52eedcd",
|
||||
"filesize": 254767616,
|
||||
"download_url": "http://freerouter.nop.hu/",
|
||||
"direct_download_url": "http://dl.nop.hu/rtr.qcow2"
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "20.7.1",
|
||||
"images": {
|
||||
"hda_disk_image": "rtr.qcow2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user