mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Search bin from the $PATH for sample configuration file
This commit is contained in:
parent
937bbf0131
commit
e481ffa94c
@ -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
|
; Last port of the range allocated for inter-device communication. Two ports are allocated per link
|
||||||
udp_start_end_range = 20000
|
udp_start_end_range = 20000
|
||||||
; uBridge executable location, default: search in PATH
|
; uBridge executable location, default: search in PATH
|
||||||
;ubridge_path = /usr/bin/ubridge
|
;ubridge_path = ubridge
|
||||||
|
|
||||||
; Option to enable HTTP authentication.
|
; Option to enable HTTP authentication.
|
||||||
auth = False
|
auth = False
|
||||||
@ -37,20 +37,20 @@ password = gns3
|
|||||||
|
|
||||||
[VPCS]
|
[VPCS]
|
||||||
; VPCS executable location, default: search in PATH
|
; VPCS executable location, default: search in PATH
|
||||||
;vpcs_path = /usr/bin/vpcs
|
;vpcs_path = vpcs
|
||||||
|
|
||||||
[Dynamips]
|
[Dynamips]
|
||||||
; Enable auxiliary console ports on IOS routers
|
; Enable auxiliary console ports on IOS routers
|
||||||
allocate_aux_console_ports = False
|
allocate_aux_console_ports = False
|
||||||
mmap_support = True
|
mmap_support = True
|
||||||
; Dynamips executable path, default: search in PATH
|
; Dynamips executable path, default: search in PATH
|
||||||
;dynamips_path = /usr/bin/dynamips
|
;dynamips_path = dynamips
|
||||||
sparse_memory_support = True
|
sparse_memory_support = True
|
||||||
ghost_ios_support = True
|
ghost_ios_support = True
|
||||||
|
|
||||||
[IOU]
|
[IOU]
|
||||||
; iouyap executable path, default: search in PATH
|
; 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
|
; Path of your .iourc file. If not provided, the file is searched in $HOME/.iourc
|
||||||
iourc_path = /home/gns3/.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.
|
; 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user