mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-25 00:08:11 +00:00
Add missing VMware settings in gns3_server.conf
This commit is contained in:
parent
9cf2e4f5a6
commit
6f11df6189
@ -90,3 +90,9 @@ require_kvm = True
|
|||||||
enable_hardware_acceleration = True
|
enable_hardware_acceleration = True
|
||||||
; Require hardware acceleration in order to start VMs (all platforms)
|
; Require hardware acceleration in order to start VMs (all platforms)
|
||||||
require_hardware_acceleration = False
|
require_hardware_acceleration = False
|
||||||
|
|
||||||
|
[VMware]
|
||||||
|
; First vmnet interface of the range that can be managed by the GNS3 server
|
||||||
|
vmnet_start_range = 2
|
||||||
|
; Last vmnet interface of the range that can be managed by the GNS3 server. It must be maximum 19 on Windows.
|
||||||
|
vmnet_end_range = 255
|
||||||
|
Loading…
Reference in New Issue
Block a user