Add missing VMware settings in gns3_server.conf

This commit is contained in:
grossmj 2022-11-06 19:30:24 +08:00
parent 9cf2e4f5a6
commit 6f11df6189

View File

@ -90,3 +90,9 @@ require_kvm = True
enable_hardware_acceleration = True
; Require hardware acceleration in order to start VMs (all platforms)
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