From f8c91392465d15aec81e4a9651f16c66e6e2a93f Mon Sep 17 00:00:00 2001 From: AJ NOURI Date: Tue, 28 Aug 2018 18:50:15 +0200 Subject: [PATCH] tacacs-gui tacacs web gui appliance Here is some tests performed in gns3: https://gns3.slack.com/files/U0MLLUT19/FCGM6LAPL/tacacsgui.pdf --- appliances/tacacs-gui.gns3a | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 appliances/tacacs-gui.gns3a diff --git a/appliances/tacacs-gui.gns3a b/appliances/tacacs-gui.gns3a new file mode 100644 index 0000000..78eff2e --- /dev/null +++ b/appliances/tacacs-gui.gns3a @@ -0,0 +1,43 @@ +{ + "name": "Tacacsgui", + "category": "guest", + "description": "TacacsGUI Free Access Control Server for Your Network Devices. GUI for powerful daemon. The project of Alexey Mochalin, based on tacacs daemon by Marc Huber", + "vendor_name": "tacacsgui", + "vendor_url": "https://tacacsgui.com/", + "documentation_url": "https://tacacsgui.com/documentation/", + "product_name": "tacacsgui", + "product_url": "https://drive.google.com/open?id=1U8tbj14NqEyCmarayhZm54qTyjgsJm4B", + "registry_version": 3, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Credentials: SSH ---> username: root ---> password: 1234 MySQL DB: ---> username: root --> password: tacacs Web interface: ---> username: tacgui ---> password: abc123", + "port_name_format": "Port{port1}", + "qemu": { + "adapter_type": "e1000", + "adapters": 1, + "ram": 1024, + "hda_disk_interface": "ide", + "arch": "x86_64", + "console_type": "telnet", + "boot_priority": "c", + "kvm": "allow" + }, + "images": [ + { + "filename": "tac_plus.qcow2", + "version": "201710201114", + "md5sum": "6b5e66590051124dae586b8640b2eb11", + "filesize": 160301056, + "download_url": "https://drive.google.com/open?id=1U8tbj14NqEyCmarayhZm54qTyjgsJm4B" + } + ], + "versions": [ + { + "name": "201710201114", + "images": { + "hda_disk_image": "tac_plus.qcow2" + } + } + ] +}