2021-12-17 03:56:02 +02:00
|
|
|
[Controller]
|
|
|
|
|
|
|
|
; Options for JWT tokens (user authentication)
|
|
|
|
jwt_secret_key = efd08eccec3bd0a1be2e086670e5efa90969c68d07e072d7354a76cea5e33d4e
|
|
|
|
jwt_algorithm = HS256
|
|
|
|
jwt_access_token_expire_minutes = 1440
|
|
|
|
|
|
|
|
; Initial default super admin username
|
|
|
|
; It cannot be changed once the controller has started once
|
|
|
|
default_admin_username = admin
|
|
|
|
|
|
|
|
; Initial default super admin password
|
|
|
|
; It cannot be changed once the controller has started once
|
|
|
|
default_admin_password = admin
|
|
|
|
|
2016-08-26 19:45:22 +03:00
|
|
|
[Server]
|
2021-04-12 10:32:23 +03:00
|
|
|
|
|
|
|
; What protocol the server uses (http or https)
|
|
|
|
protocol = http
|
|
|
|
|
2016-08-26 19:45:22 +03:00
|
|
|
; IP where the server listen for connections
|
|
|
|
host = 0.0.0.0
|
|
|
|
; HTTP port for controlling the servers
|
|
|
|
port = 3080
|
|
|
|
|
2021-04-12 10:32:23 +03:00
|
|
|
; Secrets directory
|
|
|
|
secrets_dir = /home/gns3/.config/GNS3/secrets
|
|
|
|
|
2020-12-16 09:54:21 +02:00
|
|
|
; Options to enable SSL encryption
|
2021-04-12 16:56:42 +03:00
|
|
|
enable_ssl = False
|
2020-12-16 09:54:21 +02:00
|
|
|
certfile = /home/gns3/.config/GNS3/ssl/server.cert
|
|
|
|
certkey = /home/gns3/.config/GNS3/ssl/server.key
|
|
|
|
|
2016-08-26 19:45:22 +03:00
|
|
|
; Path where devices images are stored
|
|
|
|
images_path = /home/gns3/GNS3/images
|
2017-07-19 12:44:05 +03:00
|
|
|
|
2021-04-12 10:32:23 +03:00
|
|
|
; Additional paths to look for images
|
|
|
|
additional_images_paths = /opt/images;/mnt/disk1/images
|
|
|
|
|
2016-08-26 19:45:22 +03:00
|
|
|
; Path where user projects are stored
|
|
|
|
projects_path = /home/gns3/GNS3/projects
|
|
|
|
|
2017-07-19 12:44:05 +03:00
|
|
|
; Path where user appliances are stored
|
|
|
|
appliances_path = /home/gns3/GNS3/appliances
|
|
|
|
|
2020-01-04 18:29:06 +02:00
|
|
|
; Path where custom device symbols are stored
|
|
|
|
symbols_path = /home/gns3/GNS3/symbols
|
|
|
|
|
2021-04-12 10:32:23 +03:00
|
|
|
; Path where custom configs are stored
|
|
|
|
configs_path = /home/gns3/GNS3/configs
|
|
|
|
|
2016-08-26 19:45:22 +03:00
|
|
|
; Option to automatically send crash reports to the GNS3 team
|
|
|
|
report_errors = True
|
|
|
|
|
|
|
|
; First console port of the range allocated to devices
|
2016-08-27 03:00:26 +03:00
|
|
|
console_start_port_range = 5000
|
2016-08-26 19:45:22 +03:00
|
|
|
; Last console port of the range allocated to devices
|
2016-08-27 03:00:26 +03:00
|
|
|
console_end_port_range = 10000
|
2020-12-03 09:34:42 +02:00
|
|
|
|
|
|
|
; First VNC console port of the range allocated to devices.
|
|
|
|
; The value MUST BE >= 5900 and <= 65535
|
|
|
|
vnc_console_start_port_range = 5900
|
|
|
|
; Last VNC console port of the range allocated to devices
|
|
|
|
; The value MUST BE >= 5900 and <= 65535
|
|
|
|
vnc_console_end_port_range = 10000
|
|
|
|
|
2016-08-26 19:45:22 +03:00
|
|
|
; First port of the range allocated for inter-device communication. Two ports are allocated per link.
|
2019-12-06 08:36:45 +02:00
|
|
|
udp_start_port_range = 20000
|
2016-08-26 19:45:22 +03:00
|
|
|
; Last port of the range allocated for inter-device communication. Two ports are allocated per link
|
2019-12-06 08:36:45 +02:00
|
|
|
udp_end_port_range = 30000
|
2020-12-03 09:34:42 +02:00
|
|
|
|
2016-08-27 03:00:26 +03:00
|
|
|
; uBridge executable location, default: search in PATH
|
2016-08-27 19:10:41 +03:00
|
|
|
;ubridge_path = ubridge
|
2016-08-26 19:45:22 +03:00
|
|
|
|
2021-12-17 03:56:02 +02:00
|
|
|
; Username for compute HTTP authentication.
|
|
|
|
compute_username = gns3
|
|
|
|
; Password for compute HTTP authentication.
|
|
|
|
compute_password = gns3
|
2021-09-20 10:39:46 +03:00
|
|
|
|
2018-03-15 11:33:23 +02:00
|
|
|
; Only allow these interfaces to be used by GNS3, for the Cloud node for example (Linux/OSX only)
|
2018-03-15 12:20:40 +02:00
|
|
|
; Do not forget to allow virbr0 in order for the NAT node to work
|
|
|
|
allowed_interfaces = eth0,eth1,virbr0
|
|
|
|
|
|
|
|
; Specify the NAT interface to be used by the NAT node
|
|
|
|
; Default is virbr0 on Linux (requires libvirt) and vmnet8 for other platforms (requires VMware)
|
2018-03-26 10:23:01 +03:00
|
|
|
default_nat_interface = vmnet10
|
2018-03-15 11:33:23 +02:00
|
|
|
|
2022-06-15 15:48:52 +03:00
|
|
|
; Enable the built-in templates
|
|
|
|
enable_builtin_templates = True
|
|
|
|
|
2016-08-26 19:45:22 +03:00
|
|
|
[VPCS]
|
2016-08-27 03:00:26 +03:00
|
|
|
; VPCS executable location, default: search in PATH
|
2016-08-27 19:10:41 +03:00
|
|
|
;vpcs_path = vpcs
|
2016-08-26 19:45:22 +03:00
|
|
|
|
|
|
|
[Dynamips]
|
|
|
|
; Enable auxiliary console ports on IOS routers
|
|
|
|
allocate_aux_console_ports = False
|
|
|
|
mmap_support = True
|
2016-08-27 03:00:26 +03:00
|
|
|
; Dynamips executable path, default: search in PATH
|
2016-08-27 19:10:41 +03:00
|
|
|
;dynamips_path = dynamips
|
2016-08-26 19:45:22 +03:00
|
|
|
sparse_memory_support = True
|
|
|
|
ghost_ios_support = True
|
|
|
|
|
|
|
|
[IOU]
|
|
|
|
; 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.
|
|
|
|
license_check = True
|
|
|
|
|
2021-04-12 10:32:23 +03:00
|
|
|
[VirtualBox]
|
|
|
|
; Path to the VBoxManage binary used to manage VirtualBox
|
|
|
|
vboxmanage_path = vboxmanage
|
|
|
|
|
|
|
|
[VMware]
|
|
|
|
; Path to the vmrun binary used to manage VMware
|
|
|
|
vmrun_path = vmrun
|
|
|
|
vmnet_start_range = 2
|
|
|
|
vmnet_end_range = 255
|
|
|
|
block_host_traffic = False
|
|
|
|
|
2016-08-26 19:45:22 +03:00
|
|
|
[Qemu]
|
2021-04-12 10:32:23 +03:00
|
|
|
; Use Qemu monitor feature to communicate with Qemu VMs
|
|
|
|
enable_monitor = True
|
|
|
|
; IP used to listen for the monitor
|
|
|
|
monitor_host = 127.0.0.1
|
|
|
|
; !! Remember to add the gns3 user to the KVM group, otherwise you will not have read / write permissions to /dev/kvm !!
|
2018-03-21 11:41:25 +02:00
|
|
|
; Enable hardware acceleration (all platforms)
|
|
|
|
enable_hardware_acceleration = True
|
2021-04-12 10:32:23 +03:00
|
|
|
; Require hardware acceleration in order to start VMs
|
2020-06-18 04:56:14 +03:00
|
|
|
require_hardware_acceleration = False
|