mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-16 05:18:56 +00:00
Fix sample config: VMware section declared twice. Fixes #2311
This commit is contained in:
parent
61dede72f9
commit
e1bd4638c8
@ -129,10 +129,13 @@ license_check = True
|
|||||||
vboxmanage_path = vboxmanage
|
vboxmanage_path = vboxmanage
|
||||||
|
|
||||||
[VMware]
|
[VMware]
|
||||||
; Path to the vmrun binary used to manage VMware
|
; Path to vmrun binary used to manage VMware
|
||||||
vmrun_path = vmrun
|
vmrun_path = vmrun
|
||||||
|
; First vmnet interface of the range that can be managed by the GNS3 server
|
||||||
vmnet_start_range = 2
|
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
|
vmnet_end_range = 255
|
||||||
|
; block network traffic originating from the host OS
|
||||||
block_host_traffic = False
|
block_host_traffic = False
|
||||||
|
|
||||||
[Qemu]
|
[Qemu]
|
||||||
@ -145,9 +148,3 @@ monitor_host = 127.0.0.1
|
|||||||
enable_hardware_acceleration = True
|
enable_hardware_acceleration = True
|
||||||
; Require hardware acceleration in order to start VMs
|
; Require hardware acceleration in order to start VMs
|
||||||
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