2
0
mirror of https://github.com/GNS3/gns3-server.git synced 2025-03-02 20:03:50 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
grossmj
d16cb5ef89 Option to allocate or not the vCPUs and RAM settings for the GNS3 VM. Fixes https://github.com/GNS3/gns3-gui/issues/3069 2020-11-05 11:13:57 +10:30
grossmj
99128e7713 Fix Key Error "vendor_id" is missing when configuring GNS3 VM with VirtualBox. Fixes https://github.com/GNS3/gns3-gui/issues/3018 2020-07-10 17:44:38 +09:30
grossmj
7002b026fc Catch VirtualBox errors when listing VMs. Fixes 2020-05-20 18:42:50 +09:30
grossmj
10645a412b Default port set to 80 for server running in the GNS3 VM. Fixes 2020-05-05 12:40:50 +09:30
grossmj
e90262eb95 Require VirtualBox >= 6.0 on AMD and >= 6.1 on Intel processors (for GNS3 VM only). Fixes 2020-01-26 18:23:17 +08:00
grossmj
6d1adea907 Enable nested hardware virtualization by default for GNS3 VM running in VirtualBox. Fixes
No error is sent by VBoxManage is this feature is not available, for instance with Intel processors.
2019-10-09 14:50:00 +08:00
grossmj
6ae7ef8a2e Improve process to get guest IP address from GNS3 VM running in VMware workstation/player. Ref https://github.com/GNS3/gns3-gui/issues/2866 2019-10-08 17:58:27 +08:00
grossmj
86f87aec74 Fix installation with Python 3.7. Fixes .
Fix deprecated use of aiohttp.Timeout. Fixes .
Use "async with" with aiohttp.ClientSession().
Make sure websocket connections are properly closed, see https://docs.aiohttp.org/en/stable/web_advanced.html#graceful-shutdown
Finish to drop Python 3.4.
2018-10-16 15:56:06 +07:00
grossmj
76af98404a Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes 2018-10-15 17:05:49 +07:00
grossmj
8d4e73d23c Replace vboxnet0 (if it does not exist) by the first available vboxnet interface on Windows. Fixes https://github.com/GNS3/gns3-vm/issues/102 2018-08-26 03:28:38 -07:00
grossmj
4d57a3befa Check if the VirtualBox host-only network exists when starting a GNS3 VM running on VirtualBox. Ref https://github.com/GNS3/gns3-vm/issues/102 2018-08-26 02:43:40 -07:00
grossmj
dd9c18b9f8 Use SO_REUSEADDR before calling bind() where missing. Fixes . 2018-04-16 16:36:36 +08:00
ziajka
009677f019 Fix typo in vcpus on VirtualBoxVM, fixes: 2017-11-07 11:15:49 +01:00
Julien Duponchelle
211f48d981
Catch error when something that is not the GNS3 server answer to virtualbox requests
Fix 
2017-08-03 16:31:28 +02:00
Julien Duponchelle
a4245fcf44
Aiohttp 2.0
Ref 
2017-05-17 18:42:17 +02:00
Julien Duponchelle
7ba351c888
Catch timeout error when loading virtualbox VM
Fix 
2017-05-03 17:44:55 +02:00
Julien Duponchelle
5bfa864f0c
Increase timeout for detecting VirtualBox GNS3 VM 2017-02-23 16:19:20 +01:00
Julien Duponchelle
69d8ed5636
Catch Timeout error from VirtualBox GNS3 VM
Fix 
2017-01-11 15:49:36 +01:00
Julien Duponchelle
e53db1ed81
Replace JSONDecodeError by ValueError (Python 3.4 compatibility)
Fix 
2016-12-21 09:45:24 +01:00
Julien Duponchelle
4cd164fc24
Better management of the GNS3 VM with VirtualBox 2016-09-21 17:01:50 +02:00
Julien Duponchelle
896d279ded
Support configuration of ram and vcpus of GNS3 VM in setup wizard
Ref 
2016-09-21 15:46:56 +02:00
Julien Duponchelle
1412462229
Suspend the GNS3 VM
Fix 
2016-09-08 15:32:35 +02:00
Julien Duponchelle
5fdd33fe3b
Repair VirtualBox VM support
Fix 
2016-08-30 16:39:03 +02:00
Julien Duponchelle
3bff094238
Remote GNS3 VM support
Fix 
2016-08-30 10:19:01 +02:00
Julien Duponchelle
21b99ad9f9
Support for sendings settings for the GNS3VM from the GUI
Ref https://github.com/GNS3/gns3-gui/issues/1441
2016-08-25 09:32:06 +02:00