1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Search bin from the $PATH for sample configuration file

This commit is contained in:
Julien Duponchelle 2016-08-27 18:10:41 +02:00 committed by GitHub
parent 937bbf0131
commit e481ffa94c

View File

@ -26,7 +26,7 @@ udp_start_port_range = 10000
; Last port of the range allocated for inter-device communication. Two ports are allocated per link
udp_start_end_range = 20000
; uBridge executable location, default: search in PATH
;ubridge_path = /usr/bin/ubridge
;ubridge_path = ubridge
; Option to enable HTTP authentication.
auth = False
@ -37,20 +37,20 @@ password = gns3
[VPCS]
; VPCS executable location, default: search in PATH
;vpcs_path = /usr/bin/vpcs
;vpcs_path = vpcs
[Dynamips]
; Enable auxiliary console ports on IOS routers
allocate_aux_console_ports = False
mmap_support = True
; Dynamips executable path, default: search in PATH
;dynamips_path = /usr/bin/dynamips
;dynamips_path = dynamips
sparse_memory_support = True
ghost_ios_support = True
[IOU]
; iouyap executable path, default: search in PATH
;iouyap_path = /usr/bin/iouyap
;iouyap_path = iouyap
; Path of your .iourc file. If not provided, the file is searched in $HOME/.iourc
iourc_path = /home/gns3/.iourc
; Validate if the iourc license file is correct. If you turn this off and your licence is invalid IOU will not start and no errors will be shown.